- Show error in generator in build log.
- Fixed crash of generator when instance variable type is not explicitly set.
- Fixed support of closures and unwrapped optionals.
- Set "Reflection Metadata" to "None" to fix #72
- Support for Swift 3
- Added --no-class-mocking parameter to generator
- Added Stub objects
- Updated documentation
- Added more automated tests
- Added --file-prefix parameter to generator
and
andor
methods can now be used withMatchable
(literals)- Using of custom
Matchable
,ParameterMatcher
andCallMatcher
is now easier - Improved fail messages
- Merged generator and runtime repositories, making updating easier.
- Added support for named arguments in methods.
- Added support for classes with custom initializers.
- Changed usage of spies. Instead of
init(spyOn:)
useinit().spy(on:)
.
- Added release notes
- Added stub resetting
- Added
thenCallRealImplementation
- Added argument capturing
- Added
verifyNoMoreInteractions
- Added on going stubbing
- Added
thenDoNothing