Vidyalelo
Ruby Programming · Q4

Testing in Ruby (RSpec, MiniTest, etc.)

Programming · Ruby Programming · question 4

Q4

What is the purpose of a mock object in Ruby testing?

A.
Asserts that a particular condition is true
B.
Provides a placeholder for a method that will be defined later
C.
Checks if an object's methods are called with the correct arguments
D.
Simulates the behavior of a real object
Answer

Answer: Option D

Solution

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