public class ProbeAssert extends AbstractProbeAssert<ProbeAssert,io.fabric8.kubernetes.api.model.Probe>
Probe
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractProbeAssert
instead.Constructor and Description |
---|
ProbeAssert(io.fabric8.kubernetes.api.model.Probe actual)
Creates a new
to make assertions on actual Probe. |
Modifier and Type | Method and Description |
---|---|
static ProbeAssert |
assertThat(io.fabric8.kubernetes.api.model.Probe actual)
An entry point for ProbeAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myProbe) and get specific assertion with code completion. |
additionalProperties, exec, hasFailureThreshold, hasInitialDelaySeconds, hasPeriodSeconds, hasSuccessThreshold, hasTimeoutSeconds, httpGet, tcpSocket
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
public ProbeAssert(io.fabric8.kubernetes.api.model.Probe actual)
ProbeAssert
to make assertions on actual Probe.actual
- the Probe we want to make assertions on.public static ProbeAssert assertThat(io.fabric8.kubernetes.api.model.Probe actual)
assertThat()
statements.assertThat(myProbe)
and get specific assertion with code completion.actual
- the Probe we want to make assertions on.ProbeAssert
Copyright © 2011–2016 Red Hat. All rights reserved.