diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b694904636aa026334335691a6969a70454d3c34..1ce3392dcfd7bad1860846a0bd209ac7f196ff90 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,11 +4,8 @@ <option name="autoReloadType" value="SELECTIVE" /> </component> <component name="ChangeListManager"> - <list default="true" id="a17b64ea-8b68-4cd2-aba6-1780c674b35e" name="Changes" comment="Clean"> - <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/.idea/gradle.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/gradle.xml" afterDir="false" /> + <list default="true" id="a17b64ea-8b68-4cd2-aba6-1780c674b35e" name="Changes" comment="Update"> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/Solver.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/Solver.java" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> @@ -32,23 +29,24 @@ <option name="hideEmptyMiddlePackages" value="true" /> <option name="showLibraryContents" value="true" /> </component> - <component name="PropertiesComponent">{ - "keyToString": { - "Gradle.GL-Solver [:fr.univamu.solver.Main.main()].executor": "Run", - "Gradle.Tests in 'GL-Solver'.executor": "Run", - "Gradle.Tests in 'fr.univamu.solver'.executor": "Run", - "RunOnceActivity.ShowReadmeOnStart": "true", - "git-widget-placeholder": "master", - "kotlin-language-version-configured": "true", - "node.js.detected.package.eslint": "true", - "node.js.detected.package.tslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "node.js.selected.package.tslint": "(autodetect)", - "nodejs_package_manager_path": "npm", - "vue.rearranger.settings.migration": "true" + <component name="PropertiesComponent"><![CDATA[{ + "keyToString": { + "Gradle.GL-Solver [:fr.univamu.solver.Main.main()].executor": "Run", + "Gradle.PrivateTestSolver.testParser.executor": "Run", + "Gradle.Tests in 'GL-Solver'.executor": "Run", + "Gradle.Tests in 'fr.univamu.solver'.executor": "Run", + "RunOnceActivity.ShowReadmeOnStart": "true", + "git-widget-placeholder": "master", + "kotlin-language-version-configured": "true", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "vue.rearranger.settings.migration": "true" } -}</component> - <component name="RunManager" selected="Gradle.Tests in 'GL-Solver'"> +}]]></component> + <component name="RunManager" selected="Gradle.PrivateTestSolver.testParser"> <configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> <option name="MAIN_CLASS_NAME" value="fr.univamu.solver.Main" /> <module name="GL-Solver.main" /> @@ -62,6 +60,30 @@ <option name="Make" enabled="true" /> </method> </configuration> + <configuration name="PrivateTestSolver.testParser" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> + <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=":test" /> + <option value="--tests" /> + <option value=""fr.univamu.solver.PrivateTestSolver.testParser"" /> + </list> + </option> + <option name="vmOptions" /> + </ExternalSystemSettings> + <ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess> + <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> + <DebugAllEnabled>false</DebugAllEnabled> + <RunAsTest>true</RunAsTest> + <method v="2" /> + </configuration> <configuration name="Tests in 'GL-Solver'" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> <ExternalSystemSettings> <option name="executionName" /> @@ -110,6 +132,7 @@ </configuration> <recent_temporary> <list> + <item itemvalue="Gradle.PrivateTestSolver.testParser" /> <item itemvalue="Gradle.Tests in 'GL-Solver'" /> <item itemvalue="Gradle.Tests in 'fr.univamu.solver'" /> <item itemvalue="Application.Main" /> @@ -133,7 +156,7 @@ <option name="presentableId" value="Default" /> <updated>1727967430355</updated> <workItem from="1727967431394" duration="6834000" /> - <workItem from="1728024944251" duration="2652000" /> + <workItem from="1728024944251" duration="4698000" /> </task> <task id="LOCAL-00001" summary="Create"> <option name="closed" value="true" /> @@ -175,7 +198,15 @@ <option name="project" value="LOCAL" /> <updated>1727988463386</updated> </task> - <option name="localTasksCounter" value="6" /> + <task id="LOCAL-00006" summary="Update"> + <option name="closed" value="true" /> + <created>1728027672901</created> + <option name="number" value="00006" /> + <option name="presentableId" value="LOCAL-00006" /> + <option name="project" value="LOCAL" /> + <updated>1728027672901</updated> + </task> + <option name="localTasksCounter" value="7" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> @@ -185,6 +216,7 @@ <MESSAGE value="Create" /> <MESSAGE value="Add tests" /> <MESSAGE value="Clean" /> - <option name="LAST_COMMIT_MESSAGE" value="Clean" /> + <MESSAGE value="Update" /> + <option name="LAST_COMMIT_MESSAGE" value="Update" /> </component> </project> \ No newline at end of file