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