br.eti.kinoshita.tap4j.model
Class Directive
java.lang.Object
br.eti.kinoshita.tap4j.model.Directive
public class Directive
- extends Object
Represents a Test Directive. Usually it would be a TODO or SKIP directive.
- Since:
- 1.0
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
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.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.