A test utility that verifies that your methods throw {@link NullPointerException} or {@link UnsupportedOperationException} whenever anyof their parameters are null. To use it, you must first provide valid default values for the parameter types used by the class.
@author Kevin Bourrillion
@since Guava release 10
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.