
public class FileOutputTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.junit.rules.TestRule |
classWatchman |
private static String |
testsFileName |
org.junit.rules.TestRule |
watchman |
| Constructor and Description |
|---|
FileOutputTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
static void |
tearDownClass() |
void |
testClose() |
void |
testFlush() |
void |
testSaveToFile_3args() |
void |
testSaveToFile_4args() |
void |
testWrite_String_ObjectArr() |
void |
testWrite_String() |
private static String testsFileName
public static org.junit.rules.TestRule classWatchman
public org.junit.rules.TestRule watchman
public static void setUpClass()
throws IOException
IOExceptionpublic static void tearDownClass()
public void setUp()
public void tearDown()
public void testWrite_String()
public void testWrite_String_ObjectArr()
public void testClose()
public void testFlush()
public void testSaveToFile_3args()
public void testSaveToFile_4args()
Copyright © 2015 University of Glasgow. All rights reserved.