Class Artifact

    • Field Detail

      • build

        @NonNull
        public final Build build
    • Constructor Detail

      • Artifact

        public Artifact​(@NonNull
                        Build build,
                        @NonNull
                        String path)
    • Method Detail

      • getRelativePath

        public String getRelativePath()
      • shouldHaveContent

        public void shouldHaveContent​(String content)
        Asserts that this artifact have the given content.
      • getTextContent

        public String getTextContent()
      • assertThatExists

        public void assertThatExists​(Boolean should)