net.grinder.common
Interface Test

All Superinterfaces:
Comparable<Test>
All Known Implementing Classes:
AbstractTestSemantics, Test

public interface Test
extends Comparable<Test>

In addition to this interface, Test implementations should implement value based equality and a well defined ordering.

Author:
Philip Aston

Method Summary
 String getDescription()
          Test description.
 int getNumber()
          Test number.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getNumber

int getNumber()
Test number. Defines test identity and ordering.

Returns:
The test number.

getDescription

String getDescription()
Test description.

Returns:
The test description.


Copyright © 2000-2013. All Rights Reserved.