Package fi.tut.mei.resdescapi.rescatapi
Class ResCatStoImpl_LocalFileSystemTest
- java.lang.Object
-
- fi.tut.mei.resdescapi.rescatapi.ResCatStoImpl_LocalFileSystemTest
-
public class ResCatStoImpl_LocalFileSystemTest extends Object
- Author:
- Niko Siltala
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
_strARDFolder
protected static String
_strARDTestFile
protected static String
_strRDFolder
protected static String
_strRDTestFile
-
Constructor Summary
Constructors Constructor Description ResCatStoImpl_LocalFileSystemTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
setUpBeforeClass()
static void
tearDownAfterClass()
void
testGetAllStored_Capabilities_RD()
Test method forResCatStoImpl.getAllStored_Capabilities_RD()
.void
testGetAllStored_Categories_RD()
Test method forResCatStoImpl.getAllStored_Categories_RD()
.void
testGetAllStored_Interfaces_RD()
Test method forResCatStoImpl.getAllStored_Interfaces_RD()
.void
testGetAllStored_Properties_RD()
Test method forResCatStoImpl.getAllStored_Properties_RD()
.void
testReadInCapabilityDataFromRDFiles()
void
testUpdateRegister()
Test method forResCatStoImpl_LocalFileSystem.updateRegister()
.
-
-
-
Field Detail
-
_strRDFolder
protected static final String _strRDFolder
- See Also:
- Constant Field Values
-
_strARDFolder
protected static final String _strARDFolder
- See Also:
- Constant Field Values
-
_strRDTestFile
protected static final String _strRDTestFile
- See Also:
- Constant Field Values
-
_strARDTestFile
protected static final String _strARDTestFile
- See Also:
- Constant Field Values
-
-
Method Detail
-
testUpdateRegister
public void testUpdateRegister()
Test method forResCatStoImpl_LocalFileSystem.updateRegister()
. Tests that resources can be read in and internal registry can be updated.
-
testReadInCapabilityDataFromRDFiles
public void testReadInCapabilityDataFromRDFiles()
-
testGetAllStored_Categories_RD
public void testGetAllStored_Categories_RD()
Test method forResCatStoImpl.getAllStored_Categories_RD()
. Implementation done in abstract classResCatStoImpl.getAllStored_Categories_RD()
-
testGetAllStored_Capabilities_RD
public void testGetAllStored_Capabilities_RD()
Test method forResCatStoImpl.getAllStored_Capabilities_RD()
. Implementation done in abstract classResCatStoImpl.getAllStored_Capabilities_RD()
-
testGetAllStored_Interfaces_RD
public void testGetAllStored_Interfaces_RD()
Test method forResCatStoImpl.getAllStored_Interfaces_RD()
. Implementation done in abstract classResCatStoImpl.getAllStored_Interfaces_RD()
-
testGetAllStored_Properties_RD
public void testGetAllStored_Properties_RD()
Test method forResCatStoImpl.getAllStored_Properties_RD()
. Implementation done in abstract classResCatStoImpl.getAllStored_Properties_RD()
-
-