Commit 3a6e14ee authored by Adam H. Abbas's avatar Adam H. Abbas
Browse files

Fixed test names

parent f1c7ba06
No related merge requests found
Pipeline #43352 failed with stage
Showing with 16 additions and 2 deletions
+16 -2
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="20dea61e-5f31-4d48-974a-559f5b3abb82" name="Default Changelist" comment="" /> <list default="true" id="20dea61e-5f31-4d48-974a-559f5b3abb82" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/tests/edu/caltech/cs2/lab02/GameTrace.java" beforeDir="false" afterPath="$PROJECT_DIR$/tests/edu/caltech/cs2/lab02/GameTraceTests.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
...@@ -61,4 +64,15 @@ ...@@ -61,4 +64,15 @@
</task> </task>
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
</project> </project>
\ No newline at end of file
...@@ -19,7 +19,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals; ...@@ -19,7 +19,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
@Tag("edu.caltech.cs2.lab02.Tests") @Tag("edu.caltech.cs2.lab02.Tests")
@TestMethodOrder(MethodOrderer.OrderAnnotation.class) @TestMethodOrder(MethodOrderer.OrderAnnotation.class)
@CaptureSystemOutput @CaptureSystemOutput
public class GameTrace { public class GameTraceTests {
@Order(1) @Order(1)
@ParameterizedTest @ParameterizedTest
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment