Groovy Documentation

lsst.gruth.grutils
[Groovy] Class BuildGroupSpec

java.lang.Object
  lsst.gruth.grutils.GroupSpec
      lsst.gruth.grutils.BuildGroupSpec

class BuildGroupSpec
extends GroupSpec

A GrouSpec that specifies tests that build objects (constructor; static factories)

Authors:
bamade


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

BuildGroupSpec(java.lang.String className, groovy.lang.Binding bind)


 
Method Detail

_factory

BuildGroupSpec _factory(java.lang.String factoryName)
NOT IMPLEMENTED: specification of test for a static factory
Parameters:
factoryName
Returns:


_group

GroupRun _group(groovy.lang.Closure clos)
calls the other _group method by generating a name for the group
Parameters:
clos
Returns:


_group

GroupRun _group(java.lang.String name, groovy.lang.Closure clos)
prepares a set of test (GroupRun) (for constructors only for the moment)
Parameters:
name
clos
Returns:


 

Groovy Documentation