Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/548#discussion_r26372473
--- Diff: docs/guide/java/entities.md ---
@@ -123,4 +121,90 @@ TODO more drivers such as jmx, etc are planned
Testing
-------
-* Run in a mock ``SimulatedLocation``, defining new metaclass methods to
be able to start there and assert the correct behaviour when that is invoked
+* Unit tests can make use of `SimulatedLocation` and `TestEntity`, and can
extend `BrooklynAppUnitTestSupport`.
+* Integration tests and use a `LocalhostMachineProvisioningLocation`, and
can also extend `BrooklynAppUnitTestSupport`.
+
+
+<a name="SoftwareProcess-lifecycle"></a>
--- End diff --
links are now generated automatically by the doc tools, so these `<a ...`
links can be removed i think. you can even have menu-updates-as-you-scroll
behaviour; see e.g. learn more -> features.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---