-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from utastudents/w_lobby
lobby?
- Loading branch information
Showing
19 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#Created by Apache Maven 3.9.6 | ||
artifactId=cse3310 | ||
groupId=com.cse3310_sp24_group26 | ||
version=wordsearch |
10 changes: 10 additions & 0 deletions
10
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
com/cse3310/Locations.class | ||
com/cse3310/ServerEvent.class | ||
com/cse3310/Coordinate.class | ||
com/cse3310/HttpServer.class | ||
com/cse3310/HttpServer$1.class | ||
com/cse3310/UserEvent.class | ||
com/cse3310/Lobby.class | ||
com/cse3310/User.class | ||
com/cse3310/App.class | ||
com/cse3310/Game.class |
9 changes: 9 additions & 0 deletions
9
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/src/main/java/com/cse3310/UserEvent.java | ||
/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/src/main/java/com/cse3310/Game.java | ||
/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/src/main/java/com/cse3310/Coordinate.java | ||
/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/src/main/java/com/cse3310/App.java | ||
/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/src/main/java/com/cse3310/ServerEvent.java | ||
/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/src/main/java/com/cse3310/HttpServer.java | ||
/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/src/main/java/com/cse3310/Lobby.java | ||
/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/src/main/java/com/cse3310/Locations.java | ||
/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/src/main/java/com/cse3310/User.java |
1 change: 1 addition & 0 deletions
1
target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com/cse3310/AppTest.class |
1 change: 1 addition & 0 deletions
1
target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/src/test/java/com/cse3310/AppTest.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="com.cse3310.AppTest" time="0.017" tests="1" errors="0" skipped="0" failures="0"> | ||
<properties> | ||
<property name="java.specification.version" value="21"/> | ||
<property name="sun.jnu.encoding" value="UTF-8"/> | ||
<property name="java.class.path" value="/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/target/test-classes:/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/target/classes:/Users/whitonnguyen/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/Users/whitonnguyen/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/Users/whitonnguyen/.m2/repository/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar:/Users/whitonnguyen/.m2/repository/net/freeutils/jlhttp/2.6/jlhttp-2.6.jar:/Users/whitonnguyen/.m2/repository/org/java-websocket/Java-WebSocket/1.5.4/Java-WebSocket-1.5.4.jar:/Users/whitonnguyen/.m2/repository/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar:"/> | ||
<property name="java.vm.vendor" value="Oracle Corporation"/> | ||
<property name="sun.arch.data.model" value="64"/> | ||
<property name="java.vendor.url" value="https://java.oracle.com/"/> | ||
<property name="os.name" value="Mac OS X"/> | ||
<property name="java.vm.specification.version" value="21"/> | ||
<property name="sun.java.launcher" value="SUN_STANDARD"/> | ||
<property name="user.country" value="US"/> | ||
<property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk-21.jdk/Contents/Home/lib"/> | ||
<property name="sun.java.command" value="/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/target/surefire/surefirebooter14373831936636754993.jar /Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/target/surefire 2024-04-17T22-37-43_480-jvmRun1 surefire7537711436477338763tmp surefire_015788036884555636456tmp"/> | ||
<property name="http.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/> | ||
<property name="jdk.debug" value="release"/> | ||
<property name="surefire.test.class.path" value="/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/target/test-classes:/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/target/classes:/Users/whitonnguyen/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/Users/whitonnguyen/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/Users/whitonnguyen/.m2/repository/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar:/Users/whitonnguyen/.m2/repository/net/freeutils/jlhttp/2.6/jlhttp-2.6.jar:/Users/whitonnguyen/.m2/repository/org/java-websocket/Java-WebSocket/1.5.4/Java-WebSocket-1.5.4.jar:/Users/whitonnguyen/.m2/repository/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar:"/> | ||
<property name="sun.cpu.endian" value="little"/> | ||
<property name="user.home" value="/Users/whitonnguyen"/> | ||
<property name="user.language" value="en"/> | ||
<property name="java.specification.vendor" value="Oracle Corporation"/> | ||
<property name="java.version.date" value="2024-01-16"/> | ||
<property name="java.home" value="/Library/Java/JavaVirtualMachines/jdk-21.jdk/Contents/Home"/> | ||
<property name="file.separator" value="/"/> | ||
<property name="basedir" value="/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26"/> | ||
<property name="java.vm.compressedOopsMode" value="Zero based"/> | ||
<property name="line.separator" value=" "/> | ||
<property name="java.vm.specification.vendor" value="Oracle Corporation"/> | ||
<property name="java.specification.name" value="Java Platform API Specification"/> | ||
<property name="apple.awt.application.name" value="ForkedBooter"/> | ||
<property name="surefire.real.class.path" value="/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26/target/surefire/surefirebooter14373831936636754993.jar"/> | ||
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/> | ||
<property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/> | ||
<property name="java.runtime.version" value="21.0.2+13-LTS-58"/> | ||
<property name="user.name" value="whitonnguyen"/> | ||
<property name="stdout.encoding" value="UTF-8"/> | ||
<property name="path.separator" value=":"/> | ||
<property name="os.version" value="13.5"/> | ||
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/> | ||
<property name="file.encoding" value="UTF-8"/> | ||
<property name="java.vm.name" value="Java HotSpot(TM) 64-Bit Server VM"/> | ||
<property name="localRepository" value="/Users/whitonnguyen/.m2/repository"/> | ||
<property name="java.vendor.url.bug" value="https://bugreport.java.com/bugreport/"/> | ||
<property name="java.io.tmpdir" value="/var/folders/2b/sm5ydr1x5vl4jkb29c33qhr80000gn/T/"/> | ||
<property name="java.version" value="21.0.2"/> | ||
<property name="user.dir" value="/Users/whitonnguyen/cse3310_sp24_group_26/cse3310_sp24_group_26"/> | ||
<property name="os.arch" value="aarch64"/> | ||
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/> | ||
<property name="native.encoding" value="UTF-8"/> | ||
<property name="java.library.path" value="/Users/whitonnguyen/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:."/> | ||
<property name="java.vm.info" value="mixed mode, sharing"/> | ||
<property name="stderr.encoding" value="UTF-8"/> | ||
<property name="java.vendor" value="Oracle Corporation"/> | ||
<property name="java.vm.version" value="21.0.2+13-LTS-58"/> | ||
<property name="sun.io.unicode.encoding" value="UnicodeBig"/> | ||
<property name="socksNonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/> | ||
<property name="java.class.version" value="65.0"/> | ||
</properties> | ||
<testcase name="shouldAnswerWithTrue" classname="com.cse3310.AppTest" time="0.002"/> | ||
</testsuite> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
------------------------------------------------------------------------------- | ||
Test set: com.cse3310.AppTest | ||
------------------------------------------------------------------------------- | ||
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.cse3310.AppTest |
Binary file not shown.