Added UnitTest cases for adapter.

This commit is contained in:
mfarid
2015-11-22 05:44:45 +05:30
parent ba3f583467
commit b577890db4
5 changed files with 89 additions and 31 deletions
@@ -1,19 +0,0 @@
package com.iluwatar.adapter;
import org.junit.Test;
import com.iluwatar.adapter.App;
/**
*
* Application test
*
*/
public class AppTest {
@Test
public void test() {
String[] args = {};
App.main(args);
}
}