use of org.eclipse.che.workspace.infrastructure.kubernetes.namespace.KubernetesNamespace in project devspaces-images by redhat-developer.
the class OpenShiftPreviewUrlCommandProvisionerTest method throwsInfrastructureExceptionWhenK8sNamespaces.
@Test(expectedExceptions = InternalInfrastructureException.class)
public void throwsInfrastructureExceptionWhenK8sNamespaces() throws InfrastructureException {
KubernetesNamespace namespace = Mockito.mock(KubernetesNamespace.class);
previewUrlCommandProvisioner.provision(mockEnvironment, namespace);
}
Aggregations