public void testAlwaysFails()

in src/main/java/org/apache/sling/junit/remote/exported/ExampleRemoteTest.java [52:54]


    public void testAlwaysFails() {
        fail("This test always fails");
    }