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 <[email protected]> Authored: Sat Nov 21 18:12:35 2015 -0500 Committer: Hadrian Zbarcea <[email protected]> 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(-) ----------------------------------------------------------------------
