org.apache.sling.junit.scriptable
Class TestAllPaths

java.lang.Object
  extended by org.apache.sling.junit.scriptable.TestAllPaths

public class TestAllPaths
extends java.lang.Object

The single test class that runs all our path-based tests


Field Summary
static java.lang.String PASSED
           
static java.lang.String TEST_URL_SUFFIX
           
 
Constructor Summary
TestAllPaths(java.lang.String path)
           
 
Method Summary
static java.util.Collection<java.lang.Object[]> data()
          Let JUnit run this all on our paths
 void verifyContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_URL_SUFFIX

public static final java.lang.String TEST_URL_SUFFIX
See Also:
Constant Field Values

PASSED

public static final java.lang.String PASSED
See Also:
Constant Field Values
Constructor Detail

TestAllPaths

public TestAllPaths(java.lang.String path)
Method Detail

data

public static java.util.Collection<java.lang.Object[]> data()
Let JUnit run this all on our paths


verifyContent

public void verifyContent()
                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.