|
|
@ -22,7 +22,7 @@ class IntegratedClassLoader extends Specification {
|
|
|
|
def classes = loader.load()
|
|
|
|
def classes = loader.load()
|
|
|
|
|
|
|
|
|
|
|
|
then: "Checking that the test result is expected"
|
|
|
|
then: "Checking that the test result is expected"
|
|
|
|
5 == classes.size()
|
|
|
|
11 == classes.size()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
def "The classes must be represent the Test interface."() {
|
|
|
|
def "The classes must be represent the Test interface."() {
|
|
|
|