Uses of Interface
io.helidon.nima.testing.junit5.webserver.spi.HelidonJunitExtension
Packages that use HelidonJunitExtension
Package
Description
Unit and integration testing support for Níma WebServer and JUnit 5.
SPI for JUnit5 support to add support for additional types (such as WebSocket clients, grpc clients etc.).
Unit and integration testing support for Níma WebSocket and JUnit 5.
-
Uses of HelidonJunitExtension in io.helidon.nima.testing.junit5.webserver
Classes in io.helidon.nima.testing.junit5.webserver that implement HelidonJunitExtensionModifier and TypeClassDescriptionclassA JavaServiceLoaderprovider implementation ofDirectJunitExtensionfor HTTP/1.1 tests.classJavaServiceLoaderprovider implementation of aServerJunitExtensionthat adds support for HTTP/1.1. -
Uses of HelidonJunitExtension in io.helidon.nima.testing.junit5.webserver.spi
Subinterfaces of HelidonJunitExtension in io.helidon.nima.testing.junit5.webserver.spiModifier and TypeInterfaceDescriptioninterfaceJavaServiceLoaderprovider interface for extending unit tests with support for additional injection, such as Direct HTTP/1.1 client.interfaceJavaServiceLoaderprovider interface for extending server tests with support for additional injection, such as HTTP/1.1 client. -
Uses of HelidonJunitExtension in io.helidon.nima.testing.junit5.websocket
Classes in io.helidon.nima.testing.junit5.websocket that implement HelidonJunitExtensionModifier and TypeClassDescriptionclassAServiceLoaderprovider implementation that adds support for injection of WebSocket related artifacts, such asDirectWsClientin Helidon Níma unit tests.classAServiceLoaderprovider implementation that adds support for injection of WebSocket related artifacts, such asWsClientin Helidon Níma integration tests.