Add section in the guide on tests.

This commit is contained in:
John Blum
2019-08-01 14:10:53 -07:00
parent e58adf04e3
commit 7f564455eb

View File

@@ -477,6 +477,14 @@ image::../images/factorial-of-five-after.png[]
You can play around with the _square root_ operation as well and see the same effects.
[[geode-samples-caching-inline-example-test]]
== Tests
The Calculator application includes an Integration Test class with tests asserting the behavior demonstrated above
in the example. The test class is available here:
{samples-dir}/caching/inline/src/test/java/example/app/caching/inlineCalculatorApplicationIntegrationTests.java
[[geode-samples-caching-inline-summary]]
== Summary