public abstract class AbstractCustomResourceDefinitionNamesAssert<S extends AbstractCustomResourceDefinitionNamesAssert<S,A>,A extends io.fabric8.kubernetes.api.model.apiextensions.CustomResourceDefinitionNames>
extends org.assertj.core.api.AbstractAssert<S,A>
CustomResourceDefinitionNames
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractCustomResourceDefinitionNamesAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual CustomResourceDefinitionNames. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
kind()
Navigates to the property kind so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
listKind()
Navigates to the property listKind so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
plural()
Navigates to the property plural so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
shortNames()
Navigates to the property shortNames so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
singular()
Navigates to the property singular so that assertions can be done on it
|
as, 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, withThreadDumpOnError
protected AbstractCustomResourceDefinitionNamesAssert(A actual, Class<S> selfType)
AbstractCustomResourceDefinitionNamesAssert
to make assertions on actual CustomResourceDefinitionNames.actual
- the CustomResourceDefinitionNames we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.StringAssert kind()
public org.assertj.core.api.StringAssert listKind()
public org.assertj.core.api.StringAssert plural()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> shortNames()
public org.assertj.core.api.StringAssert singular()
Copyright © 2011–2017 Red Hat. All rights reserved.