public abstract class AbstractAdmissionRequestAssert<S extends AbstractAdmissionRequestAssert<S,A>,A extends io.fabric8.kubernetes.api.model.admission.AdmissionRequest>
extends org.assertj.core.api.AbstractAssert<S,A>
AdmissionRequest
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractAdmissionRequestAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual AdmissionRequest. |
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.BooleanAssert |
dryRun()
Navigates to the property dryRun so that assertions can be done on it
|
GroupVersionKindAssert |
kind()
Navigates to the property kind so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
name()
Navigates to the property name so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
namespace()
Navigates to the property namespace so that assertions can be done on it
|
HasMetadataAssert |
object()
Navigates to the property object so that assertions can be done on it
|
HasMetadataAssert |
oldObject()
Navigates to the property oldObject so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
operation()
Navigates to the property operation so that assertions can be done on it
|
HasMetadataAssert |
options()
Navigates to the property options so that assertions can be done on it
|
GroupVersionKindAssert |
requestKind()
Navigates to the property requestKind so that assertions can be done on it
|
GroupVersionResourceAssert |
requestResource()
Navigates to the property requestResource so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
requestSubResource()
Navigates to the property requestSubResource so that assertions can be done on it
|
GroupVersionResourceAssert |
resource()
Navigates to the property resource so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
subResource()
Navigates to the property subResource so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
uid()
Navigates to the property uid so that assertions can be done on it
|
UserInfoAssert |
userInfo()
Navigates to the property userInfo so that assertions can be done on it
|
asInstanceOf, 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, withThreadDumpOnError
protected AbstractAdmissionRequestAssert(A actual, Class<S> selfType)
AbstractAdmissionRequestAssert
to make assertions on actual AdmissionRequest.actual
- the AdmissionRequest we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.BooleanAssert dryRun()
public GroupVersionKindAssert kind()
public org.assertj.core.api.StringAssert name()
public org.assertj.core.api.StringAssert namespace()
public HasMetadataAssert object()
public HasMetadataAssert oldObject()
public org.assertj.core.api.StringAssert operation()
public HasMetadataAssert options()
public GroupVersionKindAssert requestKind()
public GroupVersionResourceAssert requestResource()
public org.assertj.core.api.StringAssert requestSubResource()
public GroupVersionResourceAssert resource()
public org.assertj.core.api.StringAssert subResource()
public org.assertj.core.api.StringAssert uid()
public UserInfoAssert userInfo()
Copyright © 2020. All rights reserved.