added Property pattern

This commit is contained in:
vehpsr
2015-03-29 23:03:06 +03:00
parent eddf2e630f
commit d57da2593b
10 changed files with 303 additions and 3 deletions
@@ -0,0 +1,12 @@
package com.iluwatar;
import org.junit.Test;
public class AppTest {
@Test
public void test() {
String[] args = {};
App.main(args);
}
}