in junit-addons/src/main/java/org/apache/directory/junit/tools/MultiThreadedMultiInvoker.java [66:71]
public MultiThreadedMultiInvoker( boolean threadSafe )
{
this.numThreads = threadSafe ? getSystemIntProperty( "mtmi.threads", 1 ) : 1;
this.numInvocationsPerThread = getSystemIntProperty( "mtmi.invocations", 1 );
this.trace = getSystemBoolProperty( "mtmi.trace", false );
}