public class WebHookTriggerFluentAssert extends AbstractWebHookTriggerFluentAssert<WebHookTriggerFluentAssert,io.fabric8.openshift.api.model.WebHookTriggerFluent>
WebHookTriggerFluent
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractWebHookTriggerFluentAssert
instead.Constructor and Description |
---|
WebHookTriggerFluentAssert(io.fabric8.openshift.api.model.WebHookTriggerFluent actual)
Creates a new
to make assertions on actual WebHookTriggerFluent. |
Modifier and Type | Method and Description |
---|---|
static WebHookTriggerFluentAssert |
assertThat(io.fabric8.openshift.api.model.WebHookTriggerFluent actual)
An entry point for WebHookTriggerFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myWebHookTriggerFluent) and get specific assertion with code completion. |
hasAdditionalProperties, hasSecret
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, 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
public WebHookTriggerFluentAssert(io.fabric8.openshift.api.model.WebHookTriggerFluent actual)
WebHookTriggerFluentAssert
to make assertions on actual WebHookTriggerFluent.actual
- the WebHookTriggerFluent we want to make assertions on.public static WebHookTriggerFluentAssert assertThat(io.fabric8.openshift.api.model.WebHookTriggerFluent actual)
assertThat()
statements.assertThat(myWebHookTriggerFluent)
and get specific assertion with code completion.actual
- the WebHookTriggerFluent we want to make assertions on.WebHookTriggerFluentAssert
Copyright © 2011–2016 Red Hat. All rights reserved.