Class AssertFileContent


  • public class AssertFileContent
    extends java.lang.Object
    Asserts for file content
    • Constructor Detail

      • AssertFileContent

        public AssertFileContent​(org.activiti.cloud.services.common.file.FileContent fileContent)
    • Method Detail

      • hasContentType

        public AssertFileContent hasContentType​(java.lang.String expectedContentType)
      • hasContent

        public AssertFileContent hasContent​(java.lang.String expectedContent)
      • assertThatFileContent

        public static AssertFileContent assertThatFileContent​(org.activiti.cloud.services.common.file.FileContent fileContent)