Class ReactiveNoneTest


  • @SpringBootTest(classes=TestConfiguration.class,
                    webEnvironment=RANDOM_PORT,
                    properties={"spring.main.web-application-type=reactive","spring.application.name=resourceserver-none","bremersee.auth.resource-server=none","bremersee.exception-mapping.api-paths=/**"})
    @TestInstance(PER_CLASS)
    public class ReactiveNoneTest
    extends Object
    The reactive none test.
    Author:
    Christian Bremer
    • Constructor Detail

      • ReactiveNoneTest

        public ReactiveNoneTest()