public class Class extends Object implements Serializable
Constructor and Description |
---|
Class()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
addTestMethod(TestMethod testMethod)
Adds a test method into the list of
|
String |
getName()
Retrieves the name.
|
List<TestMethod> |
getTestMethods()
Retrieves the list of
|
boolean |
removeTestMethod(TestMethod testMethod)
Removes a test method from the list of
|
void |
setName(String name)
Sets the name.
|
public String getName()
public void setName(String name)
name
- the name to setpublic List<TestMethod> getTestMethods()
public boolean addTestMethod(TestMethod testMethod)
testMethod
- the test method.public boolean removeTestMethod(TestMethod testMethod)
testMethod
- the test method.Copyright © 2010-2011 the Jenkins TestLink plug-in team-2013 Jenkins. All Rights Reserved.