Class FallbackTestFeatureManagerProvider

  • All Implemented Interfaces:
    org.togglz.core.spi.FeatureManagerProvider, org.togglz.core.util.Weighted

    public class FallbackTestFeatureManagerProvider
    extends java.lang.Object
    implements org.togglz.core.spi.FeatureManagerProvider
    This FeatureManagerProvider is a fallback for unit tests. It will return a FallbackTestFeatureManager which will simply enable all features.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.togglz.core.util.Weighted

        org.togglz.core.util.Weighted.WeightedComparator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.togglz.core.manager.FeatureManager getFeatureManager()  
      int priority()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FallbackTestFeatureManagerProvider

        public FallbackTestFeatureManagerProvider()
    • Method Detail

      • priority

        public int priority()
        Specified by:
        priority in interface org.togglz.core.util.Weighted
      • getFeatureManager

        public org.togglz.core.manager.FeatureManager getFeatureManager()
        Specified by:
        getFeatureManager in interface org.togglz.core.spi.FeatureManagerProvider