mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-01 18:13:13 +00:00
Initial commit
This commit is contained in:
@@ -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