Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="CommonControlsUnitTest" type="GradleRunConfiguration" factoryName="Gradle" folderName="Unit Tests">
<configuration default="false" name="DriveControlsTest" type="GradleRunConfiguration" factoryName="Gradle" folderName="Unit Tests">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
Expand All @@ -12,7 +12,7 @@
<list>
<option value=":TeamCode:testDebugUnitTest" />
<option value="--tests" />
<option value="&quot;org.firstinspires.ftc.teamcode.CommonControlsTest&quot;" />
<option value="&quot;org.firstinspires.ftc.teamcode.DriveControlsTest&quot;" />
</list>
</option>
<option name="vmOptions" />
Expand Down
26 changes: 26 additions & 0 deletions .run/LaunchControlsTest.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="LaunchControlsTest" type="GradleRunConfiguration" factoryName="Gradle" folderName="Unit Tests">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value=":TeamCode:testDebugUnitTest" />
<option value="--tests" />
<option value="&quot;org.firstinspires.ftc.teamcode.LaunchControlsTest&quot;" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>true</RunAsTest>
<method v="2" />
</configuration>
</component>
26 changes: 26 additions & 0 deletions .run/RampControlsTest.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="RampControlsTest" type="GradleRunConfiguration" factoryName="Gradle" folderName="Unit Tests">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value=":TeamCode:testDebugUnitTest" />
<option value="--tests" />
<option value="&quot;org.firstinspires.ftc.teamcode.RampControlsTest&quot;" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>true</RunAsTest>
<method v="2" />
</configuration>
</component>
Loading