| procdef.CacheTests
CacheTests | public class CacheTests extends TestCase (Code) | | Zusammenstellung der Caching-Testfälle für das
Prozessdefinitionsverzeichnis.
|
Method Summary | |
public void | checkUpdatedProcessDefinition() Tests if an updated process definition is used, rather than the cached
version of the process definition.
Imports a process definition, reads the package header's creation
date, imports a duplicate of the the first process definition which
differs in the creation date, only. | public void | connect() | public static Test | suite() Stellt diese TestSuite zusammen. |
CacheTests | public CacheTests(String name)(Code) | | Konstruktor zum Erzeugen eines TestCase
Parameters: name - test case name |
checkUpdatedProcessDefinition | public void checkUpdatedProcessDefinition() throws Exception(Code) | | Tests if an updated process definition is used, rather than the cached
version of the process definition.
Imports a process definition, reads the package header's creation
date, imports a duplicate of the the first process definition which
differs in the creation date, only.
The saved craetion date (from the first process definition) and the
current creation date (from the dublicate) are expected to differ.
In this case, it can be assumed, that the duplicate was found in the
database, rather than in the cache.
throws: Exception - ... |
suite | public static Test suite()(Code) | | Stellt diese TestSuite zusammen.
the test suite |
|
|