Home | History | Annotate | Download | only in testsetup
      1 package test.junit.testsetup;
      2 
      3 public class Data
      4 {
      5 	public int i = 3;
      6 }
      7