summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/mandatory-methods/DESC
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/mandatory-methods/DESC')
-rw-r--r--jrt_test/src/tests/mandatory-methods/DESC10
1 files changed, 10 insertions, 0 deletions
diff --git a/jrt_test/src/tests/mandatory-methods/DESC b/jrt_test/src/tests/mandatory-methods/DESC
new file mode 100644
index 00000000000..2cb4f467a2e
--- /dev/null
+++ b/jrt_test/src/tests/mandatory-methods/DESC
@@ -0,0 +1,10 @@
+Test the mandatory methods of a Java RPC server
+(ping/reflection). This is done by using a C++ client against a
+barebone Java server. The ping method is used to poll the server while
+waiting for it to come up. The reflection methods are used to extract
+reflection information about the mandatory methods, which is checked
+against a checked-in expected result.
+
+This test will break easily if the documentation of the mandatory
+methods is changed or if the method iteration order is changed. This
+will not happen often, and the test is easily updated.