@Deprecated
public class EntityTestUtils
extends java.lang.Object
| Constructor and Description | 
|---|
| EntityTestUtils()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> T | assertAttribute(Entity entity,
               AttributeSensor<T> attribute,
               Deprecated.  | 
| static void | assertAttributeChangesEventually(Entity entity,
                                AttributeSensor<?> attribute)Deprecated.  checks that the entity's value for this attribute changes, by registering a subscription and checking the value | 
| static <T> void | assertAttributeChangesEventually2(Entity entity,
                                 AttributeSensor<T> attribute)Deprecated.  alternate version of  assertAttributeChangesEventually(Entity, AttributeSensor)not using subscriptions and 
 with simpler code, for comparison | 
| static <T> void | assertAttributeEquals(Entity entity,
                     AttributeSensor<T> attribute,
                     T expected)Deprecated.  | 
| static <T> void | assertAttributeEqualsContinually(Entity entity,
                                AttributeSensor<T> attribute,
                                T expected)Deprecated.  | 
| static <T> void | assertAttributeEqualsContinually(java.util.Map<?,?> flags,
                                Entity entity,
                                AttributeSensor<T> attribute,
                                T expected)Deprecated.  | 
| static <T> void | assertAttributeEqualsEventually(Entity entity,
                               AttributeSensor<T> attribute,
                               T expected)Deprecated.  | 
| static <T> void | assertAttributeEqualsEventually(java.util.Map<?,?> flags,
                               Entity entity,
                               AttributeSensor<T> attribute,
                               T expected)Deprecated.  | 
| static <T> T | assertAttributeEventually(Entity entity,
                         AttributeSensor<T> attribute,
                         Deprecated.  | 
| static <T> T | assertAttributeEventually(java.util.Map<?,?> flags,
                         Entity entity,
                         AttributeSensor<T> attribute,
                         Deprecated.  | 
| static <T> T | assertAttributeEventuallyNonNull(Entity entity,
                                AttributeSensor<T> attribute)Deprecated.  | 
| static <T> T | assertAttributeEventuallyNonNull(java.util.Map<?,?> flags,
                                Entity entity,
                                AttributeSensor<T> attribute)Deprecated.  | 
| static <T> void | assertAttributeNever(Entity entity,
                    AttributeSensor<T> attribute,
                    T... disallowed)Deprecated.  | 
| static <T> void | assertConfigEquals(Entity entity,
                  ConfigKey<T> configKey,
                  T expected)Deprecated.  | 
| static void | assertGroupSizeEqualsEventually(Group group,
                               int expected)Deprecated.  | 
| static void | assertGroupSizeEqualsEventually(java.util.Map<?,?> flags,
                               Group group,
                               int expected)Deprecated.  | 
| static <T extends Entity>  | assertPredicateEventuallyTrue(java.util.Map<?,?> flags,
                             T entity,
                             Deprecated.  | 
| static <T extends Entity>  | assertPredicateEventuallyTrue(T entity,
                             Deprecated.  | 
public static <T> void assertAttributeEquals(Entity entity, AttributeSensor<T> attribute, T expected)
public static <T> void assertConfigEquals(Entity entity, ConfigKey<T> configKey, T expected)
public static <T> void assertAttributeEqualsEventually(Entity entity, AttributeSensor<T> attribute, T expected)
public static <T> void assertAttributeEqualsEventually(java.util.Map<?,?> flags,
                                       Entity entity,
                                       AttributeSensor<T> attribute,
                                       T expected)
public static <T> T assertAttributeEventuallyNonNull(Entity entity, AttributeSensor<T> attribute)
public static <T> T assertAttributeEventuallyNonNull(java.util.Map<?,?> flags,
                                     Entity entity,
                                     AttributeSensor<T> attribute)
public static <T> T assertAttributeEventually(Entity entity, AttributeSensor<T> attribute,predicate) 
public static <T> T assertAttributeEventually(java.util.Map<?,?> flags,
                              Entity entity,
                              AttributeSensor<T> attribute,
                               predicate) 
public static <T> T assertAttribute(Entity entity, AttributeSensor<T> attribute,predicate) 
public static <T extends Entity> void assertPredicateEventuallyTrue(T entity,predicate) 
public static <T extends Entity> void assertPredicateEventuallyTrue(java.util.Map<?,?> flags, T entity,predicate) 
public static <T> void assertAttributeEqualsContinually(Entity entity, AttributeSensor<T> attribute, T expected)
public static <T> void assertAttributeEqualsContinually(java.util.Map<?,?> flags,
                                        Entity entity,
                                        AttributeSensor<T> attribute,
                                        T expected)
public static void assertGroupSizeEqualsEventually(Group group, int expected)
public static void assertGroupSizeEqualsEventually(java.util.Map<?,?> flags,
                                   Group group,
                                   int expected)
public static void assertAttributeChangesEventually(Entity entity, AttributeSensor<?> attribute)
public static <T> void assertAttributeChangesEventually2(Entity entity, AttributeSensor<T> attribute)
assertAttributeChangesEventually(Entity, AttributeSensor) not using subscriptions and 
 with simpler code, for comparisonpublic static <T> void assertAttributeNever(Entity entity, AttributeSensor<T> attribute, T... disallowed)