public abstract class AbstractDockerConfigAssert<S extends AbstractDockerConfigAssert<S,A>,A extends io.fabric8.openshift.api.model.DockerConfig>
extends org.assertj.core.api.AbstractAssert<S,A>
DockerConfig
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractDockerConfigAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DockerConfig. |
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
|
org.assertj.core.api.BooleanAssert |
attachStderr()
Navigates to the property attachStderr so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
attachStdin()
Navigates to the property attachStdin so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
attachStdout()
Navigates to the property attachStdout so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
cmd()
Navigates to the property cmd so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
cpuset()
Navigates to the property cpuset so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
dns()
Navigates to the property dns so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
domainname()
Navigates to the property domainname so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
entrypoint()
Navigates to the property entrypoint so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
env()
Navigates to the property env so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
exposedPorts()
Navigates to the property exposedPorts so that assertions can be done on it
|
S |
hasCpuShares(Long cpuShares)
Verifies that the actual DockerConfig's cpuShares is equal to the given one.
|
S |
hasMemory(Long memory)
Verifies that the actual DockerConfig's memory is equal to the given one.
|
S |
hasMemorySwap(Long memorySwap)
Verifies that the actual DockerConfig's memorySwap is equal to the given one.
|
org.assertj.core.api.StringAssert |
hostname()
Navigates to the property hostname so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
image()
Navigates to the property image so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
labels()
Navigates to the property labels so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
networkDisabled()
Navigates to the property networkDisabled so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
onBuild()
Navigates to the property onBuild so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
openStdin()
Navigates to the property openStdin so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
portSpecs()
Navigates to the property portSpecs so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
securityOpts()
Navigates to the property securityOpts so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
stdinOnce()
Navigates to the property stdinOnce so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
tty()
Navigates to the property tty so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
user()
Navigates to the property user so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
volumes()
Navigates to the property volumes so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
volumesFrom()
Navigates to the property volumesFrom so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
workingDir()
Navigates to the property workingDir 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 AbstractDockerConfigAssert(A actual, Class<S> selfType)
AbstractDockerConfigAssert
to make assertions on actual DockerConfig.actual
- the DockerConfig we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.BooleanAssert attachStderr()
public org.assertj.core.api.BooleanAssert attachStdin()
public org.assertj.core.api.BooleanAssert attachStdout()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> cmd()
public S hasCpuShares(Long cpuShares)
cpuShares
- the given cpuShares to compare the actual DockerConfig's cpuShares to.AssertionError
- - if the actual DockerConfig's cpuShares is not equal to the given one.public org.assertj.core.api.StringAssert cpuset()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> dns()
public org.assertj.core.api.StringAssert domainname()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> entrypoint()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> env()
public org.assertj.core.api.MapAssert exposedPorts()
public org.assertj.core.api.StringAssert hostname()
public org.assertj.core.api.StringAssert image()
public org.assertj.core.api.MapAssert labels()
public S hasMemory(Long memory)
memory
- the given memory to compare the actual DockerConfig's memory to.AssertionError
- - if the actual DockerConfig's memory is not equal to the given one.public S hasMemorySwap(Long memorySwap)
memorySwap
- the given memorySwap to compare the actual DockerConfig's memorySwap to.AssertionError
- - if the actual DockerConfig's memorySwap is not equal to the given one.public org.assertj.core.api.BooleanAssert networkDisabled()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> onBuild()
public org.assertj.core.api.BooleanAssert openStdin()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> portSpecs()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> securityOpts()
public org.assertj.core.api.BooleanAssert stdinOnce()
public org.assertj.core.api.BooleanAssert tty()
public org.assertj.core.api.StringAssert user()
public org.assertj.core.api.MapAssert volumes()
public org.assertj.core.api.StringAssert volumesFrom()
public org.assertj.core.api.StringAssert workingDir()
Copyright © 2011–2016 Red Hat. All rights reserved.