Github user aledsage commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/1031#discussion_r45357768
  
    --- Diff: docs/guide/yaml/test/test-entities.md ---
    @@ -0,0 +1,72 @@
    +---
    +title: Blueprint Test Entities
    +title_in_menu: Test Entities
    +layout: website-normal
    +---
    +
    +{% include fields.md %}
    +
    +## Structural Test Entities
    +
    +### TestCase
    +The `TestCase` entity acts as a container for a list child entities which 
are started *sequentially*.
    +{% highlight yaml %}
    +{% readj example_yaml/testcase-entity.yaml %}
    +{% endhighlight %}
    +The ability to sequentially run entities is used to allow applications to 
fully deploy before attempting to start any test entities.
    +
    +If your application blueprint consists of multiple services then you will 
also require the `ParallelTestCase` entity.
    --- End diff --
    
    Yes, that's what I was thinking of. That feels more like you are adding the 
test assertions, rather than having to "restructure" their app by putting it 
inside a `ParallelTest entity`.


---
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.
---

Reply via email to