com.atlassian.sal.api.features
Class TestDarkFeatureEnabledCondition

java.lang.Object
  extended by com.atlassian.sal.api.features.TestDarkFeatureEnabledCondition

public class TestDarkFeatureEnabledCondition
extends Object


Constructor Summary
TestDarkFeatureEnabledCondition()
           
 
Method Summary
 void emptyFeatureKeyCausesException()
           
 void exceptionThrownByFeatureManagerGracefullyHandled()
           
 void featureDisabled()
           
 void featureEnabled()
           
 void invalidFeatureKeyCausesException()
           
 void missingFeatureKeyCausesException()
           
 void nullContextIgnored()
           
 void nullFeatureKeyCausesException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDarkFeatureEnabledCondition

public TestDarkFeatureEnabledCondition()
Method Detail

featureEnabled

public void featureEnabled()

featureDisabled

public void featureDisabled()

exceptionThrownByFeatureManagerGracefullyHandled

public void exceptionThrownByFeatureManagerGracefullyHandled()

nullContextIgnored

public void nullContextIgnored()

invalidFeatureKeyCausesException

public void invalidFeatureKeyCausesException()

nullFeatureKeyCausesException

public void nullFeatureKeyCausesException()

emptyFeatureKeyCausesException

public void emptyFeatureKeyCausesException()

missingFeatureKeyCausesException

public void missingFeatureKeyCausesException()


Copyright © 2015 Atlassian. All rights reserved.