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 Summary
FieldsModifier and TypeFieldDescriptionprivate org.springframework.web.client.RestTemplateprivate org.springframework.web.client.RestTemplateprivate Stringprivate org.springframework.web.util.UriComponentsBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void
-
Field Details
-
anonymousUser
@Autowired private org.springframework.web.client.RestTemplate anonymousUser -
authnUser
@Autowired private org.springframework.web.client.RestTemplate authnUser -
authnUsername
-
helloUrl
private org.springframework.web.util.UriComponentsBuilder helloUrl
-
-
Constructor Details
-
DockerHelloIT
public DockerHelloIT()
-
-
Method Details
-
init
-
can_contact_server
@Test void can_contact_server() -
can_authenticate_with_server
@Test void can_authenticate_with_server()
-