TestMethod.lua
Internal use : contains test method LuaNMP code, reporting,...Through use of LuaNMP all test methods in a
LuaUnit:run(...)
invocation are run in parallel.That is : every test class runs it's contained test methods in parallel.
A side effect is that the order in which tests finish can't be controlled/predicted. This behaviour can be changed (for test method invocation within one test class) through the relevant
Serial
flags.