public class Assertions extends Object
public static void assertNotNull(Object value, String message) throws IllegalArgumentException
value - The value to test.message - The message for the exception to throw.IllegalArgumentException - In the case that the value is null.Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.