org.apache.sling.junit.remote.testrunner
Interface SlingTestsCountChecker


public interface SlingTestsCountChecker

Tests classes can implement this interface to check the number of tests that are executed remotely. This is useful when tests are loaded dynamically, to check that all the required tests have indeed been executed, for example in continuous integration.


Method Summary
 void checkNumberOfTests(int numberOfTestsExecuted)
           
 

Method Detail

checkNumberOfTests

void checkNumberOfTests(int numberOfTestsExecuted)


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