| Package | Description |
|---|---|
| io.zeebe.exporter.record |
| Modifier and Type | Method and Description |
|---|---|
static RecordAssert |
RecordAssert.assertThat(Record actual)
An entry point for RecordAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myRecord) and get specific assertion with code completion. |
static RecordAssert |
Assertions.assertThat(Record actual)
Creates a new instance of
. |
Copyright © 2017–2019 camunda services GmbH. All rights reserved.