All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.neuland.assertj.logging.ExpectedLoggingAssertions Maven / Gradle / Ivy

package de.neuland.assertj.logging;

public class ExpectedLoggingAssertions {
    public static ExpectedLoggingAssert assertThat(ExpectedLogging actual) {
        return new ExpectedLoggingAssert(actual);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy