Package jetbrains.buildServer.agent.vcs
Class AgentCheckoutAbilityAssert2
- java.lang.Object
-
- org.assertj.core.api.AbstractAssert<AgentCheckoutAbilityAssert2,AgentCheckoutAbility>
-
- jetbrains.buildServer.agent.vcs.AgentCheckoutAbilityAssert2
-
- All Implemented Interfaces:
org.assertj.core.api.Assert<AgentCheckoutAbilityAssert2,AgentCheckoutAbility>
,org.assertj.core.api.Descriptable<AgentCheckoutAbilityAssert2>
,org.assertj.core.api.ExtensionPoints<AgentCheckoutAbilityAssert2,AgentCheckoutAbility>
public class AgentCheckoutAbilityAssert2 extends org.assertj.core.api.AbstractAssert<AgentCheckoutAbilityAssert2,AgentCheckoutAbility>
-
-
Constructor Summary
Constructors Constructor Description AgentCheckoutAbilityAssert2(AgentCheckoutAbility actual)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentCheckoutAbilityAssert2
isCanNotCheckoutBecauseOf(String reasonType)
AgentCheckoutAbilityAssert2
isCanNotCheckoutWithReasonContaining(String reasonSubstring)
AgentCheckoutAbilityAssert2
isCheckoutPossible()
-
Methods inherited from class org.assertj.core.api.AbstractAssert
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
-
-
-
-
Constructor Detail
-
AgentCheckoutAbilityAssert2
public AgentCheckoutAbilityAssert2(AgentCheckoutAbility actual)
-
-
Method Detail
-
isCheckoutPossible
public AgentCheckoutAbilityAssert2 isCheckoutPossible()
-
isCanNotCheckoutBecauseOf
public AgentCheckoutAbilityAssert2 isCanNotCheckoutBecauseOf(String reasonType)
-
isCanNotCheckoutWithReasonContaining
public AgentCheckoutAbilityAssert2 isCanNotCheckoutWithReasonContaining(String reasonSubstring)
-
-