mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Formatting.
This commit is contained in:
parent
d9ea1dae02
commit
9271aaf398
1 changed files with 7 additions and 8 deletions
|
@ -45,8 +45,7 @@ abstract class GenericTestRunner: ITestRunnerContributor {
|
||||||
val result = IFileSpec.GlobSpec(toClassPaths(testConfig.testIncludes))
|
val result = IFileSpec.GlobSpec(toClassPaths(testConfig.testIncludes))
|
||||||
.toFiles(project.directory, path, testConfig.testExcludes.map {
|
.toFiles(project.directory, path, testConfig.testExcludes.map {
|
||||||
Glob(it)
|
Glob(it)
|
||||||
})
|
}).map {
|
||||||
.map {
|
|
||||||
Pair(it, it.toString().replace("/", ".").replace("\\", ".").replace(".class", ""))
|
Pair(it, it.toString().replace("/", ".").replace("\\", ".").replace(".class", ""))
|
||||||
}.filter {
|
}.filter {
|
||||||
acceptClass(it.first, it.second, testClasspath, File(testClassDir))
|
acceptClass(it.first, it.second, testClasspath, File(testClassDir))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue