#98 Added unit test for Intercepting Filter

This commit is contained in:
Ilkka Seppala
2015-07-12 14:36:35 +03:00
parent 96241f63d2
commit 0faebd8a67

View File

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