edu.rice.cs.cunit.util
Interface IVerboseToString

All Known Subinterfaces:
IThreadInfo
All Known Implementing Classes:
ThreadInfo

public interface IVerboseToString

Interface for a class that has a verbose toString method.

Author:
Mathias Ricken

Method Summary
 java.lang.String toStringVerbose()
          Return a more verbose string representation than toString().
 

Method Detail

toStringVerbose

java.lang.String toStringVerbose()
Return a more verbose string representation than toString().

Returns:
verbose string representation.