Skip to content

Commit 6a889d3

Browse files
committed
Added tests for appscreen
1 parent 5dea631 commit 6a889d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/test/java/TestAppScreen.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

2-
import java.io.File;
32
import java.util.ArrayList;
3+
4+
import appscreen.AppScreen;
45
import testerEntities.*;
56

67
public class TestAppScreen {
@@ -34,14 +35,14 @@ public static void main(String[] args) {
3435
myChats.add(privateChat2);
3536
myChats.add(privateChat1);
3637
AppScreen appScreen = new AppScreen("Amy", myChats);
37-
// AppScreenLoader appScreenLoader = new AppScreenLoader("amy", myChats);
38+
// appscreen.AppScreenLoader appScreenLoader = new appscreen.AppScreenLoader("amy", myChats);
3839
// appScreenLoader.openScreen();
3940
// appScreenLoader.appScreen.updateScreen(privateChat2);
4041
appScreen.updateScreen(groupChat2);
4142
//appScreen.update(groupChat1);
4243
//myChats.add(privateChat1);
4344
//appScreen.displayAppScreen();
44-
//AppScreenLoader appScreenLoader = new AppScreenLoader("Amy", myChats);
45+
//appscreen.AppScreenLoader appScreenLoader = new appscreen.AppScreenLoader("Amy", myChats);
4546

4647

4748
}

0 commit comments

Comments
 (0)