Fix : remove AppTest
This commit is contained in:
parent
d1b11539ec
commit
87c10faaac
@ -1,19 +0,0 @@
|
||||
package com.iluwatar.cqrs;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import com.iluwatar.cqrs.app.App;
|
||||
|
||||
/**
|
||||
* Application test
|
||||
*
|
||||
*/
|
||||
public class AppTest {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
String[] args = {};
|
||||
App.main(args);
|
||||
}
|
||||
|
||||
}
|
@ -6,7 +6,6 @@ import static org.junit.Assert.assertTrue;
|
||||
import java.math.BigInteger;
|
||||
import java.util.List;
|
||||
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
|
||||
@ -16,7 +15,6 @@ import com.iluwatar.cqrs.dto.Author;
|
||||
import com.iluwatar.cqrs.dto.Book;
|
||||
import com.iluwatar.cqrs.queries.IQueryService;
|
||||
import com.iluwatar.cqrs.queries.QueryServiceImpl;
|
||||
import com.iluwatar.cqrs.util.HibernateUtil;
|
||||
|
||||
/**
|
||||
* Integration test of IQueryService and ICommandService with h2 data
|
||||
|
Loading…
x
Reference in New Issue
Block a user