public class DockerConfigAssert extends AbstractDockerConfigAssert<DockerConfigAssert,io.fabric8.openshift.api.model.DockerConfig>
DockerConfig specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractDockerConfigAssert instead.| Constructor and Description |
|---|
DockerConfigAssert(io.fabric8.openshift.api.model.DockerConfig actual)
Creates a new
to make assertions on actual DockerConfig. |
| Modifier and Type | Method and Description |
|---|---|
static DockerConfigAssert |
assertThat(io.fabric8.openshift.api.model.DockerConfig actual)
An entry point for DockerConfigAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myDockerConfig) and get specific assertion with code completion. |
additionalProperties, attachStderr, attachStdin, attachStdout, cmd, cpuset, dns, domainname, entrypoint, env, exposedPorts, hasCpuShares, hasMemory, hasMemorySwap, hostname, image, labels, networkDisabled, onBuild, openStdin, portSpecs, securityOpts, stdinOnce, tty, user, volumes, volumesFrom, workingDiras, 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, withThreadDumpOnErrorpublic DockerConfigAssert(io.fabric8.openshift.api.model.DockerConfig actual)
DockerConfigAssert to make assertions on actual DockerConfig.actual - the DockerConfig we want to make assertions on.public static DockerConfigAssert assertThat(io.fabric8.openshift.api.model.DockerConfig actual)
assertThat() statements.assertThat(myDockerConfig) and get specific assertion with code completion.actual - the DockerConfig we want to make assertions on.DockerConfigAssertCopyright © 2011–2016 Red Hat. All rights reserved.