Home | History | Annotate | Download | only in failures
      1 package test.failures;
      2 
      3 import org.testng.annotations.Test;
      4 
      5 public class Base0 {
      6   @Test
      7   public void base1() {
      8       assert true;
      9   }
     10 
     11 
     12 }
     13