audiojury.domain
Class GeneralPairs

java.lang.Object
  |
  +--audiojury.domain.TestMethod
        |
        +--audiojury.domain.GeneralPairs
All Implemented Interfaces:
java.io.Serializable

public class GeneralPairs
extends TestMethod
implements java.io.Serializable

Contains properties of the general pairs test method.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class audiojury.domain.TestMethod
name
 
Constructor Summary
GeneralPairs()
          Creates a new GeneralPairs TestMethod.
 
Method Summary
 boolean isPaired()
          Check if this is a paired test method.
 
Methods inherited from class audiojury.domain.TestMethod
equals, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralPairs

public GeneralPairs()
Creates a new GeneralPairs TestMethod.

Method Detail

isPaired

public boolean isPaired()
Check if this is a paired test method. Which it is.

Specified by:
isPaired in class TestMethod
Returns:
The general pairs test method is paired so this always returns true.