Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The below tests are parts of a test suite. Every table shows the test of one test class, so each row is exactly one test (method) inside a test class. The order of the tests reflects the execution order. The tests of a test class don't depend on results of previous executed tests. But a test which updates an object will also fail if saving of the object fails, because the test must save the object before it can update it. To prevent this the strict execution order is used. Before the test methods are executed the CMR is started and if necessary objects are stored into the database. At the end of a test class the initially stored objects are deleted if necessary.

...