Class AssertFileContent
- java.lang.Object
-
- org.activiti.cloud.services.test.asserts.AssertFileContent
-
public class AssertFileContent extends java.lang.ObjectAsserts for file content
-
-
Constructor Summary
Constructors Constructor Description AssertFileContent(org.activiti.cloud.services.common.file.FileContent fileContent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssertFileContentassertThatFileContent(org.activiti.cloud.services.common.file.FileContent fileContent)AssertFileContenthasContent(byte[] expectedContent)AssertFileContenthasContent(java.lang.String expectedContent)AssertFileContenthasContentType(java.lang.String expectedContentType)AssertFileContenthasName(java.lang.String expectedName)AssertZipContentisZip()
-
-
-
Method Detail
-
isZip
public AssertZipContent isZip()
-
hasName
public AssertFileContent hasName(java.lang.String expectedName)
-
hasContentType
public AssertFileContent hasContentType(java.lang.String expectedContentType)
-
hasContent
public AssertFileContent hasContent(byte[] expectedContent)
-
hasContent
public AssertFileContent hasContent(java.lang.String expectedContent)
-
assertThatFileContent
public static AssertFileContent assertThatFileContent(org.activiti.cloud.services.common.file.FileContent fileContent)
-
-