This commit is contained in:
Nana
2020-11-01 13:04:44 +01:00
parent 05f3e19201
commit 2ef267a3fb
11 changed files with 83 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import com.example.App;
import com.example.Application;
import org.junit.Test;
import static org.junit.Assert.*;
@@ -6,7 +6,7 @@ public class AppTest {
@Test
public void testApp() {
App myApp = new App();
Application myApp = new Application();
String result = myApp.getStatus();