@Generated(value="assertj-assertions-generator") public class JobBatchRecordValueAssert extends AbstractJobBatchRecordValueAssert<JobBatchRecordValueAssert,JobBatchRecordValue>
JobBatchRecordValue specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractJobBatchRecordValueAssert instead.| Constructor and Description |
|---|
JobBatchRecordValueAssert(JobBatchRecordValue actual)
Creates a new
to make assertions on actual JobBatchRecordValue. |
| Modifier and Type | Method and Description |
|---|---|
static JobBatchRecordValueAssert |
assertThat(JobBatchRecordValue actual)
An entry point for JobBatchRecordValueAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myJobBatchRecordValue) and get specific assertion with code completion. |
doesNotHaveJobKeys, doesNotHaveJobKeys, doesNotHaveJobs, doesNotHaveJobs, hasAmount, hasJobKeys, hasJobKeys, hasJobs, hasJobs, hasNoJobKeys, hasNoJobs, hasOnlyJobKeys, hasOnlyJobKeys, hasOnlyJobs, hasOnlyJobs, hasTimeout, hasType, hasWorker, isNotTruncated, isTruncatedas, 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, withThreadDumpOnErrorpublic JobBatchRecordValueAssert(JobBatchRecordValue actual)
JobBatchRecordValueAssert to make assertions on actual JobBatchRecordValue.actual - the JobBatchRecordValue we want to make assertions on.public static JobBatchRecordValueAssert assertThat(JobBatchRecordValue actual)
assertThat() statements.assertThat(myJobBatchRecordValue) and get specific assertion with code completion.actual - the JobBatchRecordValue we want to make assertions on.JobBatchRecordValueAssertCopyright © 2017–2019 camunda services GmbH. All rights reserved.