org.fest.assertions.error
Class ShouldBeUpperCase

java.lang.Object
  extended by org.fest.assertions.error.BasicErrorMessageFactory
      extended by org.fest.assertions.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

Method Summary
static ErrorMessageFactory shouldBeUpperCase(Character actual)
          Creates a new ShouldBeUpperCase.
 
Methods inherited from class org.fest.assertions.error.BasicErrorMessageFactory
create, equals, hashCode, toString
 
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 © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.