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