org.assertj.core.error
Class ShouldNotBeNull

java.lang.Object
  extended by org.assertj.core.error.BasicErrorMessageFactory
      extended by org.assertj.core.error.ShouldNotBeNull
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldNotBeNull
extends BasicErrorMessageFactory

Creates an error message that indicates an assertion that verifies that an object is not null failed.

Author:
Alex Ruiz

Field Summary
 
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
 
Method Summary
static ErrorMessageFactory shouldNotBeNull()
          Returns the singleton instance of this class.
 
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, equals, hashCode, toString, unquotedString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

shouldNotBeNull

public static ErrorMessageFactory shouldNotBeNull()
Returns the singleton instance of this class.

Returns:
the singleton instance of this class.


Copyright © 2013–2015 AssertJ. All rights reserved.