public class FileControllerTest extends Object
Constructor and Description |
---|
FileControllerTest() |
Modifier and Type | Method and Description |
---|---|
FileController |
getController() |
FileService |
getFileService() |
Properties |
getKmeProperties() |
void |
preTest() |
void |
setController(FileController controller) |
void |
setFileService(FileService fileService) |
void |
setKmeProperties(Properties kmeProperties) |
static void |
setUpClass() |
void |
testGetFile() |
void |
testGetFileThrowIOException() |
void |
testHandleFormUpload() |
void |
testIndex() |
void |
testInjectionSucceeded() |
void |
testRemoveFile() |
void |
testRemoveFileFailOnService() |
void |
testRemoveFileNullFile() |
public FileControllerTest()
public static void setUpClass() throws Exception
Exception
public void preTest()
public void testInjectionSucceeded()
public void testIndex()
public void testRemoveFile()
public void testRemoveFileNullFile()
public void testRemoveFileFailOnService()
public void testHandleFormUpload()
public void testGetFile()
public void testGetFileThrowIOException()
public FileController getController()
public void setController(FileController controller)
public Properties getKmeProperties()
public void setKmeProperties(Properties kmeProperties)
public FileService getFileService()
public void setFileService(FileService fileService)
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.