Home / Report Question

Q. What is the purpose of a setup block in MiniTest?
  • A. Executes code after each test case
  • B. Executes code before all test cases
  • C. Executes code after all test cases
  • D. Executes code before each test case

Correct Answer: D