This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ The following adapters are provided by the `webtester-core` module:
2121- ` DefaultFileConfigurationAdapter `
2222- ` GlobalFileConfigurationAdapter `
2323- ` LocalFileConfigurationAdapter `
24- - ` TestItHomeFileConfigurationAdapter `
2524
2625** DefaultFileConfigurationAdapter**
2726This adapter looks up a properties file called ` testit-webtester-default.properties ` on the classpath's root level
@@ -35,10 +34,6 @@ and loads each contained key / value pair into the provided `Configuration` inst
3534This adapter looks up a properties file called ` testit-webtester.properties ` on the classpath's root level
3635and loads each contained key / value pair into the provided ` Configuration ` instance.
3736
38- ** TestItHomeFileConfigurationAdapter**
39- This adapter looks up a properties file called ` testit-webtester.properties ` inside the ` $TESTIT_HOME/config ` folder
40- and loads each contained key / value pair into the provided ` Configuration ` instance.
41-
4237## ConfigurationExporter
4338A ` ConfigurationExporter ` is used to "export" a ` Configuration ` to another System.
4439This is done by using a callback method ` export(String key, Object value) ` for each key / value pair of the ` Configuration ` .
You can’t perform that action at this time.
0 commit comments