Sign in
apache
/
groovy
/
GROOVY_1_8_X
/
.
/
subprojects
/
groovy-jsr223
/
src
/
test
/
java
/
UberTestCaseJSR223.java
blob: d8b3effad9bbd9a20ba686094671418b2a914d54 [
file
] [
log
] [
blame
]
import
org
.
codehaus
.
groovy
.
jsr223
.*;
import
org
.
junit
.
runner
.
RunWith
;
import
org
.
junit
.
runners
.
Suite
;
@RunWith
(
Suite
.
class
)
@Suite
.
SuiteClasses
({
JSR223SecurityTest
.
class
})
public
class
UberTestCaseJSR223
{}