org.apache.qpid.test.framework
Class TestCaseVector

java.lang.Object
  extended by org.apache.qpid.test.framework.TestCaseVector

public class TestCaseVector
extends Object

CRC Card
Responsibilities Collaborations


Constructor Summary
TestCaseVector(String testCase, int testCycleNumber)
           
 
Method Summary
 boolean equals(Object o)
           
 String getTestCase()
           
 int getTestCycleNumber()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseVector

public TestCaseVector(String testCase,
                      int testCycleNumber)
Method Detail

getTestCase

public String getTestCase()

getTestCycleNumber

public int getTestCycleNumber()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Licensed to the Apache Software Foundation