|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.framework.HamcrestMatcher
public class HamcrestMatcher
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 |
---|
public any containsTheString(any subject)
subject
- The subject of the matcher.public any describeTo(string description)
description
public string getDescription()
public any isEqualTo(any subject)
subject
- The subject of the matcher.public void representTo(any subject)
subject
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |