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