net.sf.jameleon
Interface XMLable

All Superinterfaces:
Serializable
All Known Implementing Classes:
Attribute, CountableDataDrivableResultContainer, CountableDataDrivableRowResult, CountableFunctionResult, DataDrivableResultContainer, DataDrivableRowResult, FunctionalPoint, FunctionResult, JameleonTestResult, Session, SessionResult, TestCase, TestCaseResult, TestResultWithChildren

public interface XMLable
extends Serializable

Used to be able to pass a generic XMLable interface through future logging wrapper methods.


Method Summary
 String toXML()
          Implement this method the same way the toString method would be implemented, except the object's information should be in a valid XML format.
 

Method Detail

toXML

String toXML()
Implement this method the same way the toString method would be implemented, except the object's information should be in a valid XML format.



Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.