org.tap4j.model
Class Directive

Package class diagram package Directive
java.lang.Object
  extended by org.tap4j.model.Directive
All Implemented Interfaces:
Serializable

public class Directive
extends Object
implements Serializable

Represents a Test Directive. Usually it would be a TO DO or SKIP directive.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
Directive(DirectiveValues directiveValue, String reason)
          Constructor with parameters.
 
Method Summary
 DirectiveValues getDirectiveValue()
           
 String getReason()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Directive

public Directive(DirectiveValues directiveValue,
                 String reason)
Constructor with parameters.

Parameters:
directiveValue - Directive Value.
reason - Reason for the directive.
Method Detail

getDirectiveValue

public DirectiveValues getDirectiveValue()
Returns:
Directive Value.

getReason

public String getReason()
Returns:
Reason for the directive.


Copyright © 2010-2012 TupiLabs. All Rights Reserved.