Added skeleton for Private Class Data pattern.

This commit is contained in:
Ilkka Seppälä
2015-05-23 15:16:57 +03:00
parent b340d25e7e
commit b7554249e6
4 changed files with 38 additions and 0 deletions

View File

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