Class Junit5Util
java.lang.Object
io.helidon.webserver.testing.junit5.Junit5Util
Utility methods for JUnit5 extensions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringsocketName(Parameter parameter) Discover socket name usingSocketannotation.
-
Method Details
-
socketName
Discover socket name usingSocketannotation. If none found,WebServer.DEFAULT_SOCKET_NAMEis returned.- Parameters:
parameter- parameter to check- Returns:
- name of the socket the parameter belongs to
-