Method assertNotNull
assertNotNull(Object)
Declaration
protected static void assertNotNull(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
assertNotNull(String, Object)
Declaration
protected static void assertNotNull(string msg, object o)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg | |
System.Object | o |