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-log4j12 Show documentation
Show all versions of assertj-logging-log4j12 Show documentation
Logging Assertions for JUnit 4 and AssertJ
package de.neuland.assertj.logging;
public class ExpectedLoggingAssertions {
public static ExpectedLoggingAssert assertThat(ExpectedLogging actual) {
return new ExpectedLoggingAssert(actual);
}
}