br.eti.kinoshita.tap4j.model
Class Directive

java.lang.Object
  extended by 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

Constructor Summary
Directive(DirectiveValues directiveValue, String reason)
          Constructor with parameters.
 
Method Summary
 DirectiveValues getDirectiveValue()
           
 String getReason()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.