MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.framework
Class HamcrestAssert

WEB-INF.cftags.component
        extended by mxunit.framework.Assert
            extended by mxunit.framework.HamcrestAssert

public class HamcrestAssert
extends Assert

Not Implemented! R/D component testing Hamcrest style assertions to support Descriptive-based test writing.


Method Summary
 any HamcrestAssert([any whatever])
          Constructor
 void assertThat(any obj1, any obj2)
 Any assertThis()
 any doContains()
 
Methods inherited from class mxunit.framework.Assert
mxunit.framework.HamcrestAssert
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

HamcrestAssert

public any HamcrestAssert([any whatever])
Constructor

Parameters:
whatever

assertThat

public void assertThat(any obj1, any obj2)

Parameters:
obj1
obj2

assertThis

public Any assertThis()


doContains

public any doContains()


MXUnit 2.1.3 (Generated: 09/27/2012)