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