@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Fake
An annotation that can be placed on unit, integration and system test class fields to denote the fields as a fake collaborators. Fake collaborators are mock instance of collaborators and allow us to mock functionality and verify interaction between the System Under Test and the collaborator in isolation. Note that if the value of the test class field is already initialized with:
Copyright © 2016–2018 Testify Project. All rights reserved.