Placeholder unit test
This commit is contained in:
9
infrastructure/src/test/java/SpringBatchTests.java
Normal file
9
infrastructure/src/test/java/SpringBatchTests.java
Normal 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.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user