Lucene.Net.Randomized.RandomizedContext.RandomizedContext C# (CSharp) Method

RandomizedContext() private method

private RandomizedContext ( ThreadGroup group, Type suiteClass, RandomizedRunner runner ) : Lucene.Net.Support
group ThreadGroup
suiteClass System.Type
runner RandomizedRunner
return Lucene.Net.Support
        private RandomizedContext(ThreadGroup group, Type suiteClass, RandomizedRunner runner)
        {
            this.threadGroup = group;
            this.suiteClass = suiteClass;
            this.runner = runner;
        }