com.atlassian.sal.api.features
Class TestValidFeatureKeyPredicate

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

public class TestValidFeatureKeyPredicate
extends Object


Constructor Summary
TestValidFeatureKeyPredicate()
           
 
Method Summary
 void checkInvalidFeatureKey()
           
 void checkValidFeatureKey()
           
 void invalidComma()
           
 void invalidEmptyString()
           
 void invalidNullKey()
           
 void invalidSpaces()
           
 void validWithDash()
           
 void validWithDots()
           
 void validWithNumbers()
           
 void validWithUnderscore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestValidFeatureKeyPredicate

public TestValidFeatureKeyPredicate()
Method Detail

invalidNullKey

public void invalidNullKey()
                    throws Exception
Throws:
Exception

invalidEmptyString

public void invalidEmptyString()
                        throws Exception
Throws:
Exception

invalidSpaces

public void invalidSpaces()
                   throws Exception
Throws:
Exception

invalidComma

public void invalidComma()
                  throws Exception
Throws:
Exception

validWithDots

public void validWithDots()
                   throws Exception
Throws:
Exception

validWithDash

public void validWithDash()
                   throws Exception
Throws:
Exception

validWithUnderscore

public void validWithUnderscore()
                         throws Exception
Throws:
Exception

validWithNumbers

public void validWithNumbers()
                      throws Exception
Throws:
Exception

checkValidFeatureKey

public void checkValidFeatureKey()

checkInvalidFeatureKey

public void checkInvalidFeatureKey()


Copyright © 2015 Atlassian. All rights reserved.