com.pivotallabs.greatexpectations.BaseMatcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of great-expectations Show documentation
Show all versions of great-expectations Show documentation
Jasmine-style expect() for Java.
package com.pivotallabs.greatexpectations;
public class BaseMatcher> {
public M not;
protected T actual;
protected boolean inverted;
}