![JAR search and dependency download from the Maven repository](/logo.png)
net.amygdalum.extensions.assertj.Assertions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of assertj-extensions Show documentation
Show all versions of assertj-extensions Show documentation
Assertj Extensions (advanced testing of conventions, iterables, strings, exceptions)
The newest version!
package net.amygdalum.extensions.assertj;
import net.amygdalum.extensions.assertj.strings.StringAssert;
public class Assertions extends org.assertj.core.api.Assertions {
public Assertions() {
}
public static StringAssert assertThat(String actual) {
return new StringAssert(actual);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy