From 7f564455eb2ae93055bd8553257cc45f76122139 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 1 Aug 2019 14:10:53 -0700 Subject: [PATCH] Add section in the guide on tests. --- .../src/docs/asciidoc/guides/caching-inline.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spring-geode-docs/src/docs/asciidoc/guides/caching-inline.adoc b/spring-geode-docs/src/docs/asciidoc/guides/caching-inline.adoc index d9f86eaf..6f4d04f5 100644 --- a/spring-geode-docs/src/docs/asciidoc/guides/caching-inline.adoc +++ b/spring-geode-docs/src/docs/asciidoc/guides/caching-inline.adoc @@ -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