We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@RunWith
@Suite
1 parent 0f435b9 commit fdfc89cCopy full SHA for fdfc89c
grails-datastore-gorm-test/src/test/groovy/org/grails/datastore/gorm/SimpleMapTestSuite.groovy
@@ -1,15 +1,13 @@
1
package org.grails.datastore.gorm
2
3
import grails.gorm.tests.NotInListSpec
4
-import org.junit.platform.runner.JUnitPlatform
5
import org.junit.platform.suite.api.SelectClasses
6
-import org.junit.runner.RunWith
+import org.junit.platform.suite.api.Suite
7
8
/**
9
* @author graemerocher
10
*/
11
-//TODO: Replace with JUnit5 declarative test suites once https://github.com/junit-team/junit5/issues/744 is resolved
12
-@RunWith(JUnitPlatform)
+@Suite
13
@SelectClasses([NotInListSpec])
14
class SimpleMapTestSuite {
15
}
0 commit comments