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