public abstract static class Beans.BaseForTestOracle extends Object
| Constructor and Description |
|---|
BaseForTestOracle(String description,
List<Object> given,
List<Object> when,
List<Object> then) |
| Modifier and Type | Method and Description |
|---|---|
TestOracle |
create(Statement.Factory statementFactory)
Test oracles created by this method are not thread safe since invokers (
Func.Invoker
objects) have their internal states and not created every time the oracles
are performed. |
public TestOracle create(Statement.Factory statementFactory)
Func.Invoker
objects) have their internal states and not created every time the oracles
are performed.statementFactory - A factory that creates Statement objects.Copyright © 2017. All rights reserved.