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

com.selesse.jxlint.assertions.JxlintAssertions Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package com.selesse.jxlint.assertions;

import com.selesse.jxlint.model.rules.LintError;
import org.assertj.core.api.Assertions;

public class JxlintAssertions extends Assertions {
    public static LintErrorAssertion assertThat(LintError actual) {
        return new LintErrorAssertion(actual);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy