Class NoneTest
- java.lang.Object
-
- org.bremersee.security.authentication.resourceserver.servlet.NoneTest
-
@SpringBootTest(classes=TestConfiguration.class, webEnvironment=RANDOM_PORT, properties={"spring.main.web-application-type=servlet","spring.application.name=resourceserver-none","bremersee.auth.resource-server=none","bremersee.exception-mapping.api-paths=/**"}) @TestInstance(PER_CLASS) public class NoneTest extends Object
The none test.- Author:
- Christian Bremer