test.de.smartics.properties.api.core.domain
Class PropertyKeyConstructionTest

Package class diagram package PropertyKeyConstructionTest
java.lang.Object
  extended by test.de.smartics.properties.api.core.domain.PropertyKeyConstructionTest

@Uut(type=de.smartics.properties.api.core.domain.PropertyKey.class,
     method="PropertyKey(String,String)")
public class PropertyKeyConstructionTest
     
     
extends Object

Tests construction of PropertyKey instances.


Constructor Summary
PropertyKeyConstructionTest()
           
 
Method Summary
 void allowsToCreateKeyWithoutAComponentName()
           
 void aValidKeyContainsAnOptionalComponentNameAndANonBlankName()
           
 void butTheComponentNameMustNotBeEmpty()
           
 void butTheComponentNameMustNotContainOnlyWhitespaces()
           
 void theNameOfTheKeyMustNotBeBlank()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyKeyConstructionTest

public PropertyKeyConstructionTest()
Method Detail

allowsToCreateKeyWithoutAComponentName

public void allowsToCreateKeyWithoutAComponentName()

butTheComponentNameMustNotContainOnlyWhitespaces

public void butTheComponentNameMustNotContainOnlyWhitespaces()

butTheComponentNameMustNotBeEmpty

public void butTheComponentNameMustNotBeEmpty()

theNameOfTheKeyMustNotBeBlank

public void theNameOfTheKeyMustNotBeBlank()

aValidKeyContainsAnOptionalComponentNameAndANonBlankName

public void aValidKeyContainsAnOptionalComponentNameAndANonBlankName()


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.