blob: b7c78d0f0969e2ab5cfadc93ff27c6b4678a9795 [file] [log] [blame]
package org.apache.sling.performance;
/**
* Interface to be implemented by a class with PerformanceTests.
* <p></p>The provided method @{link #testCaseName()} exposes the possibility to give a name to each instance of the
* implementing class</p>
*/
public interface IdentifiableTestClass {
public String testClassName();
}