Guest User

Untitled

a guest
Jul 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. package marsrover;
  2.  
  3. import static org.mockito.Mockito.mock;
  4.  
  5. public class _MarsRoverParachuteContractTest extends _ParachuteContractTest {
  6. @Override
  7. public Parachute createParachute () {
  8. return new MarsRoverParachute (mock (Lander.class));
  9. }
  10. }
Add Comment
Please, Sign In to add comment