org.tap4j.model
Class AbstractTapElementDiagnostic
java.lang.Object
org.tap4j.model.AbstractTapElementDiagnostic
- All Implemented Interfaces:
- Serializable, TapElement
- Direct Known Subclasses:
- Footer, Header, Plan, TapResult
public abstract class AbstractTapElementDiagnostic
- extends Object
- implements TapElement
TAP Element that supports diagnostic information. The diagnostics is a map
containing the YAMLish extra information of a test.
- 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 |
AbstractTapElementDiagnostic
public AbstractTapElementDiagnostic()
getDiagnostic
public Map<String,Object> getDiagnostic()
- Specified by:
getDiagnostic
in interface TapElement
- Returns:
- yaml diagnostic information.
setDiagnostic
public void setDiagnostic(Map<String,Object> diagnostic)
- Specified by:
setDiagnostic
in interface TapElement
- Parameters:
diagnostic
- yaml diagnostic information.
Copyright © 2010-2012 TupiLabs. All Rights Reserved.