![JAR search and dependency download from the Maven repository](/logo.png)
net.amygdalum.extensions.assertj.conventions.DefaultEquality 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.conventions;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Consumer;
import org.assertj.core.api.SoftAssertions;
public class DefaultEquality {
private static final Object differentObject = new Object();
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy