public abstract class TestPhase extends Object
Constructor and Description |
---|
TestPhase() |
Modifier and Type | Method and Description |
---|---|
protected <T> TestPhase |
addReader(PVReaderConfiguration<T> reader,
org.epics.util.time.TimeDuration maxRate) |
protected <T> TestPhase |
addWriter(String name,
PVWriterConfiguration<T> writer) |
void |
execute() |
int |
getDebugLevel() |
String |
getName() |
protected void |
pause(long ms) |
abstract void |
run() |
void |
setDebugLevel(int debugLevel) |
protected Object |
valueFor(String name) |
abstract void |
verify(Log log) |
protected void |
waitFor(String name,
String value,
int msTimeout) |
protected void |
write(String name,
Object obj) |
public String getName()
protected <T> TestPhase addReader(PVReaderConfiguration<T> reader, org.epics.util.time.TimeDuration maxRate)
protected <T> TestPhase addWriter(String name, PVWriterConfiguration<T> writer)
protected void pause(long ms)
public abstract void verify(Log log)
public void execute()
public int getDebugLevel()
public void setDebugLevel(int debugLevel)
Copyright © 2010–2015. All rights reserved.