Added UnitTest cases for business delegate.

This commit is contained in:
mfarid
2015-11-22 05:45:14 +05:30
parent b577890db4
commit 012b638023
6 changed files with 127 additions and 44 deletions

View File

@@ -1,19 +0,0 @@
package com.iluwatar.business.delegate;
import org.junit.Test;
import com.iluwatar.business.delegate.App;
/**
*
* Application test
*
*/
public class AppTest {
@Test
public void test() {
String[] args = {};
App.main(args);
}
}