Interface | Description |
---|---|
TestQueryInterceptorI |
An Interface intended to implement a 'manual' answering of those queries
that are currently too complex for the TestBOLoader parser.
|
Class | Description |
---|---|
TestBOLoader |
A minimalist BOLoaderI implementation for testing without having an actual running MyTISM server.
|
TestBOLoaderV2 |
A new version of TestBOLoader which tries to remedy that one's shortcomings:
- if some functionality is not (yet) available throw exceptions instead of returning useless and misleading dummy results
- by default be able to handle a much wider set of OQL queries by using the functionality from InterpretedOQLQuery
- allow to use more than one transaction
- always call verify* methods on saving, as in reality
- try to adhere to the real API instead of a set of special test methods ("createTransaction", "simulateSave", etc
|
TestClientFileVault | |
TestTransaction |
This is an extension of the Transaction class intended for testenvironments, where no underlying
database for queries exist.
|
TestTransactionV2 |
A new version of TestTransaction using the TestBOLoaderV2.
|
Enum | Description |
---|---|
SimulateSaveVerificationMode |
Enum used to tell
TestTransaction.simulateSave() which of SaveAwareI 's methods
to execute or skip. |
Copyright © 2000-2024 OAshi S.à r.l. All Rights Reserved.