Class TaskAssertion
java.lang.Object
org.assertj.core.api.AbstractAssert<S,A>
com.xebialabs.xlrelease.assertions.PlanItemAssertion<TaskAssertion,com.xebialabs.xlrelease.domain.Task>
com.xebialabs.xlrelease.assertions.TaskAssertion
- All Implemented Interfaces:
org.assertj.core.api.Assert<TaskAssertion,,com.xebialabs.xlrelease.domain.Task> org.assertj.core.api.Descriptable<TaskAssertion>,org.assertj.core.api.ExtensionPoints<TaskAssertion,com.xebialabs.xlrelease.domain.Task>
public class TaskAssertion
extends PlanItemAssertion<TaskAssertion,com.xebialabs.xlrelease.domain.Task>
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself, objects, throwUnsupportedExceptionOnEquals -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTaskAssertion(com.xebialabs.xlrelease.domain.Task actual) -
Method Summary
Modifier and TypeMethodDescriptionhasBeenFailed(int expectedFailuresCount) hasComment(String commentId) hasDescription(String description) hasIdContaining(String text) hasStatus(com.xebialabs.xlrelease.domain.status.TaskStatus status) isDone()isFailed()Methods inherited from class com.xebialabs.xlrelease.assertions.PlanItemAssertion
hasCiAttributes, hasDueDate, hasDueDate, hasEndDate, hasEndDate, hasFlagComment, hasFlagStatus, hasNoEndDate, hasNoScheduledStartDate, hasNoStartDate, hasPlannedDuration, hasScheduledStartDate, hasScheduledStartDate, hasStartDate, hasStartDate, isInFolder, isOverdueNotifiedMethods inherited from class org.assertj.core.api.AbstractAssert
areEqual, asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isElementOfCustomAssert, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOfForProxy, satisfiesForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnErrorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.assertj.core.api.Descriptable
as, as, as, describedAs
-
Constructor Details
-
TaskAssertion
protected TaskAssertion(com.xebialabs.xlrelease.domain.Task actual)
-
-
Method Details
-
hasStatus
-
hasId
- Overrides:
hasIdin classPlanItemAssertion<TaskAssertion,com.xebialabs.xlrelease.domain.Task>
-
isPlanned
-
isInProgress
-
isSkipped
-
isFailing
-
isDone
-
isFailed
-
hasBeenFailed
-
hasBeenFlagged
-
hasNotBeenFlagged
-
hasBeenDelayed
-
hasNotBeenDelayed
-
isCompleted
-
isCompletedInAdvance
-
isSkippedInAdvance
-
isAborted
-
isPending
-
isPreconditionInProgress
-
isWaitingForInput
-
hasOwner
- Overrides:
hasOwnerin classPlanItemAssertion<TaskAssertion,com.xebialabs.xlrelease.domain.Task>
-
hasTitle
-
hasTags
-
hasDescription
-
hasTeam
-
hasIdContaining
-
isWaitingForScheduledStartDate
-
isDelayedDuringBlackout
-
hasComment
-