|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlsst.gruth.grutils.GroupSpec
lsst.gruth.grutils.BuildGroupSpec
class BuildGroupSpec extends GroupSpec
A GrouSpec that specifies tests that build objects (constructor; static factories)
Constructor Summary | |
BuildGroupSpec(java.lang.String className, groovy.lang.Binding bind)
|
Method Summary | |
---|---|
BuildGroupSpec
|
_factory(java.lang.String factoryName)
NOT IMPLEMENTED: specification of test for a static factory |
GroupRun
|
_group(groovy.lang.Closure clos)
calls the other _group method by generating a name for the group |
GroupRun
|
_group(java.lang.String name, groovy.lang.Closure clos)
prepares a set of test (GroupRun) (for constructors only for the moment) |
Methods inherited from class GroupSpec | |
---|---|
_group, _post, _prepare, _test, _test, fromRawArgsToRawRuns |
Constructor Detail |
---|
BuildGroupSpec(java.lang.String className, groovy.lang.Binding bind)
Method Detail |
---|
BuildGroupSpec _factory(java.lang.String factoryName)
GroupRun _group(groovy.lang.Closure clos)
GroupRun _group(java.lang.String name, groovy.lang.Closure clos)
Groovy Documentation