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

com.github.valfirst.slf4jtest.Assertions Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package com.github.valfirst.slf4jtest;

public class Assertions {
    public static TestLoggerAssert assertThat(TestLogger testLogger) {
        return new TestLoggerAssert(testLogger);
    }

    private Assertions() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy