
eu.benschroeder.assertj.WithAssertJForMockito Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of assertj-extension Show documentation
Show all versions of assertj-extension Show documentation
Extension for writing unit tests with assertj and avoid static imports
The newest version!
package eu.benschroeder.assertj;
import org.assertj.core.api.WithAssertions;
import org.assertj.core.api.WithAssumptions;
public interface WithAssertJForMockito extends WithAssertions, WithBDDAssertionsForMockito, WithAssumptions {
// empty
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy