MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.framework
Class HamcrestMatcher

WEB-INF.cftags.component
        extended by mxunit.framework.HamcrestMatcher

public class HamcrestMatcher
extends WEB-INF.cftags.component

Generates Matcher Objects used by the HamcrestAssert component. R/D ... do not use in production


Method Summary
 any containsTheString(any subject)
 any describeTo(string description)
 string getDescription()
 any isEqualTo(any subject)
 void representTo(any subject)
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

containsTheString

public any containsTheString(any subject)

Parameters:
subject - The subject of the matcher.

describeTo

public any describeTo(string description)

Parameters:
description

getDescription

public string getDescription()


isEqualTo

public any isEqualTo(any subject)

Parameters:
subject - The subject of the matcher.

representTo

public void representTo(any subject)

Parameters:
subject

MXUnit 2.1.3 (Generated: 09/27/2012)