public MultiThreadedMultiInvoker()

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


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