Advertisement
rajath_pai

Junit_1

Nov 3rd, 2021
1,156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. import java.io.*;
  2. import java.util.*;
  3.  
  4. import org.junit.Test;
  5.  
  6. public class MyJunitTest {
  7.  
  8.     @Test
  9.     public void mySampleTest() {
  10.         System.out.println("Hi this is my first method to test with Junit");
  11.     }
  12.    
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement