Sven Koster
Sven Koster
I'm creating an **extension** for running tests to different instances. The test class has an annotation that has all information to discover which instances should be tested. The annotation is...
## Overview This change will give a MethodExtensionContext instead of a ClassExtensionContext to the construction of a constructor for a Test(Template). Before this change, if a test was created, there...
I need to be able to change the default port from 8080 to another port, because 8080 is already used by an application and that can't be changed. I can't...