public MultiThreadedMultiInvoker()

in junit-addons/src/main/java/org/apache/directory/junit/tools/MultiThreadedMultiInvoker.java [112:118]


    public MultiThreadedMultiInvoker( int numThreads, int numInvocationsPerThread, boolean trace )
    {
        super();
        this.numThreads = numThreads;
        this.numInvocationsPerThread = numInvocationsPerThread;
        this.trace = trace;
    }