com.browserup.bup.assertion.HarEntryAssertion Maven / Gradle / Ivy
The newest version!
package com.browserup.bup.assertion;
import com.browserup.bup.assertion.error.HarEntryAssertionError;
import java.util.Optional;
import de.sstoehr.harreader.model.HarEntry;
@FunctionalInterface
public interface HarEntryAssertion {
Optional assertion(HarEntry entry);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy