public class TestCaseInstruction extends Instruction<TestCaseTarget> implements CustomFieldHolder, Milestoned
logTrain| Constructor and Description |
|---|
TestCaseInstruction(TestCaseTarget target,
org.squashtest.tm.domain.testcase.TestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomField(String code,
String value) |
protected LogTrain |
executeCreate(Facility facility) |
protected LogTrain |
executeDelete(Facility facility) |
protected LogTrain |
executeUpdate(Facility facility) |
Map<String,String> |
getCustomFields() |
List<String> |
getMilestones() |
org.squashtest.tm.domain.testcase.TestCase |
getTestCase() |
addLogEntry, execute, getLine, getMode, getTarget, setLine, setModepublic TestCaseInstruction(TestCaseTarget target, org.squashtest.tm.domain.testcase.TestCase testCase)
protected LogTrain executeUpdate(Facility facility)
executeUpdate in class Instruction<TestCaseTarget>protected LogTrain executeDelete(Facility facility)
executeDelete in class Instruction<TestCaseTarget>protected LogTrain executeCreate(Facility facility)
executeCreate in class Instruction<TestCaseTarget>public org.squashtest.tm.domain.testcase.TestCase getTestCase()
public void addCustomField(String code, String value)
addCustomField in interface CustomFieldHolderpublic List<String> getMilestones()
getMilestones in interface MilestonedCopyright © 2010–2017 Henix, henix.fr. All rights reserved.