eclipse-ee4j / jakartaee-tck-tools

Other
8 stars 16 forks source link

The test_classname may need to be the test class #88

Closed starksm64 closed 3 months ago

starksm64 commented 3 months ago

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.