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

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

package org.assertj.vavr.api;

import io.vavr.collection.Map;

/**
 * Assertions for {@link io.vavr.collection.Map}.
 *
 * @param   key type of the {@link Map}.
 * @param  value type of the {@link Map}.
 * @author Michał Chmielarz
 */
public class MapAssert extends AbstractMapAssert, Map, KEY, VALUE> {

    MapAssert(Map actual) {
        super(actual, MapAssert.class);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy