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

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

There is a newer version: 0.5.0
Show newest version
package de.neuland.assertj.logging;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy