Class STestAssert
- java.lang.Object
-
- org.assertj.core.api.AbstractAssert<STestAssert,STest>
-
- jetbrains.buildServer.serverSide.asserts.STestAssert
-
- All Implemented Interfaces:
org.assertj.core.api.Assert<STestAssert,STest>
,org.assertj.core.api.Descriptable<STestAssert>
,org.assertj.core.api.ExtensionPoints<STestAssert,STest>
public class STestAssert extends org.assertj.core.api.AbstractAssert<STestAssert,STest>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
STestAssert(STest actual)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description STestAssert
isMuted()
MuteInfoAssert
isMutedInBuildType(SBuildType buildType)
MuteInfoAssert
isMutedInProject(SProject project)
STestAssert
isNotMuted()
MuteInfoAssert
thatIsMutedInBuildType(SBuildType buildType)
MuteInfoAssert
thatIsMutedInProject(SProject project)
STestAssert
thatIsNotMuted()
-
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
-
STestAssert
protected STestAssert(STest actual)
-
-
Method Detail
-
thatIsMutedInProject
public MuteInfoAssert thatIsMutedInProject(SProject project)
-
isMutedInProject
public MuteInfoAssert isMutedInProject(SProject project)
-
thatIsMutedInBuildType
public MuteInfoAssert thatIsMutedInBuildType(SBuildType buildType)
-
isMutedInBuildType
public MuteInfoAssert isMutedInBuildType(SBuildType buildType)
-
thatIsNotMuted
public STestAssert thatIsNotMuted()
-
isNotMuted
public STestAssert isNotMuted()
-
isMuted
public STestAssert isMuted()
-
-