Vidyalelo
Ruby Programming · Q36

Testing in Ruby (RSpec, MiniTest, etc.)

Programming · Ruby Programming · question 36

Q36

What is the purpose of a setup method in Test::Unit?

A.
Executes code after all test cases
B.
Executes code before all test cases
C.
Executes code after each test case
D.
Executes code before each test case
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board