View Javadoc

1   package net.sf.tomp.djunit;
2   
3   import java.io.IOException;
4   
5   public interface Provider
6   {
7       TestData getTestData(String testClassName)
8           throws IOException;
9   }