Guest User

Untitled

a guest
May 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. package foo;
  2.  
  3. import junit.framework.TestCase;
  4.  
  5. public class BarTest extends TestCase {
  6. public void testNothing() {
  7. System.out.println("Test ran. Hooray.");
  8. }
  9. }
Add Comment
Please, Sign In to add comment