| org.apache.cocoon.SitemapComponentTestCase org.apache.cocoon.selection.ResourceExistsSelectorTestCase
main | public static void main(String[] args)(Code) | | Run this test suite from commandline
Parameters: args - commandline arguments (ignored) |
suite | public static Test suite()(Code) | | Create a test suite.
This test suite contains all test cases of this class.
the Test object containing all test cases. |
testResourceExistsSelect | public void testResourceExistsSelect() throws Exception(Code) | | A resource-exists parameter select test
|
testResourceExistsSelectPrefix | public void testResourceExistsSelectPrefix() throws Exception(Code) | | A resource-exists parameter select test using the parameter prefix option
|
Fields inherited from org.apache.cocoon.SitemapComponentTestCase | final public static Parameters EMPTY_PARAMS(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.SitemapComponentTestCase | final public Map act(String type, String source, Parameters parameters) throws Exception(Code)(Java Doc) protected void addContext(DefaultContext context)(Code)(Java Doc) final public void assertEqual(String msg, Document expected, Document actual)(Code)(Java Doc) final public void assertEqual(Document expected, Document actual)(Code)(Java Doc) final public void assertIdentical(String msg, Document expected, Document actual)(Code)(Java Doc) final public void assertIdentical(Document expected, Document actual)(Code)(Java Doc) final public void assertIdentical(byte[] expected, byte[] actual)(Code)(Java Doc) public String callContinuation(String type, String source, String id, Map params) throws Exception(Code)(Java Doc) public String callFunction(String type, String source, String function, Map params) throws Exception(Code)(Java Doc) final public Diff compareXML(Document control, Document test)(Code)(Java Doc) final public Document generate(String type, String source, Parameters parameters) throws IOException, SAXException, ProcessingException(Code)(Java Doc) final public MockContext getContext()(Code)(Java Doc) public Object getFlowContextObject()(Code)(Java Doc) final public Map getObjectModel()(Code)(Java Doc) final public MockRedirector getRedirector()(Code)(Java Doc) final public MockRequest getRequest()(Code)(Java Doc) final public MockResponse getResponse()(Code)(Java Doc) final public Document load(String source)(Code)(Java Doc) final public byte[] loadByteArray(String source)(Code)(Java Doc) final public Map match(String type, String pattern, Parameters parameters) throws PatternException(Code)(Java Doc) final public void print(Document document)(Code)(Java Doc) final public boolean select(String type, String expression, Parameters parameters)(Code)(Java Doc) final public byte[] serialize(String type, Parameters parameters, Document input) throws SAXException, IOException(Code)(Java Doc) public void setUp() throws Exception(Code)(Java Doc) final public Document transform(String type, String source, Parameters parameters, Document input) throws SAXException, ProcessingException, IOException(Code)(Java Doc)
|
|
|