public class StopTimeAction extends AbstractTestAction
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TIMELINE_ID |
static String |
DEFAULT_TIMELINE_VALUE_SUFFIX |
description
Constructor and Description |
---|
StopTimeAction()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
doExecute(TestContext context)
Subclasses may add custom execution logic here.
|
String |
getId()
Gets the id.
|
String |
getSuffix()
Gets the suffix.
|
StopTimeAction |
setId(String period)
Setter for timeline id.
|
StopTimeAction |
setSuffix(String suffix)
Sets the suffix.
|
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
public static final String DEFAULT_TIMELINE_ID
public static final String DEFAULT_TIMELINE_VALUE_SUFFIX
public void doExecute(TestContext context)
AbstractTestAction
doExecute
in class AbstractTestAction
public StopTimeAction setId(String period)
period
- public String getId()
public StopTimeAction setSuffix(String suffix)
suffix
- public String getSuffix()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.