This closes #679
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/8c38f3b2 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/8c38f3b2 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/8c38f3b2 Branch: refs/heads/master Commit: 8c38f3b29ff4f90387ef451cf0f1dad71dff4db2 Parents: 774d75e c1c7178 Author: Duncan Godwin <[email protected]> Authored: Wed May 17 14:43:13 2017 +0100 Committer: Duncan Godwin <[email protected]> Committed: Wed May 17 14:43:13 2017 +0100 ---------------------------------------------------------------------- .../entity/group/AbstractGroupImpl.java | 9 - .../brooklyn/entity/group/DynamicGroupImpl.java | 8 - .../core/effector/EffectorConcatenateTest.java | 106 ++++--- .../brooklyn/core/entity/AttributeTest.java | 31 +- .../core/entity/EntitySetFromFlagTest.java | 81 +++--- .../brooklyn/core/entity/EntitySpecTest.java | 2 +- .../brooklyn/core/entity/EntityTypeTest.java | 46 ++- .../entity/OwnedChildrenDeprecatedTest.java | 215 ++++++++++++++ .../brooklyn/core/entity/OwnedChildrenTest.java | 160 +++-------- .../drivers/BasicEntityDriverManagerTest.java | 33 +-- .../drivers/EntityDriverRegistryTest.java | 35 +-- .../ReflectiveEntityDriverFactoryTest.java | 63 ++-- .../RegistryEntityDriverFactoryTest.java | 31 +- .../proxying/InternalEntityFactoryTest.java | 32 ++- .../core/mgmt/osgi/OsgiStandaloneTest.java | 2 +- .../mgmt/osgi/OsgiVersionMoreEntityTest.java | 28 +- .../core/mgmt/rebind/RebindCatalogItemTest.java | 3 + .../brooklyn/core/test/entity/TestEntity.java | 4 + .../core/test/entity/TestEntityImpl.java | 17 +- .../YamlRollingTimeWindowMeanEnricherTest.java | 23 +- .../brooklyn/entity/group/DynamicGroupTest.java | 285 +++++++++++-------- .../autoscaling/AutoScalerPolicyTest.java | 41 +-- .../autoscaling/LocallyResizableEntity.java | 49 +--- .../autoscaling/LocallyResizableEntityImpl.java | 76 +++++ .../policy/enricher/DeltaEnrichersTests.java | 59 ++-- .../enricher/RollingMeanEnricherTest.java | 29 +- .../RollingTimeWindowMeanEnricherTest.java | 30 +- .../AbstractFollowTheSunPolicyTest.java | 42 ++- .../followthesun/FollowTheSunModelTest.java | 43 +-- .../AbstractLoadBalancingPolicyTest.java | 19 +- .../loadbalancing/LoadBalancingModelTest.java | 28 +- .../LoadBalancingPolicyConcurrencyTest.java | 8 +- .../loadbalancing/MockItemEntityImpl.java | 5 +- .../testing/mocks/RestMockSimpleEntity.java | 19 -- .../java/org/apache/brooklyn/cli/CliTest.java | 18 +- .../entity/brooklynnode/BrooklynNodeImpl.java | 8 - .../entity/java/VanillaJavaAppImpl.java | 14 +- .../software/base/SoftwareProcessImpl.java | 13 - .../base/SoftwareProcessEntityTest.java | 47 +-- .../MachineLifecycleEffectorTasksTest.java | 16 +- .../base/lifecycle/StartStopSshDriverTest.java | 26 +- .../apache/brooklyn/feed/jmx/JmxFeedTest.java | 47 ++- 42 files changed, 1020 insertions(+), 831 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/8c38f3b2/server-cli/src/test/java/org/apache/brooklyn/cli/CliTest.java ----------------------------------------------------------------------
