forked from junit-team/junit5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New subprojects from team mindstorming
- Loading branch information
1 parent
8052657
commit b7629e6
Showing
27 changed files
with
43 additions
and
475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
# Gradle | ||
.gradle | ||
/build | ||
junit*/build | ||
open-test-alliance/build | ||
build/ | ||
|
||
# Ignore Gradle GUI config | ||
gradle-app.setting | ||
|
||
# Eclipse | ||
.classpath | ||
.settings | ||
.settings/ | ||
.project | ||
bin | ||
bin/ | ||
|
||
# IntelliJ | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea | ||
spring-events.iml | ||
.idea/ | ||
|
||
# Misc | ||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dependencies { | ||
compile(project(':junit-launcher')) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
dependencies { | ||
} |
This file was deleted.
Oops, something went wrong.
148 changes: 0 additions & 148 deletions
148
junit-engine/src/main/java/org/junit/engine/support/JavaTestDescriptor.java
This file was deleted.
Oops, something went wrong.
72 changes: 0 additions & 72 deletions
72
junit-engine/src/test/java/org/junit/engine/support/JavaTestDescriptorTestCase.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
dependencies { | ||
compile(project(':junit-core')) | ||
compile(project(':junit-engine')) | ||
compile(project(':junit-engine-api')) | ||
} |
Oops, something went wrong.