imports and extendsFrom methods incorrectly iterated over all test
sets instead the passed argument
moved imports/extendsFrom by name into the TestSetBase; the Kotlin extension method in TestSetContainer may confuse the Groovy DSL (see issue #64). This also requires every TestSet or TestLibrary to maintain a reference to the container.
imports and extendsFrom now take Any parameter array; this way objects
and names can be mixed in the same call
imports
andextendsFrom
methods incorrectly iterated over all test sets instead the passed argumentimports
/extendsFrom
by name into the TestSetBase; the Kotlin extension method inTestSetContainer
may confuse the Groovy DSL (see issue #64). This also requires everyTestSet
orTestLibrary
to maintain a reference to the container.imports
andextendsFrom
now takeAny
parameter array; this way objects and names can be mixed in the same call