public class DataStoreImplTest extends AbstractDpkgTest
Performs some tests on the DataStoreImpl class.
| Constructor and Description |
|---|
DataStoreImplTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddDirectoryString()
Performs some tests on the
DataStoreImpl.addDirectory(String)
method. |
void |
testAddDirectoryStringLongStringLongStringInt()
Performs some tests on the
DataStoreImpl.addDirectory(String, FileOwner, FileMode) method. |
void |
testAddFileDataSourceString()
Performs some tests on the
DataStoreImpl.addFile(DataSource, String) method. |
void |
testAddFileDataSourceStringLongStringLongStringInt()
Performs some tests on the
DataStoreImpl.addFile(DataSource, String, FileOwner, FileMode)
method. |
void |
testAddSymLink()
Performs some tests on the
DataStoreImpl.addSymLink(String, String, FileOwner, FileMode)
method. |
void |
testCreateMD5FileHashes()
Performs some tests on the
DataStoreImpl.createFileHashes(MessageDigest) method. |
void |
testDataStoreImpl()
Performs some tests on the initial state of the store.
|
void |
testExists()
Performs some tests on the
DataStoreImpl.exists(String) method. |
void |
testGetSize()
Performs some tests on the
DataStoreImpl.getSize() method. |
createBinaryControl, createChangeLogUrgency, createPackageMaintainer, createPackageName, createPackageVersion, createSource, createSource, createSource, setUp, setUpBeforeClass, tearDown, tearDownAfterClasspublic void testDataStoreImpl()
Performs some tests on the initial state of the store.
public void testAddDirectoryString()
Performs some tests on the DataStoreImpl.addDirectory(String)
method.
public void testAddDirectoryStringLongStringLongStringInt()
Performs some tests on the
DataStoreImpl.addDirectory(String, FileOwner, FileMode) method.
public void testAddFileDataSourceString()
Performs some tests on the
DataStoreImpl.addFile(DataSource, String) method.
public void testAddFileDataSourceStringLongStringLongStringInt()
Performs some tests on the
DataStoreImpl.addFile(DataSource, String, FileOwner, FileMode)
method.
public void testAddSymLink()
Performs some tests on the
DataStoreImpl.addSymLink(String, String, FileOwner, FileMode)
method.
public void testExists()
Performs some tests on the DataStoreImpl.exists(String) method.
public void testGetSize()
Performs some tests on the DataStoreImpl.getSize() method.
public void testCreateMD5FileHashes()
Performs some tests on the
DataStoreImpl.createFileHashes(MessageDigest) method.
Copyright © 2015–2019. All rights reserved.