net.sourceforge.groboutils.autodoc.v1.testserver
Interface TestInfo

All Known Implementing Classes:
DefaultTestInfo

public interface TestInfo

Information about a test which can uniquely identify a specific test. It should implement equals and hashCode.

Since:
March 17, 2002
Version:
$Date: 2003/02/10 22:52:13 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getMethod()
          The name of the test method.
 java.lang.String getSuite()
          The name of the test suite.
 int hashCode()
           
 

Method Detail

equals

public boolean equals(java.lang.Object obj)
See Also:
Object.equals( Object )

hashCode

public int hashCode()
See Also:
Object.hashCode()

getSuite

public java.lang.String getSuite()
The name of the test suite.

Returns:
the test suite name

getMethod

public java.lang.String getMethod()
The name of the test method.

Returns:
the test method name.


Copyright © 2001-2003 by The GroboUtils Project