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

com.codeborne.pdftest.assertj.Assertions Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show 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);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy