Class 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
    • Constructor Detail

      • NoneTest

        public NoneTest()