Uses of Class
org.apache.flink.testutils.logging.LoggerAuditingExtension
-
Packages that use LoggerAuditingExtension Package Description org.apache.flink.util -
-
Uses of LoggerAuditingExtension in org.apache.flink.util
Methods in org.apache.flink.util with parameters of type LoggerAuditingExtension Modifier and Type Method Description static voidJobIDLoggingUtil. assertKeyPresent(String key, String expectedValue, LoggerAuditingExtension ext, List<String> expectedPatterns, String... ignoredPatterns)Asserts that the specified key is present in the log events with the expected value.static voidJobIDLoggingUtil. assertKeyPresent(String key, Set<String> expectedValues, LoggerAuditingExtension ext, List<String> expectedPatterns, String... ignoredPatterns)Asserts that the specified key is present in the log events with the expected values.
-