de.neuland.assertj.logging.ExpectedLoggingAssertions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of assertj-logging-logback Show documentation
Show all versions of assertj-logging-logback Show documentation
Logging Assertions for JUnit 5 and AssertJ
package de.neuland.assertj.logging;
public class ExpectedLoggingAssertions {
public static ExpectedLoggingAssert assertThat(ExpectedLogging actual) {
return new ExpectedLoggingAssert(actual);
}
}