You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ha...@apache.org on 2015/11/22 00:25:43 UTC

[2/2] incubator-brooklyn git commit: This closes #1049

This closes #1049


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/15faad33
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/15faad33
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/15faad33

Branch: refs/heads/master
Commit: 15faad33862149aa85d4d7a8935d16b061d1bb01
Parents: 10e9a3c c129f06
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Sat Nov 21 18:12:35 2015 -0500
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Sat Nov 21 18:12:35 2015 -0500

----------------------------------------------------------------------
 .../brooklyn/test/framework/BaseTest.java       |   8 +-
 .../test/framework/TestFrameworkAssertions.java | 160 +++++++++++++++++++
 .../brooklyn/test/framework/TestHttpCall.java   |  16 ++
 .../test/framework/TestHttpCallImpl.java        |  72 ++++-----
 .../brooklyn/test/framework/TestSensorImpl.java |  73 ++-------
 .../framework/TestFrameworkAssertionsTest.java  | 135 ++++++++++++++++
 .../test/framework/TestHttpCallTest.java        | 121 ++++++++++++++
 .../brooklyn/test/framework/TestSensorTest.java |  48 +++---
 .../example-catalog-test.bom                    |   2 +-
 .../nginx-test-examples.yml                     |  21 +--
 .../testhttpcall-examples.yml                   |  27 ++--
 .../tomcat-test-examples.yml                    |   8 +-
 12 files changed, 544 insertions(+), 147 deletions(-)
----------------------------------------------------------------------