public class Log extends Object
Constructor and Description |
---|
Log() |
Modifier and Type | Method and Description |
---|---|
<T> PVReaderListener<T> |
createReadListener() |
<T> PVWriterListener<T> |
createWriteListener(String name) |
List<String> |
getErrors() |
List<Event> |
getEvents() |
int |
getTestCount() |
boolean |
isCorrect() |
void |
matchAllValues(String pvName,
VTypeMatchMask mask,
Object expectedValue) |
void |
matchConnections(String pvName,
boolean... connectionFlags) |
void |
matchErrors(String pvName,
String... messages) |
void |
matchSequentialNumberValues(String pvName,
int expectedRepeatedValues) |
void |
matchValues(String pvName,
VTypeMatchMask mask,
Object... values) |
void |
matchWriteConnections(String pvName,
boolean... connectionFlags) |
void |
matchWriteNotifications(String pvName,
boolean... sucessfulWrite) |
void |
print(PrintStream out) |
void |
validate(String pvName,
Validator validator) |
public <T> PVReaderListener<T> createReadListener()
public <T> PVWriterListener<T> createWriteListener(String name)
public boolean isCorrect()
public int getTestCount()
public void matchConnections(String pvName, boolean... connectionFlags)
public void matchWriteConnections(String pvName, boolean... connectionFlags)
public void matchWriteNotifications(String pvName, boolean... sucessfulWrite)
public void matchValues(String pvName, VTypeMatchMask mask, Object... values)
public void matchAllValues(String pvName, VTypeMatchMask mask, Object expectedValue)
public void matchSequentialNumberValues(String pvName, int expectedRepeatedValues)
public void print(PrintStream out)
Copyright © 2010–2015. All rights reserved.