public class TestMethod extends Object implements Comparable<TestMethod>
Constructor and Description |
---|
TestMethod(ClassType testType,
String testFullName)
Unit test method constructor.
|
TestMethod(ClassType testType,
String testClassName,
String testMethodName)
Unit test method constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TestMethod obj) |
boolean |
equals(Object obj) |
ClassType |
getClassType()
Retrieves class type (e.g., JUnit).
|
String |
getLongName() |
String |
getTestClassName()
Retrieves test parent class name.
|
String |
getTestMethodName()
Retrieves test method name.
|
int |
hashCode() |
String |
toString() |
public TestMethod(ClassType testType, String testFullName)
testType
- type of test classtestFullName
- test full namepublic ClassType getClassType()
public String getTestClassName()
public String getTestMethodName()
public String getLongName()
public int compareTo(TestMethod obj)
compareTo
in interface Comparable<TestMethod>
Copyright © 2010–2019 GZoltar. All rights reserved.