Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs2-21wi
lab02
Commits
3a6e14ee
Commit
3a6e14ee
authored
4 years ago
by
Adam H. Abbas
Browse files
Options
Download
Email Patches
Plain Diff
Fixed test names
parent
f1c7ba06
master
No related merge requests found
Pipeline
#43352
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.idea/workspace.xml
+15
-1
.idea/workspace.xml
tests/edu/caltech/cs2/lab02/GameTraceTests.java
+1
-1
tests/edu/caltech/cs2/lab02/GameTraceTests.java
with
16 additions
and
2 deletions
+16
-2
.idea/workspace.xml
View file @
3a6e14ee
<?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
This diff is collapsed.
Click to expand it.
tests/edu/caltech/cs2/lab02/GameTrace.java
→
tests/edu/caltech/cs2/lab02/GameTrace
Tests
.java
View file @
3a6e14ee
...
@@ -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
GameTrace
Tests
{
@Order
(
1
)
@Order
(
1
)
@ParameterizedTest
@ParameterizedTest
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help