public class DoneableSecretBuildSourceAssert extends AbstractDoneableSecretBuildSourceAssert<DoneableSecretBuildSourceAssert,io.fabric8.openshift.api.model.DoneableSecretBuildSource>
DoneableSecretBuildSource
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractDoneableSecretBuildSourceAssert
instead.Constructor and Description |
---|
DoneableSecretBuildSourceAssert(io.fabric8.openshift.api.model.DoneableSecretBuildSource actual)
Creates a new
to make assertions on actual DoneableSecretBuildSource. |
Modifier and Type | Method and Description |
---|---|
static DoneableSecretBuildSourceAssert |
assertThat(io.fabric8.openshift.api.model.DoneableSecretBuildSource actual)
An entry point for DoneableSecretBuildSourceAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myDoneableSecretBuildSource) and get specific assertion with code completion. |
hasAdditionalProperties, hasDestinationDir, hasSecret
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, 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
public DoneableSecretBuildSourceAssert(io.fabric8.openshift.api.model.DoneableSecretBuildSource actual)
DoneableSecretBuildSourceAssert
to make assertions on actual DoneableSecretBuildSource.actual
- the DoneableSecretBuildSource we want to make assertions on.public static DoneableSecretBuildSourceAssert assertThat(io.fabric8.openshift.api.model.DoneableSecretBuildSource actual)
assertThat()
statements.assertThat(myDoneableSecretBuildSource)
and get specific assertion with code completion.actual
- the DoneableSecretBuildSource we want to make assertions on.DoneableSecretBuildSourceAssert
Copyright © 2011–2016 Red Hat. All rights reserved.