This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import spock.lang.Title
|
|||||||
@Narrative("""The loader must return a class or null, so
|
@Narrative("""The loader must return a class or null, so
|
||||||
those tests check if responses are right.
|
those tests check if responses are right.
|
||||||
""")
|
""")
|
||||||
@Title("Integrated tests for ClassLoader.")
|
@Title("Integrated tests for SingleClassLoader.")
|
||||||
class IntegratedSingleClassLoader extends Specification {
|
class IntegratedSingleClassLoader extends Specification {
|
||||||
def "The class has been loaded."() {
|
def "The class has been loaded."() {
|
||||||
given: "I have a class loader"
|
given: "I have a class loader"
|
||||||
|
|||||||
Reference in New Issue
Block a user