org.assertj.core.error
Class ShouldBeUpperCase

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

public class ShouldBeUpperCase
extends BasicErrorMessageFactory

Creates an error message that indicates an assertion that verifies that a character is uppercase failed.

Author:
Yvonne Wang

Field Summary
 
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
 
Method Summary
static ErrorMessageFactory shouldBeUpperCase(Character actual)
          Creates a new ShouldBeUpperCase.
 
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

shouldBeUpperCase

public static ErrorMessageFactory shouldBeUpperCase(Character actual)
Creates a new ShouldBeUpperCase.

Parameters:
actual - the actual value in the failed assertion.
Returns:
the created ErrorMessageFactory.


Copyright © 2013–2015 AssertJ. All rights reserved.