Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit c0a9578

Browse files
committed
Add a paragraph on testing
1 parent eeb9372 commit c0a9578

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ Learn more
4242

4343
Check out our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](http://docs.launchdarkly.com/v1.0/docs/java-sdk-reference) or our [Javadocs](http://launchdarkly.github.io/java-client/).
4444

45+
Testing
46+
-------
47+
48+
We run integration tests for all our SDKs using a centralized test harness. This approach gives us the ability to test for consistency across SDKs, as well as test networking behavior in a long-running application. These tests cover each method in the SDK, and verify that event sending, flag evaluation, stream reconnection, and other aspects of the SDK all behave correctly.
49+
50+
4551
Contributing
4652
------------
4753

0 commit comments

Comments
 (0)