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

org.assertj.vavr.api.ValidationAssert Maven / Gradle / Ivy

package org.assertj.vavr.api;

import io.vavr.control.Validation;

/**
 * Assertions for {@link io.vavr.control.Validation}.
 *
 * @param  type of the value in the case of the invalid {@link Validation}.
 * @param    type of the value in the case of the valid {@link Validation}.
 * @author Michał Chmielarz
 */
public class ValidationAssert extends AbstractValidationAssert, INVALID, VALID> {

    ValidationAssert(Validation actual) {
        super(actual, ValidationAssert.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy