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-19wi
project04
Commits
87461b4c
Commit
87461b4c
authored
6 years ago
by
Adam Blank
Browse files
Options
Download
Email Patches
Plain Diff
Updates JUnit Configuration
parent
744fbb19
master
No related merge requests found
Pipeline
#6030
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.idea/libraries/org_junit_jupiter_junit_jupiter_params_5_4_0_RC2.xml
+14
-0
...ries/org_junit_jupiter_junit_jupiter_params_5_4_0_RC2.xml
.idea/workspace.xml
+86
-189
.idea/workspace.xml
project04-autocomplete.iml
+2
-2
project04-autocomplete.iml
with
102 additions
and
191 deletions
+102
-191
.idea/libraries/org_junit_jupiter_junit_jupiter_params_5_4_0_RC2.xml
0 → 100644
View file @
87461b4c
<component
name=
"libraryTable"
>
<library
name=
"org.junit.jupiter:junit-jupiter-params:5.4.0-RC2"
type=
"repository"
>
<properties
maven-id=
"org.junit.jupiter:junit-jupiter-params:5.4.0-RC2"
/>
<CLASSES>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-params/5.4.0-RC2/junit-jupiter-params-5.4.0-RC2.jar!/"
/>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar!/"
/>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.4.0-RC2/junit-jupiter-api-5.4.0-RC2.jar!/"
/>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar!/"
/>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.4.0-RC2/junit-platform-commons-1.4.0-RC2.jar!/"
/>
</CLASSES>
<JAVADOC
/>
<SOURCES
/>
</library>
</component>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.idea/workspace.xml
View file @
87461b4c
This diff is collapsed.
Click to expand it.
project04-autocomplete.iml
View file @
87461b4c
...
...
@@ -10,6 +10,6 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"com.github.javaparser:javaparser-core:3.5.12"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"org.hamcrest:hamcrest-all:1.3"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"org.junit.jupiter:junit-jupiter-params:5.4.0-
SNAPSHOT
"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"org.junit.jupiter:junit-jupiter-params:5.4.0-
RC2
"
level=
"project"
/>
</component>
</module>
\ No newline at end of file
</module>
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