|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssertTagSupport | |
---|---|
org.apache.commons.jelly.tags.junit | A collection of JUnit tags for performing unit tests written in Jelly script. |
Uses of AssertTagSupport in org.apache.commons.jelly.tags.junit |
---|
Subclasses of AssertTagSupport in org.apache.commons.jelly.tags.junit | |
---|---|
class |
AssertEqualsTag
Compares an actual object against an expected object and if they are different then the test will fail. |
class |
AssertFileContainsTag
Checks that a file exists, and if not, then the test will fail. |
class |
AssertFileExistsTag
Checks that a file exists, and if not, then the test will fail. |
class |
AssertFileNotFoundTag
Checks that a file cant be found. |
class |
AssertTag
Performs an assertion that a given boolean expression, or XPath expression is true. |
class |
AssertThrowsTag
Runs its body and asserts that an exception is thrown by it. |
class |
FailTag
This tag causes a failure message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |