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

ch.powerunit.impl.AssertThatStringImpl Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package ch.powerunit.impl;

import java.util.function.Supplier;

import ch.powerunit.AssertThatString;

public class AssertThatStringImpl extends AssertThatObjectImpl
        implements AssertThatString {

    public AssertThatStringImpl(Object underTest,boolean assertion, String msg,
            Supplier provider) {
        super(underTest,assertion, msg, provider);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy