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