com.codeborne.pdftest.assertj.Assertions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdf-test Show documentation
Show all versions of pdf-test Show documentation
PDF Test: PDF testing library
The newest version!
package com.codeborne.pdftest.assertj;
import com.codeborne.pdftest.PDF;
public class Assertions extends org.assertj.core.api.Assertions {
public static PdfAssert assertThat(PDF actual) {
return new PdfAssert(actual);
}
}