Class FilesystemConfigurationPropertiesSourceTest
- java.lang.Object
-
- org.opensaml.core.config.provider.FilesystemConfigurationPropertiesSourceTest
-
public class FilesystemConfigurationPropertiesSourceTest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classFilesystemConfigurationPropertiesSourceTest.TestFilesystemConfigurationPropertiesSourceTest class which supplies the location of the test resource.
-
Field Summary
Fields Modifier and Type Field Description private FilemainFileMain file with test data.private ConfigurationPropertiesSourcesourceThe source test to test.private FiletargetFileActual target file test runs against.
-
Constructor Summary
Constructors Constructor Description FilesystemConfigurationPropertiesSourceTest()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()protected voidtearDown()voidtestSource()Test basic retrieval of properties from properties source.
-
-
-
Field Detail
-
source
private ConfigurationPropertiesSource source
The source test to test.
-
mainFile
private File mainFile
Main file with test data.
-
targetFile
private File targetFile
Actual target file test runs against.
-
-
Constructor Detail
-
FilesystemConfigurationPropertiesSourceTest
public FilesystemConfigurationPropertiesSourceTest() throws IOExceptionConstructor.- Throws:
IOException- ...
-
-