Uses of Class
org.ff4j.test.AssertFf4j
Packages that use AssertFf4j
-
Uses of AssertFf4j in org.ff4j.test
Methods in org.ff4j.test that return AssertFf4jModifier and TypeMethodDescriptionfinal AssertFf4jAssertFf4j.assertThatCurrentUserIsAllowedOnFeature(String featureName) Check Feature Allowed.final AssertFf4jAssertFf4j.assertThatCurrentUserIsNotAllowedOnFeature(String featureName) Check Feature Allowed.final AssertFf4jAssertFf4j.assertThatFeatureDoesNotExist(String featureName) Check inexistence of the traget featurefinal AssertFf4jAssertFf4j.assertThatFeatureDoesNotHaveFlippingStrategy(String featureName) Check existence of the traget featurefinal AssertFf4jAssertFf4j.assertThatFeatureDoesNotHaveProperties(String featureName) Check existence of the traget featurefinal AssertFf4jAssertFf4j.assertThatFeatureExist(String featureName) Check existence of the traget featurefinal AssertFf4jAssertFf4j.assertThatFeatureFlipped(String featureName) Check Feature Flippedfinal AssertFf4jAssertFf4j.assertThatFeatureHasFlippingStrategy(String featureName) Check existence of the traget featurefinal AssertFf4jAssertFf4j.assertThatFeatureHasNotProperty(String featureName, String propertyName) Check existence of the traget featurefinal AssertFf4jAssertFf4j.assertThatFeatureHasNotRole(String featureName, String roleName) Check that feature exists and does not have expected role.final AssertFf4jAssertFf4j.assertThatFeatureHasProperties(String featureName) Check existence of the traget featurefinal AssertFf4jAssertFf4j.assertThatFeatureHasProperty(String featureName, String propertyName) Check existence of the traget featurefinal AssertFf4jAssertFf4j.assertThatFeatureHasRole(String featureName, String roleName) Check that feature exists and have expected role.final AssertFf4jAssertFf4j.assertThatFeatureIsDisabled(String featureName) Chack that feature is disabled in current store.final AssertFf4jAssertFf4j.assertThatFeatureIsEnabled(String featureName) Chack that feature is enabled in current store.final AssertFf4jAssertFf4j.assertThatFeatureIsInGroup(String featureName, String groupName) Check that feature is in expected group.final AssertFf4jAssertFf4j.assertThatFeatureNotFlipped(String featureName) Check Feature Flippedfinal AssertFf4jAssertFf4j.assertThatFeatureNotInGroup(String featureName, String groupName) Check that feature is in expected group.AssertFf4j.assertThatGroupDoesNotExist(String groupName) Check that group does not existfinal AssertFf4jAssertFf4j.assertThatGroupExist(String groupName) Check Group Sizefinal AssertFf4jAssertFf4j.assertThatGroupHasSize(int expected, String groupName) Check Group Sizefinal AssertFf4jAssertFf4j.assertThatPropertyDoesNotExist(String propertyName) Check existence of the traget propertyfinal AssertFf4jAssertFf4j.assertThatPropertyExist(String propertyName) Check existence of the traget propertyfinal AssertFf4jAssertFf4j.assertThatPropertyStoreHasSize(int expectedNumber) Check Number of featuresfinal AssertFf4jAssertFf4j.assertThatStoreHasNumberOfGroups(int expectedNumber) Check Number of featuresfinal AssertFf4jAssertFf4j.assertThatStoreHasSize(int expectedNumber) Check Number of features -
Uses of AssertFf4j in org.ff4j.test.store
Fields in org.ff4j.test.store declared as AssertFf4jModifier and TypeFieldDescriptionprotected AssertFf4jFeatureStoreTestSupport.assertFf4jTest Values