de.smartics.util.lang
Class BlankArgumentExceptionTest

Package class diagram package BlankArgumentExceptionTest
java.lang.Object
  extended by de.smartics.util.lang.BlankArgumentExceptionTest

public class BlankArgumentExceptionTest
     
     
extends Object

Tests BlankArgumentException.


Constructor Summary
BlankArgumentExceptionTest()
           
 
Method Summary
 void allowsToLeaveOutTheNameOfTheMissingArgument()
           
 void allowsToSpecifyTheNameOfTheMissingArgument()
           
 void providesANoargsConstuctorAlthoughItsUseIsDiscouraged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlankArgumentExceptionTest

public BlankArgumentExceptionTest()
Method Detail

allowsToSpecifyTheNameOfTheMissingArgument

@Uut(type=de.smartics.util.lang.BlankArgumentException.class,
     method="BlankArgumentException(java.lang.String)")
public void allowsToSpecifyTheNameOfTheMissingArgument()

allowsToLeaveOutTheNameOfTheMissingArgument

@Uut(type=de.smartics.util.lang.BlankArgumentException.class,
     method="BlankArgumentException(java.lang.String)")
public void allowsToLeaveOutTheNameOfTheMissingArgument()

providesANoargsConstuctorAlthoughItsUseIsDiscouraged

@Uut(type=de.smartics.util.lang.BlankArgumentException.class,
     method="BlankArgumentException()")
public void providesANoargsConstuctorAlthoughItsUseIsDiscouraged()


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