Class DockerHelloIT

java.lang.Object
info.ejava.examples.svc.docker.hello.DockerHelloIT

@SpringBootTest(classes=ClientTestConfiguration.class, webEnvironment=NONE) @ActiveProfiles({"test","it"}) public class DockerHelloIT extends Object
  • Field Details

    • anonymousUser

      @Autowired private org.springframework.web.client.RestTemplate anonymousUser
    • authnUser

      @Autowired private org.springframework.web.client.RestTemplate authnUser
    • authnUsername

      @Autowired private String authnUsername
    • helloUrl

      private org.springframework.web.util.UriComponentsBuilder helloUrl
  • Constructor Details

    • DockerHelloIT

      public DockerHelloIT()
  • Method Details

    • init

      @BeforeEach void init(@Autowired URI baseUrl)
    • can_contact_server

      @Test void can_contact_server()
    • can_authenticate_with_server

      @Test void can_authenticate_with_server()