com.github.valfirst.slf4jtest.Assertions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slf4j-test Show documentation
Show all versions of slf4j-test Show documentation
An in-memory SLF4J implementation focused on aiding unit testing.
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