trivago / Dobby

Swift helpers for mocking and stubbing
Apache License 2.0
165 stars 14 forks source link

Negative expectations #25

Closed felixvisee closed 9 years ago

felixvisee commented 9 years ago

Adds negative expectations. In addition, what was previously known as Expectation has been renamed to Matcher. Expectation and Behavior are now private structs that function as helpers for Mock and Stub, respectively.

Closes #17.

bckr commented 9 years ago

:+1: