Uses of Class
org.specrunner.util.xom.AbstractType

Packages that use AbstractType
org.specrunner.plugins   
org.specrunner.plugins.type   
org.specrunner.result   
org.specrunner.result.status   
org.specrunner.util.xom   
 

Uses of AbstractType in org.specrunner.plugins
 

Subclasses of AbstractType in org.specrunner.plugins
 class ActionType
          A type for plugins.
 

Uses of AbstractType in org.specrunner.plugins.type
 

Subclasses of AbstractType in org.specrunner.plugins.type
 class Assertion
          Assertion: has importance 2.
 class Command
          Action: has importance 1.
 class Control
          Control: has importance 0.
 class Undefined
          Undefined: has importance -1.
 

Uses of AbstractType in org.specrunner.result
 

Subclasses of AbstractType in org.specrunner.result
 class Status
          A status.
 

Uses of AbstractType in org.specrunner.result.status
 

Subclasses of AbstractType in org.specrunner.result.status
 class Detail
          Detail: is not error, has importance -1.
 class Failure
          Failure: is error, has importance 3.
 class Ignored
          Ignored: is not error, has importance -1.
 class Info
          Info: is not error, has importance 0.
 class Success
          Success: is not error, has importance 2.
 class Warning
          Warning: is not error, has importance 1.
 

Uses of AbstractType in org.specrunner.util.xom
 

Classes in org.specrunner.util.xom with type parameters of type AbstractType
 class AbstractType<T extends AbstractType<T>>
          A type with importance.
 



Copyright © 2014. All rights reserved.