de.smartics.util.lang
Class NullArgumentExceptionTest

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

public class NullArgumentExceptionTest
     
     
extends Object

Tests NullArgumentException.


Constructor Summary
NullArgumentExceptionTest()
           
 
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

NullArgumentExceptionTest

public NullArgumentExceptionTest()
Method Detail

allowsToSpecifyTheNameOfTheMissingArgument

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

allowsToLeaveOutTheNameOfTheMissingArgument

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

providesANoargsConstuctorAlthoughItsUseIsDiscouraged

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


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