Placeholder unit test

This commit is contained in:
dsyer
2007-05-02 00:09:56 +00:00
parent bdb84d0405
commit 5b3e1aeea1
4 changed files with 263 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import junit.framework.TestCase;
public class SpringBatchTests extends TestCase {
public void testPlaceholder() throws Exception {
System.err.println("This is just a placeholder...keep an eye out for the real code coming soon.");
}
}