de.smartics.util.lang
Class NullArgumentExceptionTest
java.lang.Object
de.smartics.util.lang.NullArgumentExceptionTest
-
public class NullArgumentExceptionTest
-
extends
Object
Tests NullArgumentException
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullArgumentExceptionTest
public NullArgumentExceptionTest()
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-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.