audiojury.domain
Class ACR

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

public class ACR
extends TestMethod
implements java.io.Serializable

Contains properties of the ACR test method.

See Also:
Serialized Form

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

ACR

public ACR()
Creates a new ACR TestMethod.

Method Detail

isPaired

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

Specified by:
isPaired in class TestMethod
Returns:
The ACR test method is not paired so this always returns false.