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