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:
21
21
- ` DefaultFileConfigurationAdapter `
22
22
- ` GlobalFileConfigurationAdapter `
23
23
- ` LocalFileConfigurationAdapter `
24
- - ` TestItHomeFileConfigurationAdapter `
25
24
26
25
** DefaultFileConfigurationAdapter**
27
26
This 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
35
34
This adapter looks up a properties file called ` testit-webtester.properties ` on the classpath's root level
36
35
and loads each contained key / value pair into the provided ` Configuration ` instance.
37
36
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
-
42
37
## ConfigurationExporter
43
38
A ` ConfigurationExporter ` is used to "export" a ` Configuration ` to another System.
44
39
This 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