org.tap4j.model
Class Directive
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Directive
public Directive(DirectiveValues directiveValue,
String reason)
- Constructor with parameters.
- Parameters:
directiveValue
- Directive Value.reason
- Reason for the directive.
getDirectiveValue
public DirectiveValues getDirectiveValue()
- Returns:
- Directive Value.
getReason
public String getReason()
- Returns:
- Reason for the directive.
Copyright © 2010-2012 TupiLabs. All Rights Reserved.