audiojury.domain
Class FullComparison

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

public class FullComparison
extends TestMethod
implements java.io.Serializable

Contains properties of the full comparison test method.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class audiojury.domain.TestMethod
name
 
Constructor Summary
FullComparison()
          Creates a new FullComparison 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

FullComparison

public FullComparison()
Creates a new FullComparison 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 full comparison test method is paired so this always returns true.