public abstract class AbstractSecurityContextConstraintsAssert<S extends AbstractSecurityContextConstraintsAssert<S,A>,A extends io.fabric8.openshift.api.model.SecurityContextConstraints>
extends org.assertj.core.api.AbstractAssert<S,A>
SecurityContextConstraints
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractSecurityContextConstraintsAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual SecurityContextConstraints. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
allowedCapabilities()
Navigates to the property allowedCapabilities so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowHostDirVolumePlugin()
Navigates to the property allowHostDirVolumePlugin so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowHostIPC()
Navigates to the property allowHostIPC so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowHostNetwork()
Navigates to the property allowHostNetwork so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowHostPID()
Navigates to the property allowHostPID so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowHostPorts()
Navigates to the property allowHostPorts so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowPrivilegedContainer()
Navigates to the property allowPrivilegedContainer so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
apiVersion()
Navigates to the property apiVersion so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
defaultAddCapabilities()
Navigates to the property defaultAddCapabilities so that assertions can be done on it
|
FSGroupStrategyOptionsAssert |
fsGroup()
Navigates to the property fsGroup so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
groups()
Navigates to the property groups so that assertions can be done on it
|
S |
hasPriority(Integer priority)
Verifies that the actual SecurityContextConstraints's priority is equal to the given one.
|
org.assertj.core.api.StringAssert |
kind()
Navigates to the property kind so that assertions can be done on it
|
ObjectMetaAssert |
metadata()
Navigates to the property metadata so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
readOnlyRootFilesystem()
Navigates to the property readOnlyRootFilesystem so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
requiredDropCapabilities()
Navigates to the property requiredDropCapabilities so that assertions can be done on it
|
RunAsUserStrategyOptionsAssert |
runAsUser()
Navigates to the property runAsUser so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
seccompProfiles()
Navigates to the property seccompProfiles so that assertions can be done on it
|
SELinuxContextStrategyOptionsAssert |
seLinuxContext()
Navigates to the property seLinuxContext so that assertions can be done on it
|
SupplementalGroupsStrategyOptionsAssert |
supplementalGroups()
Navigates to the property supplementalGroups so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
users()
Navigates to the property users so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
volumes()
Navigates to the property volumes so that assertions can be done on it
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator, withFailMessage, withThreadDumpOnError
protected AbstractSecurityContextConstraintsAssert(A actual, Class<S> selfType)
AbstractSecurityContextConstraintsAssert
to make assertions on actual SecurityContextConstraints.actual
- the SecurityContextConstraints we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.BooleanAssert allowHostDirVolumePlugin()
public org.assertj.core.api.BooleanAssert allowHostIPC()
public org.assertj.core.api.BooleanAssert allowHostNetwork()
public org.assertj.core.api.BooleanAssert allowHostPID()
public org.assertj.core.api.BooleanAssert allowHostPorts()
public org.assertj.core.api.BooleanAssert allowPrivilegedContainer()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> allowedCapabilities()
public org.assertj.core.api.StringAssert apiVersion()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> defaultAddCapabilities()
public FSGroupStrategyOptionsAssert fsGroup()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> groups()
public org.assertj.core.api.StringAssert kind()
public ObjectMetaAssert metadata()
public S hasPriority(Integer priority)
priority
- the given priority to compare the actual SecurityContextConstraints's priority to.AssertionError
- - if the actual SecurityContextConstraints's priority is not equal to the given one.public org.assertj.core.api.BooleanAssert readOnlyRootFilesystem()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> requiredDropCapabilities()
public RunAsUserStrategyOptionsAssert runAsUser()
public SELinuxContextStrategyOptionsAssert seLinuxContext()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> seccompProfiles()
public SupplementalGroupsStrategyOptionsAssert supplementalGroups()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> users()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> volumes()
Copyright © 2011–2017 Red Hat. All rights reserved.