public class Assertions extends Object
Modifier | Constructor and Description |
---|---|
protected |
Assertions()
Creates a new
. |
Modifier and Type | Method and Description |
---|---|
static ConfigAssert |
assertThat(io.fabric8.kubernetes.api.model.Config actual)
Creates a new instance of
. |
static ControllerCurrentStateAssert |
assertThat(io.fabric8.kubernetes.api.model.ControllerCurrentState actual)
Creates a new instance of
. |
static ControllerDesiredStateAssert |
assertThat(io.fabric8.kubernetes.api.model.ControllerDesiredState actual)
Creates a new instance of
. |
static CurrentStateAssert |
assertThat(io.fabric8.kubernetes.api.model.CurrentState actual)
Creates a new instance of
. |
static DesiredStateAssert |
assertThat(io.fabric8.kubernetes.api.model.DesiredState actual)
Creates a new instance of
. |
static DetailInfoAssert |
assertThat(io.fabric8.kubernetes.api.model.DetailInfo actual)
Creates a new instance of
. |
static EnvAssert |
assertThat(io.fabric8.kubernetes.api.model.Env actual)
Creates a new instance of
. |
static InfoAssert |
assertThat(io.fabric8.kubernetes.api.model.Info actual)
Creates a new instance of
. |
static Item_Assert |
assertThat(io.fabric8.kubernetes.api.model.Item_ actual)
Creates a new instance of
. |
static ItemAssert |
assertThat(io.fabric8.kubernetes.api.model.Item actual)
Creates a new instance of
. |
static ManifestAssert |
assertThat(io.fabric8.kubernetes.api.model.Manifest actual)
Creates a new instance of
. |
static ManifestContainerAssert |
assertThat(io.fabric8.kubernetes.api.model.ManifestContainer actual)
Creates a new instance of
. |
static ParameterAssert |
assertThat(io.fabric8.kubernetes.api.model.Parameter actual)
Creates a new instance of
. |
static PodContainerManifestAssert |
assertThat(io.fabric8.kubernetes.api.model.PodContainerManifest actual)
Creates a new instance of
. |
static PodCurrentContainerInfoAssert |
assertThat(io.fabric8.kubernetes.api.model.PodCurrentContainerInfo actual)
Creates a new instance of
. |
static PodListSchemaAssert |
assertThat(io.fabric8.kubernetes.api.model.PodListSchema actual)
Creates a new instance of
. |
static PodSchemaAssert |
assertThat(io.fabric8.kubernetes.api.model.PodSchema actual)
Creates a new instance of
. |
static PodTemplate_Assert |
assertThat(io.fabric8.kubernetes.api.model.PodTemplate_ actual)
Creates a new instance of
. |
static PodTemplateAssert |
assertThat(io.fabric8.kubernetes.api.model.PodTemplate actual)
Creates a new instance of
. |
static PodTemplateDesiredStateAssert |
assertThat(io.fabric8.kubernetes.api.model.PodTemplateDesiredState actual)
Creates a new instance of
. |
static PortAssert |
assertThat(io.fabric8.kubernetes.api.model.Port actual)
Creates a new instance of
. |
static PullPolicyAssert |
assertThat(io.fabric8.kubernetes.api.model.PullPolicy actual)
Creates a new instance of
. |
static ReplicationControllerListSchemaAssert |
assertThat(io.fabric8.kubernetes.api.model.ReplicationControllerListSchema actual)
Creates a new instance of
. |
static ReplicationControllerSchemaAssert |
assertThat(io.fabric8.kubernetes.api.model.ReplicationControllerSchema actual)
Creates a new instance of
. |
static RunningAssert |
assertThat(io.fabric8.kubernetes.api.model.Running actual)
Creates a new instance of
. |
static ServiceListSchemaAssert |
assertThat(io.fabric8.kubernetes.api.model.ServiceListSchema actual)
Creates a new instance of
. |
static ServiceSchemaAssert |
assertThat(io.fabric8.kubernetes.api.model.ServiceSchema actual)
Creates a new instance of
. |
static StateAssert |
assertThat(io.fabric8.kubernetes.api.model.State actual)
Creates a new instance of
. |
static TemplateAssert |
assertThat(io.fabric8.kubernetes.api.model.Template actual)
Creates a new instance of
. |
static VolumeAssert |
assertThat(io.fabric8.kubernetes.api.model.Volume actual)
Creates a new instance of
. |
static VolumeMountAssert |
assertThat(io.fabric8.kubernetes.api.model.VolumeMount actual)
Creates a new instance of
. |
protected Assertions()
Assertions
.public static ConfigAssert assertThat(io.fabric8.kubernetes.api.model.Config actual)
ConfigAssert
.actual
- the actual value.public static ControllerCurrentStateAssert assertThat(io.fabric8.kubernetes.api.model.ControllerCurrentState actual)
ControllerCurrentStateAssert
.actual
- the actual value.public static ControllerDesiredStateAssert assertThat(io.fabric8.kubernetes.api.model.ControllerDesiredState actual)
ControllerDesiredStateAssert
.actual
- the actual value.public static CurrentStateAssert assertThat(io.fabric8.kubernetes.api.model.CurrentState actual)
CurrentStateAssert
.actual
- the actual value.public static DesiredStateAssert assertThat(io.fabric8.kubernetes.api.model.DesiredState actual)
DesiredStateAssert
.actual
- the actual value.public static DetailInfoAssert assertThat(io.fabric8.kubernetes.api.model.DetailInfo actual)
DetailInfoAssert
.actual
- the actual value.public static EnvAssert assertThat(io.fabric8.kubernetes.api.model.Env actual)
EnvAssert
.actual
- the actual value.public static InfoAssert assertThat(io.fabric8.kubernetes.api.model.Info actual)
InfoAssert
.actual
- the actual value.public static ItemAssert assertThat(io.fabric8.kubernetes.api.model.Item actual)
ItemAssert
.actual
- the actual value.public static Item_Assert assertThat(io.fabric8.kubernetes.api.model.Item_ actual)
Item_Assert
.actual
- the actual value.public static ManifestAssert assertThat(io.fabric8.kubernetes.api.model.Manifest actual)
ManifestAssert
.actual
- the actual value.public static ManifestContainerAssert assertThat(io.fabric8.kubernetes.api.model.ManifestContainer actual)
ManifestContainerAssert
.actual
- the actual value.public static ParameterAssert assertThat(io.fabric8.kubernetes.api.model.Parameter actual)
ParameterAssert
.actual
- the actual value.public static PodContainerManifestAssert assertThat(io.fabric8.kubernetes.api.model.PodContainerManifest actual)
PodContainerManifestAssert
.actual
- the actual value.public static PodCurrentContainerInfoAssert assertThat(io.fabric8.kubernetes.api.model.PodCurrentContainerInfo actual)
PodCurrentContainerInfoAssert
.actual
- the actual value.public static PodListSchemaAssert assertThat(io.fabric8.kubernetes.api.model.PodListSchema actual)
PodListSchemaAssert
.actual
- the actual value.public static PodSchemaAssert assertThat(io.fabric8.kubernetes.api.model.PodSchema actual)
PodSchemaAssert
.actual
- the actual value.public static PodTemplateAssert assertThat(io.fabric8.kubernetes.api.model.PodTemplate actual)
PodTemplateAssert
.actual
- the actual value.public static PodTemplateDesiredStateAssert assertThat(io.fabric8.kubernetes.api.model.PodTemplateDesiredState actual)
PodTemplateDesiredStateAssert
.actual
- the actual value.public static PodTemplate_Assert assertThat(io.fabric8.kubernetes.api.model.PodTemplate_ actual)
PodTemplate_Assert
.actual
- the actual value.public static PortAssert assertThat(io.fabric8.kubernetes.api.model.Port actual)
PortAssert
.actual
- the actual value.public static PullPolicyAssert assertThat(io.fabric8.kubernetes.api.model.PullPolicy actual)
PullPolicyAssert
.actual
- the actual value.public static ReplicationControllerListSchemaAssert assertThat(io.fabric8.kubernetes.api.model.ReplicationControllerListSchema actual)
ReplicationControllerListSchemaAssert
.actual
- the actual value.public static ReplicationControllerSchemaAssert assertThat(io.fabric8.kubernetes.api.model.ReplicationControllerSchema actual)
ReplicationControllerSchemaAssert
.actual
- the actual value.public static RunningAssert assertThat(io.fabric8.kubernetes.api.model.Running actual)
RunningAssert
.actual
- the actual value.public static ServiceListSchemaAssert assertThat(io.fabric8.kubernetes.api.model.ServiceListSchema actual)
ServiceListSchemaAssert
.actual
- the actual value.public static ServiceSchemaAssert assertThat(io.fabric8.kubernetes.api.model.ServiceSchema actual)
ServiceSchemaAssert
.actual
- the actual value.public static StateAssert assertThat(io.fabric8.kubernetes.api.model.State actual)
StateAssert
.actual
- the actual value.public static TemplateAssert assertThat(io.fabric8.kubernetes.api.model.Template actual)
TemplateAssert
.actual
- the actual value.public static VolumeAssert assertThat(io.fabric8.kubernetes.api.model.Volume actual)
VolumeAssert
.actual
- the actual value.public static VolumeMountAssert assertThat(io.fabric8.kubernetes.api.model.VolumeMount actual)
VolumeMountAssert
.actual
- the actual value.Copyright © 2011–2014 Red Hat. All rights reserved.