Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 4ba4d9b

Browse files
authored
Update configuration.md
1 parent 81441f1 commit 4ba4d9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

documentation/chapters/configuration.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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**
2726
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
3534
This adapter looks up a properties file called `testit-webtester.properties` on the classpath's root level
3635
and 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
4338
A `ConfigurationExporter` is used to "export" a `Configuration` to another System.
4439
This is done by using a callback method `export(String key, Object value)` for each key / value pair of the `Configuration`.

0 commit comments

Comments
 (0)