protected List getChildren()

in src/main/java/org/apache/sling/junit/remote/testrunner/SlingRemoteTestRunner.java [144:151]


    protected List<SlingRemoteTest> getChildren() {
        try {
            maybeExecuteTests();
        } catch(Exception e) {
            throw new Error(e);
        }
        return children;
    }