public abstract class AbstractHandlerAssert<S extends AbstractHandlerAssert<S,A>,A extends io.fabric8.kubernetes.api.model.Handler>
extends org.assertj.core.api.AbstractAssert<S,A>
Handler
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractHandlerAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual Handler. |
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
|
ExecActionAssert |
exec()
Navigates to the property exec so that assertions can be done on it
|
HTTPGetActionAssert |
httpGet()
Navigates to the property httpGet so that assertions can be done on it
|
TCPSocketActionAssert |
tcpSocket()
Navigates to the property tcpSocket 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 AbstractHandlerAssert(A actual, Class<S> selfType)
AbstractHandlerAssert
to make assertions on actual Handler.actual
- the Handler we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public ExecActionAssert exec()
public HTTPGetActionAssert httpGet()
public TCPSocketActionAssert tcpSocket()
Copyright © 2011–2016 Red Hat. All rights reserved.