Initial commit
This commit is contained in:
14
cqrs/src/test/java/com/iluwatar/cqrs/AppTest.java
Normal file
14
cqrs/src/test/java/com/iluwatar/cqrs/AppTest.java
Normal file
@ -0,0 +1,14 @@
|
||||
package com.iluwatar.cqrs;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class AppTest {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user