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