Class TestCaseIdentifier
- java.lang.Object
-
- com.atlassian.bamboo.resultsummary.tests.TestCaseIdentifier
-
public class TestCaseIdentifier extends Object
Wrapper serving as map key for test case. Unlike the Hibernate entity, this one ignores id when comparing.
-
-
Constructor Summary
Constructors Constructor Description TestCaseIdentifier(TestCase testCase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
TestClassIdentifier
getTestClass()
int
hashCode()
-
-
-
Constructor Detail
-
TestCaseIdentifier
public TestCaseIdentifier(TestCase testCase)
-
-