See: Description
| Class | Description |
|---|---|
| MockDocument |
Transient mock implementation of interface DDocument.
|
| MockItem |
Transient mock implementation of interface DItem.
|
| MockViewEntry |
Transient mock implementation of interface DViewEntry.
|
Implementations of some interfaces for temporary objects. These implementations are usefull for tests or if only a non-persistent instance implementation of an interface is needed, e.g. in adapters between two modules.
ATTENTION:
Not all methods of the temporary implementations can be used, e.g.
DDocument.getParentDatabase() cannot return a
DDatabase, because the temporary document is not persistent.
Also maybe some other methods are note yet implemented because nobody
needed them so far.
Copyright © 2005–2020. All rights reserved.