Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import static org.junit.Assert.*;
  2.  
  3. import org.junit.Test;
  4.  
  5. public class FizzBuzz01Test {
  6.  
  7. @Test
  8. public void test() {
  9. fail("Not yet implemented");
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement