public class CompressedFilesTest extends Object
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Field and Description |
---|---|
TemporaryFolder |
testDir
Temporary directory that should be deleted by Junit at end of test.
|
Constructor and Description |
---|
CompressedFilesTest() |
Modifier and Type | Method and Description |
---|---|
void |
testWriter()
Test the Writer class.
|
void |
writeAndReadTests()
Test writes and read back the resulting file.
|
public TemporaryFolder testDir
public final void testWriter() throws IOException
IOException
- if that happens uncaught; this test has failedpublic final void writeAndReadTests() throws IOException
IOException
- if that happens uncaught; this test has failedCopyright © 2014–2019 Delft University of Technology. All rights reserved.