org.assertj.core.error
Class ShouldNotBeNull
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
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
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.