Q. Which assertion method is commonly used in MiniTest for testing if an array is empty?
β
Correct Answer: (C)
assert_empty(array)
You must be Logged in to update hint/solution