Added test class for App
This commit is contained in:
parent
522721559b
commit
60f07d1940
@ -0,0 +1,15 @@
|
|||||||
|
package com.iluwatar.eip.wiretap;
|
||||||
|
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Test for App class
|
||||||
|
*/
|
||||||
|
public class AppTest {
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testMain() {
|
||||||
|
String[] args = {};
|
||||||
|
App.main(args);
|
||||||
|
}
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
package com.iluwatar.eip.wiretap;
|
package com.iluwatar.eip.wiretap.routes;
|
||||||
|
|
||||||
import org.apache.camel.EndpointInject;
|
import org.apache.camel.EndpointInject;
|
||||||
import org.apache.camel.Message;
|
import org.apache.camel.Message;
|
Loading…
x
Reference in New Issue
Block a user