|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectsrc.groovy.pl.burningice.plugins.image.test.FileUploadUtils
class FileUploadUtils
Class provide additional methods for testing file upload
Property Summary | |
---|---|
static def |
SOURCE_DIR
|
Constructor Summary | |
FileUploadUtils()
|
Method Summary | |
---|---|
void
|
cleanUpTestDir()
|
def
|
fileExists(def fileName)
|
def
|
getEmptyMultipartFile()
|
def
|
getFile(def fileName, def dir = null)
|
def
|
getFilePath(def fileName)
|
def
|
getMultipartFile(def fileName)
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
static final def SOURCE_DIR
Constructor Detail |
---|
FileUploadUtils()
Method Detail |
---|
void cleanUpTestDir()
public def fileExists(def fileName)
public def getEmptyMultipartFile()
public def getFile(def fileName, def dir = null)
public def getFilePath(def fileName)
public def getMultipartFile(def fileName)
Groovy Documentation