Class JarVerifier

java.lang.Object
io.quarkus.maven.it.assertions.JarVerifier

class JarVerifier extends Object
  • Constructor Details

    • JarVerifier

      JarVerifier(File jarFile)
  • Method Details

    • assertThatJarIsCreated

      void assertThatJarIsCreated()
    • assertThatJarHasManifest

      void assertThatJarHasManifest() throws Exception
      Throws:
      Exception
    • assertThatFileIsContained

      void assertThatFileIsContained(String file) throws Exception
      Throws:
      Exception
    • assertThatFileIsNotContained

      void assertThatFileIsNotContained(String file) throws Exception
      Throws:
      Exception
    • assertThatFileContains

      void assertThatFileContains(String path, String[] lines) throws Exception
      Throws:
      Exception