public abstract class AbstractEventAssert<S extends AbstractEventAssert<S,A>,A extends io.fabric8.kubernetes.api.model.events.Event>
extends org.assertj.core.api.AbstractAssert<S,A>
Event
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractEventAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual Event. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.StringAssert |
action()
Navigates to the property action so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
apiVersion()
Navigates to the property apiVersion so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
deprecatedFirstTimestamp()
Navigates to the property deprecatedFirstTimestamp so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
deprecatedLastTimestamp()
Navigates to the property deprecatedLastTimestamp so that assertions can be done on it
|
EventSourceAssert |
deprecatedSource()
Navigates to the property deprecatedSource so that assertions can be done on it
|
MicroTimeAssert |
eventTime()
Navigates to the property eventTime so that assertions can be done on it
|
S |
hasDeprecatedCount(Integer deprecatedCount)
Verifies that the actual Event's deprecatedCount is equal to the given one.
|
org.assertj.core.api.StringAssert |
kind()
Navigates to the property kind so that assertions can be done on it
|
ObjectMetaAssert |
metadata()
Navigates to the property metadata so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
note()
Navigates to the property note so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
reason()
Navigates to the property reason so that assertions can be done on it
|
ObjectReferenceAssert |
regarding()
Navigates to the property regarding so that assertions can be done on it
|
ObjectReferenceAssert |
related()
Navigates to the property related so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
reportingController()
Navigates to the property reportingController so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
reportingInstance()
Navigates to the property reportingInstance so that assertions can be done on it
|
EventSeriesAssert |
series()
Navigates to the property series so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
type()
Navigates to the property type 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 AbstractEventAssert(A actual, Class<S> selfType)
AbstractEventAssert
to make assertions on actual Event.actual
- the Event we want to make assertions on.public org.assertj.core.api.StringAssert action()
public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.StringAssert apiVersion()
public S hasDeprecatedCount(Integer deprecatedCount)
deprecatedCount
- the given deprecatedCount to compare the actual Event's deprecatedCount to.AssertionError
- - if the actual Event's deprecatedCount is not equal to the given one.public org.assertj.core.api.StringAssert deprecatedFirstTimestamp()
public org.assertj.core.api.StringAssert deprecatedLastTimestamp()
public EventSourceAssert deprecatedSource()
public MicroTimeAssert eventTime()
public org.assertj.core.api.StringAssert kind()
public ObjectMetaAssert metadata()
public org.assertj.core.api.StringAssert note()
public org.assertj.core.api.StringAssert reason()
public ObjectReferenceAssert regarding()
public ObjectReferenceAssert related()
public org.assertj.core.api.StringAssert reportingController()
public org.assertj.core.api.StringAssert reportingInstance()
public EventSeriesAssert series()
public org.assertj.core.api.StringAssert type()
Copyright © 2020. All rights reserved.