Uses of Class
org.apache.anteater.test.Group

Packages that use Group
org.apache.anteater.test This package contains the top-level tasks and API that define the testing framework. 
org.apache.anteater.test.log Anteater's logging system. 
org.apache.anteater.test.meta Classes that deal with metadata about a script or Anteater itself. 
 

Uses of Group in org.apache.anteater.test
 

Subclasses of Group in org.apache.anteater.test
 class DefaultGroup
          Default, primordial group, from which all others inherit.
 

Methods in org.apache.anteater.test that return Group
 Group Group.getGroup()
          Return our ancestor Group, or a DefaultGroup if we are group with id 'default'.
 Group DefaultGroup.getGroup()
          Always returns null.
 Group BaseTask.getGroup()
           
 Group BaseDataType.getGroup()
           
 

Methods in org.apache.anteater.test with parameters of type Group
 void Groupable.setGroup(Group group)
           
 void Group.setGroup(Group group)
          Set the parent group of this group.
 void Group.addConfiguredGroup(Group childGroup)
          Set this object as the ancestor of a group.
 void BaseTask.setGroup(Group group)
          Sets the group that this task belongs to.
 void BaseDataType.setGroup(Group group)
          Sets the group that this task belongs to.
 

Uses of Group in org.apache.anteater.test.log
 

Methods in org.apache.anteater.test.log with parameters of type Group
 void LoggerFactory.setGroup(Group group)
           
 void CompositeLogger.setGroup(Group group)
           
 

Uses of Group in org.apache.anteater.test.meta
 

Methods in org.apache.anteater.test.meta with parameters of type Group
 void Uses.setGroup(Group group)
           
 



Ant Functional Tester -- see Project home page for details