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