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