Advertisement
UniQuet0p1

Untitled

Nov 11th, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. import static org.junit.Assert.*;
  2. import org.junit.Test;
  3. import java.util.*;
  4.  
  5. /** Testklass.
  6. * @author jaanus
  7. */
  8. public class GraphTaskTest {
  9.  
  10. @Test (timeout=20000)
  11. public void test1() {
  12. GraphTask.main (null);
  13. assertTrue ("There are no tests", true);
  14. }
  15.  
  16. }
  17.  
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement