Due to Java's class loader system loading a class to make it accessible to the test scripts is not always trivial.
Here is a helper function (loadClass()
) that tries to cover all possible cases.
Last edited on
Due to Java's class loader system loading a class to make it accessible to the test scripts is not always trivial.
Here is a helper function (loadClass()
) that tries to cover all possible cases.