2015-07-24 11:32:22 +03:00
|
|
|
package com.iluwatar.front.controller;
|
2015-07-19 11:44:39 +03:00
|
|
|
|
|
|
|
import org.junit.Test;
|
|
|
|
|
2015-07-24 11:32:22 +03:00
|
|
|
import com.iluwatar.front.controller.App;
|
|
|
|
|
2015-07-19 11:44:39 +03:00
|
|
|
public class AppTest {
|
|
|
|
|
|
|
|
@Test
|
|
|
|
public void test() {
|
|
|
|
String[] args = {};
|
|
|
|
App.main(args);
|
|
|
|
}
|
|
|
|
}
|