Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/994#discussion_r43643799
--- Diff:
usage/test-support/src/main/java/org/apache/brooklyn/test/EntityTestUtils.java
---
@@ -46,6 +45,12 @@
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
+/**
+ * A utility class containing tests on Entities.
+ *
+ * @deprecated Prefer core assertions
org.apache.brooklyn.entity.EntityAsserts.
+ */
+@Deprecated
public class EntityTestUtils {
// TODO would be nice to have this... perhaps moving this class, or
perhaps this whole project, to core/src/test ?
--- End diff --
can remove the TODO :)
---
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.
---