The jsonp Junit5 tests are directly inherent from the ServiceEETest rather than a non-abstract EE10 test class. This causes an intantiation error in the server side runner because it tries to create an instance of an abstract class. In this case the Junit5 test class has to be passed as the test_classname.
The jsonp Junit5 tests are directly inherent from the ServiceEETest rather than a non-abstract EE10 test class. This causes an intantiation error in the server side runner because it tries to create an instance of an abstract class. In this case the Junit5 test class has to be passed as the test_classname.