Class AssertFileContent
java.lang.Object
org.activiti.cloud.services.test.asserts.AssertFileContent
Asserts for file content
-
Constructor Summary
ConstructorsConstructorDescriptionAssertFileContent(org.activiti.cloud.services.common.file.FileContent fileContent) -
Method Summary
Modifier and TypeMethodDescriptionstatic AssertFileContentassertThatFileContent(org.activiti.cloud.services.common.file.FileContent fileContent) hasContent(byte[] expectedContent) hasContent(String expectedContent) hasContentType(String expectedContentType) isZip()
-
Constructor Details
-
AssertFileContent
public AssertFileContent(org.activiti.cloud.services.common.file.FileContent fileContent)
-
-
Method Details
-
isZip
-
hasName
-
hasContentType
-
hasContent
-
hasContent
-
assertThatFileContent
public static AssertFileContent assertThatFileContent(org.activiti.cloud.services.common.file.FileContent fileContent)
-