audiojury.domain
Class DCR

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

public class DCR
extends TestMethod
implements java.io.Serializable

Contains properties of the DCR test method.

See Also:
Serialized Form

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

DCR

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