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

com.browserup.bup.assertion.HarEntryAssertion Maven / Gradle / Ivy

/*
 * Modifications Copyright (c) 2019 BrowserUp, Inc.
 */

package com.browserup.bup.assertion;

import com.browserup.bup.assertion.error.HarEntryAssertionError;
import com.browserup.harreader.model.HarEntry;

import java.util.Optional;

@FunctionalInterface
public interface HarEntryAssertion {

    Optional assertion(HarEntry entry);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy