Skip to content

Commit 2778ef8

Browse files
Update TESTING.asciidoc
Co-authored-by: Jordan Powers <[email protected]>
1 parent 028fef1 commit 2778ef8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

TESTING.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,10 @@ There are multiple base classes for tests:
685685
These allow you to test functionality that is not exposed via the REST API, or for verifying a certain internal state.
686686
Additionally, you can easily simulate tricky distributed setups that are difficult to do in REST tests.
687687
If you only need to start one node, use `ESSingleNodeTestCase` instead, which is a much lighter test setup.
688-
* **`ESRestTestCase`**: This should be the first choice for writing integration tests. These tests run in a much more realistic setup, and rely on REST APIs to talk to ES.
688+
* **`ESRestTestCase`**: An integration test that interacts with an external
689+
cluster via the REST API. This is used for Java based REST tests. This should
690+
be the first choice for writing integration tests as these tests run in a much more
691+
realistic setup.
689692
* **`ESClientYamlSuiteTestCase` **: A subclass of `ESRestTestCase` used to run YAML based REST tests.
690693

691694
=== Good practices

0 commit comments

Comments
 (0)