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