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
cs0a-24su
war
Commits
2f86b391
Commit
2f86b391
authored
1 year ago
by
Vansh V. Tibrewal
Browse files
Options
Download
Email Patches
Plain Diff
Remove War Simulation tests for now
parent
11aab9b1
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.idea/runConfigurations/War_Tests.xml
+0
-16
.idea/runConfigurations/War_Tests.xml
tests/edu/caltech/cs0/war/WarTests.java
+0
-24
tests/edu/caltech/cs0/war/WarTests.java
with
0 additions
and
40 deletions
+0
-40
.idea/runConfigurations/War_Tests.xml
deleted
100644 → 0
View file @
11aab9b1
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"War Tests"
type=
"JUnit"
factoryName=
"JUnit"
>
<module
name=
"war"
/>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"true"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
value=
"19"
/>
<option
name=
"PACKAGE_NAME"
value=
""
/>
<option
name=
"MAIN_CLASS_NAME"
value=
""
/>
<option
name=
"METHOD_NAME"
value=
""
/>
<option
name=
"TEST_OBJECT"
value=
"tags"
/>
<option
name=
"PARAMETERS"
value=
""
/>
<tag
value=
"war"
/>
<method
v=
"2"
>
<option
name=
"Make"
enabled=
"true"
/>
</method>
</configuration>
</component>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
tests/edu/caltech/cs0/war/WarTests.java
deleted
100644 → 0
View file @
11aab9b1
package
edu.caltech.cs0.war
;
import
edu.caltech.cs0.helpers.*
;
import
edu.caltech.cs0.interfaces.IStyleTests
;
import
org.junit.jupiter.api.*
;
import
org.junit.jupiter.api.extension.ExtendWith
;
import
org.junit.jupiter.params.ParameterizedTest
;
import
org.junit.jupiter.params.provider.CsvSource
;
import
java.lang.reflect.Field
;
import
java.util.List
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.
assertEquals
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.
assertNotEquals
;
@TestMethodOrder
(
MethodOrderer
.
OrderAnnotation
.
class
)
@Tag
(
"war"
)
@ExtendWith
(
TestExtension
.
class
)
public
class
WarTests
{
@Test
public
void
testFullGame
()
{
}
}
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