public class NetNamespaceListAssert extends AbstractNetNamespaceListAssert<NetNamespaceListAssert,io.fabric8.openshift.api.model.NetNamespaceList>
NetNamespaceList specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractNetNamespaceListAssert instead.| Constructor and Description |
|---|
NetNamespaceListAssert(io.fabric8.openshift.api.model.NetNamespaceList actual)
Creates a new
to make assertions on actual NetNamespaceList. |
| Modifier and Type | Method and Description |
|---|---|
static NetNamespaceListAssert |
assertThat(io.fabric8.openshift.api.model.NetNamespaceList actual)
An entry point for NetNamespaceListAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myNetNamespaceList) and get specific assertion with code completion. |
additionalProperties, apiVersion, items, kind, metadataasInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnErrorpublic NetNamespaceListAssert(io.fabric8.openshift.api.model.NetNamespaceList actual)
NetNamespaceListAssert to make assertions on actual NetNamespaceList.actual - the NetNamespaceList we want to make assertions on.public static NetNamespaceListAssert assertThat(io.fabric8.openshift.api.model.NetNamespaceList actual)
assertThat() statements.assertThat(myNetNamespaceList) and get specific assertion with code completion.actual - the NetNamespaceList we want to make assertions on.NetNamespaceListAssertCopyright © 2020. All rights reserved.