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.
1 parent 7f06d92 commit c00e0d8Copy full SHA for c00e0d8
grails-datastore-gorm-test/src/test/groovy/org/grails/datastore/gorm/SimpleMapTestSuite.groovy
@@ -8,6 +8,7 @@ import org.junit.runner.RunWith
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)
13
@SelectClasses([NotInListSpec])
14
class SimpleMapTestSuite {
0 commit comments