Module simulacrum::user [] [src]

This is the API that you'll call in your tests when using your Mock objects.

Structs

Method

What you get from calling .expect_METHOD_NAME() on a Mock.

TrackedMethod

Once you've specified the number of times you expect a method to be called, you can specify additional behaviors and expectations through this object's methods.