Fix : remove AppTest

This commit is contained in:
Sabiq Ihab 2017-06-30 23:21:40 +00:00
parent d1b11539ec
commit 87c10faaac
2 changed files with 0 additions and 21 deletions

View File

@ -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);
}
}

View File

@ -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