public abstract class AbstractGitBuildSourceAssert<S extends AbstractGitBuildSourceAssert<S,A>,A extends io.fabric8.openshift.api.model.GitBuildSource>
extends org.assertj.core.api.AbstractAssert<S,A>
GitBuildSource
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractGitBuildSourceAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual GitBuildSource. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
httpProxy()
Navigates to the property httpProxy so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
httpsProxy()
Navigates to the property httpsProxy so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
noProxy()
Navigates to the property noProxy so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
ref()
Navigates to the property ref so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
uri()
Navigates to the property uri so that assertions can be done on it
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
protected AbstractGitBuildSourceAssert(A actual, Class<S> selfType)
AbstractGitBuildSourceAssert
to make assertions on actual GitBuildSource.actual
- the GitBuildSource we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.StringAssert httpProxy()
public org.assertj.core.api.StringAssert httpsProxy()
public org.assertj.core.api.StringAssert noProxy()
public org.assertj.core.api.StringAssert ref()
public org.assertj.core.api.StringAssert uri()
Copyright © 2011–2017 Red Hat. All rights reserved.