Yahoo! UI Library

test  3.0.0

Yahoo! UI Library > test > Assert.ComparisonFailure
Search:
 
Filters

Class Assert.ComparisonFailure - extends Assert.Error

ComparisonFailure is subclass of Error that is thrown whenever a comparison between two values fails. It provides mechanisms to retrieve both the expected and actual value.

Constructor

Assert.ComparisonFailure ( message , expected , actual )
Parameters:
message <String> The message to display when the error occurs.
expected <Object> The expected value.
actual <Object> The actual value that caused the assertion to fail.

Properties

actual - Object

The actual value.

expected - Object

The expected value.

name - String

The name of the error that occurred.

Properties inherited from Assert.Error:

Methods

toString

String toString ( )
Returns a fully formatted error for an assertion failure. This message provides information about the expected and actual values.
Returns: String
A string describing the error.

Methods inherited from Assert.Error:


Copyright © 2009 Yahoo! Inc. All rights reserved.