Commit 2f86b391 authored by Vansh V. Tibrewal's avatar Vansh V. Tibrewal
Browse files

Remove War Simulation tests for now

parent 11aab9b1
No related merge requests found
Showing with 0 additions and 40 deletions
+0 -40
<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
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() {
}
}
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