public class SecretBuildSourceAssert extends AbstractSecretBuildSourceAssert<SecretBuildSourceAssert,io.fabric8.openshift.api.model.SecretBuildSource>
SecretBuildSource
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractSecretBuildSourceAssert
instead.Constructor and Description |
---|
SecretBuildSourceAssert(io.fabric8.openshift.api.model.SecretBuildSource actual)
Creates a new
to make assertions on actual SecretBuildSource. |
Modifier and Type | Method and Description |
---|---|
static SecretBuildSourceAssert |
assertThat(io.fabric8.openshift.api.model.SecretBuildSource actual)
An entry point for SecretBuildSourceAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(mySecretBuildSource) and get specific assertion with code completion. |
additionalProperties, destinationDir, secret
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
public SecretBuildSourceAssert(io.fabric8.openshift.api.model.SecretBuildSource actual)
SecretBuildSourceAssert
to make assertions on actual SecretBuildSource.actual
- the SecretBuildSource we want to make assertions on.public static SecretBuildSourceAssert assertThat(io.fabric8.openshift.api.model.SecretBuildSource actual)
assertThat()
statements.assertThat(mySecretBuildSource)
and get specific assertion with code completion.actual
- the SecretBuildSource we want to make assertions on.SecretBuildSourceAssert
Copyright © 2011–2016 Red Hat. All rights reserved.