Skip to content

Commit bab9aa0

Browse files
committed
comment
1 parent 5a22503 commit bab9aa0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk-extensions/incubator/src/test/java/io/opentelemetry/sdk/extension/incubator/fileconfig/CapturingComponentLoader.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
import java.util.Map;
1414
import java.util.concurrent.ConcurrentHashMap;
1515

16+
/**
17+
* A test utility that captures the configuration passed to component providers during loading.
18+
* This allows tests to verify that component providers receive the expected configuration.
19+
*/
1620
class CapturingComponentLoader implements ComponentLoader {
1721

1822
private final ComponentLoader delegate;

0 commit comments

Comments
 (0)