-
Write a test that fakes the response from Pants.pull
-
Write a test that fakes the response from Moon.shoot
-
Write a test that mocks the constructor of Moon, replacing Moon with a Mock
-
Write a test that detects the arguments of Mathy.add
-
Write a test that fakes the response of Mathy.add for any call
-
Write a test that fakes the response of Mathy.add for a specific call (say 2+2 = 5)
-
Write a test that fakes the response of Mathy.add to throw and exception
-
Write a test that fakes the response of Mathy.add for more than one set of arguments (say 2+2=5, 3+3=9, 4+4=14)