@Generated(value="assertj-assertions-generator") public abstract class AbstractJobBatchRecordValueAssert<S extends AbstractJobBatchRecordValueAssert<S,A>,A extends JobBatchRecordValue> extends org.assertj.core.api.AbstractObjectAssert<S,A>
JobBatchRecordValue specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJobBatchRecordValueAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual JobBatchRecordValue. |
| Modifier and Type | Method and Description |
|---|---|
S |
doesNotHaveJobKeys(Collection<? extends Long> jobKeys)
Verifies that the actual JobBatchRecordValue's jobKeys does not contain the given Long elements in Collection.
|
S |
doesNotHaveJobKeys(Long... jobKeys)
Verifies that the actual JobBatchRecordValue's jobKeys does not contain the given Long elements.
|
S |
doesNotHaveJobs(Collection<? extends JobRecordValue> jobs)
Verifies that the actual JobBatchRecordValue's jobs does not contain the given JobRecordValue elements in Collection.
|
S |
doesNotHaveJobs(JobRecordValue... jobs)
Verifies that the actual JobBatchRecordValue's jobs does not contain the given JobRecordValue elements.
|
S |
hasAmount(int amount)
Verifies that the actual JobBatchRecordValue's amount is equal to the given one.
|
S |
hasJobKeys(Collection<? extends Long> jobKeys)
Verifies that the actual JobBatchRecordValue's jobKeys contains the given Long elements in Collection.
|
S |
hasJobKeys(Long... jobKeys)
Verifies that the actual JobBatchRecordValue's jobKeys contains the given Long elements.
|
S |
hasJobs(Collection<? extends JobRecordValue> jobs)
Verifies that the actual JobBatchRecordValue's jobs contains the given JobRecordValue elements in Collection.
|
S |
hasJobs(JobRecordValue... jobs)
Verifies that the actual JobBatchRecordValue's jobs contains the given JobRecordValue elements.
|
S |
hasNoJobKeys()
Verifies that the actual JobBatchRecordValue has no jobKeys.
|
S |
hasNoJobs()
Verifies that the actual JobBatchRecordValue has no jobs.
|
S |
hasOnlyJobKeys(Collection<? extends Long> jobKeys)
Verifies that the actual JobBatchRecordValue's jobKeys contains only the given Long elements in Collection and nothing else in whatever order.
|
S |
hasOnlyJobKeys(Long... jobKeys)
Verifies that the actual JobBatchRecordValue's jobKeys contains only the given Long elements and nothing else in whatever order.
|
S |
hasOnlyJobs(Collection<? extends JobRecordValue> jobs)
Verifies that the actual JobBatchRecordValue's jobs contains only the given JobRecordValue elements in Collection and nothing else in whatever order.
|
S |
hasOnlyJobs(JobRecordValue... jobs)
Verifies that the actual JobBatchRecordValue's jobs contains only the given JobRecordValue elements and nothing else in whatever order.
|
S |
hasTimeout(java.time.Duration timeout)
Verifies that the actual JobBatchRecordValue's timeout is equal to the given one.
|
S |
hasType(String type)
Verifies that the actual JobBatchRecordValue's type is equal to the given one.
|
S |
hasWorker(String worker)
Verifies that the actual JobBatchRecordValue's worker is equal to the given one.
|
as, as, extracting, extracting, extracting, getComparatorsByType, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, newObjectAssert, returns, usingComparatorForFields, usingComparatorForTypeasList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorprotected AbstractJobBatchRecordValueAssert(A actual, Class<S> selfType)
AbstractJobBatchRecordValueAssert to make assertions on actual JobBatchRecordValue.actual - the JobBatchRecordValue we want to make assertions on.public S hasAmount(int amount)
amount - the given amount to compare the actual JobBatchRecordValue's amount to.AssertionError - - if the actual JobBatchRecordValue's amount is not equal to the given one.public S hasJobKeys(Long... jobKeys)
jobKeys - the given elements that should be contained in actual JobBatchRecordValue's jobKeys.AssertionError - if the actual JobBatchRecordValue's jobKeys does not contain all given Long elements.public S hasJobKeys(Collection<? extends Long> jobKeys)
jobKeys - the given elements that should be contained in actual JobBatchRecordValue's jobKeys.AssertionError - if the actual JobBatchRecordValue's jobKeys does not contain all given Long elements.public S hasOnlyJobKeys(Long... jobKeys)
jobKeys - the given elements that should be contained in actual JobBatchRecordValue's jobKeys.AssertionError - if the actual JobBatchRecordValue's jobKeys does not contain all given Long elements.public S hasOnlyJobKeys(Collection<? extends Long> jobKeys)
jobKeys - the given elements that should be contained in actual JobBatchRecordValue's jobKeys.AssertionError - if the actual JobBatchRecordValue's jobKeys does not contain all given Long elements.public S doesNotHaveJobKeys(Long... jobKeys)
jobKeys - the given elements that should not be in actual JobBatchRecordValue's jobKeys.AssertionError - if the actual JobBatchRecordValue's jobKeys contains any given Long elements.public S doesNotHaveJobKeys(Collection<? extends Long> jobKeys)
jobKeys - the given elements that should not be in actual JobBatchRecordValue's jobKeys.AssertionError - if the actual JobBatchRecordValue's jobKeys contains any given Long elements.public S hasNoJobKeys()
AssertionError - if the actual JobBatchRecordValue's jobKeys is not empty.public S hasJobs(JobRecordValue... jobs)
jobs - the given elements that should be contained in actual JobBatchRecordValue's jobs.AssertionError - if the actual JobBatchRecordValue's jobs does not contain all given JobRecordValue elements.public S hasJobs(Collection<? extends JobRecordValue> jobs)
jobs - the given elements that should be contained in actual JobBatchRecordValue's jobs.AssertionError - if the actual JobBatchRecordValue's jobs does not contain all given JobRecordValue elements.public S hasOnlyJobs(JobRecordValue... jobs)
jobs - the given elements that should be contained in actual JobBatchRecordValue's jobs.AssertionError - if the actual JobBatchRecordValue's jobs does not contain all given JobRecordValue elements.public S hasOnlyJobs(Collection<? extends JobRecordValue> jobs)
jobs - the given elements that should be contained in actual JobBatchRecordValue's jobs.AssertionError - if the actual JobBatchRecordValue's jobs does not contain all given JobRecordValue elements.public S doesNotHaveJobs(JobRecordValue... jobs)
jobs - the given elements that should not be in actual JobBatchRecordValue's jobs.AssertionError - if the actual JobBatchRecordValue's jobs contains any given JobRecordValue elements.public S doesNotHaveJobs(Collection<? extends JobRecordValue> jobs)
jobs - the given elements that should not be in actual JobBatchRecordValue's jobs.AssertionError - if the actual JobBatchRecordValue's jobs contains any given JobRecordValue elements.public S hasNoJobs()
AssertionError - if the actual JobBatchRecordValue's jobs is not empty.public S hasTimeout(java.time.Duration timeout)
timeout - the given timeout to compare the actual JobBatchRecordValue's timeout to.AssertionError - - if the actual JobBatchRecordValue's timeout is not equal to the given one.public S hasType(String type)
type - the given type to compare the actual JobBatchRecordValue's type to.AssertionError - - if the actual JobBatchRecordValue's type is not equal to the given one.public S hasWorker(String worker)
worker - the given worker to compare the actual JobBatchRecordValue's worker to.AssertionError - - if the actual JobBatchRecordValue's worker is not equal to the given one.Copyright © 2017–2018 camunda services GmbH. All rights reserved.