File tree Expand file tree Collapse file tree
src/main/test/java/org/CreadoresProgram/ServerWebGamePost Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
5555 <plugin >
5656 <groupId >org.apache.maven.plugins</groupId >
5757 <artifactId >maven-surefire-plugin</artifactId >
58- <version >2.22.2</version >
59- <configuration >
60- <includes >
61- <include >**/Test.java</include >
62- </includes >
63- </configuration >
58+ <version >2.22.2</version >
6459 </plugin >
6560 </plugins >
6661</build >
Original file line number Diff line number Diff line change 1+ package org .CreadoresProgram .ServerWebGamePost ;
12import org .junit .jupiter .api .Test ;
23import org .CreadoresProgram .ServerWebGamePost .server .ServerWebGamePostServer ;
34import org .CreadoresProgram .ServerWebGamePost .server .ProcessDatapackServer ;
45import org .CreadoresProgram .ServerWebGamePost .client .ServerWebGamePostClient ;
56import org .CreadoresProgram .ServerWebGamePost .client .ProcessDatapackClient ;
67import com .alibaba .fastjson2 .JSONObject ;
78
8- public class Test {
9+ public class TestServerWGP {
910
1011 @ Test
1112 public void testCreateServer () {
You can’t perform that action at this time.
0 commit comments