@ExtendWith(value=org.flowable.common.engine.impl.test.LoggingExtension.class) public abstract class AbstractTestCase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
EMPTY_LINE |
protected boolean |
isEmptyLinesEnabled |
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
AbstractTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertTextPresent(String expected,
String actual)
Asserts if the provided text is part of some text.
|
void |
assertTextPresentIgnoreCase(String expected,
String actual)
Asserts if the provided text is part of some text, ignoring any uppercase characters
|
protected static final String EMPTY_LINE
protected static final org.slf4j.Logger LOGGER
protected boolean isEmptyLinesEnabled
Copyright © 2019 Flowable. All rights reserved.