public abstract static class Beans.BaseForTestOracle extends Object
| Constructor and Description |
|---|
BaseForTestOracle(String description,
List<Object> beforeClause,
List<Object> givenClause,
List<Object> whenClause,
List<Object> thenClause,
List<Object> onFailureClause,
List<Object> afterClause) |
| Modifier and Type | Method and Description |
|---|---|
TestOracle |
create(int index,
Session session)
Test oracles created by this method are not thread safe since invokers (
FuncHandler
objects) have their internal states and not created every time the oracles
are performed. |
public TestOracle create(int index, Session session)
FuncHandler
objects) have their internal states and not created every time the oracles
are performed.Copyright © 2017. All rights reserved.