2017-10-12 17:33:03 +02:00
|
|
|
package com.iluwatar.eip.wiretap;
|
|
|
|
|
|
|
|
import org.junit.Test;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Test for App class
|
|
|
|
*/
|
|
|
|
public class AppTest {
|
|
|
|
|
|
|
|
@Test
|
2017-10-13 14:02:03 +02:00
|
|
|
public void testMain() throws Exception {
|
2017-10-12 17:33:03 +02:00
|
|
|
String[] args = {};
|
|
|
|
App.main(args);
|
|
|
|
}
|
|
|
|
}
|