org.alfresco.bm.server
Class BMTestRun.Key
java.lang.Object
org.alfresco.bm.server.BMTestRun.Key
- All Implemented Interfaces:
- Comparable<BMTestRun.Key>
- Enclosing class:
- BMTestRun
public static class BMTestRun.Key
- extends Object
- implements Comparable<BMTestRun.Key>
The key that represents the unique data defining a specific test run
i.e. the BMTestRun.testName and BMTestRun.testRunName.
- Since:
- 1.0
- Author:
- Derek Hulley
BMTestRun.Key
public BMTestRun.Key(String testName,
String testRunName)
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
compareTo
public int compareTo(BMTestRun.Key that)
- Specified by:
compareTo in interface Comparable<BMTestRun.Key>
Copyright © 2012. All Rights Reserved.