Guest User

Untitled

a guest
Apr 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public interface IunderTest {
  2.  
  3. @TestedBy (class="TestClass" method="pippo")
  4. @TestedBy (class="NullVerifier" method="shouldNotreturnNull")
  5. public String methodOne();
  6. }
Add Comment
Please, Sign In to add comment