Lucene.Net.TestWorstCaseTestBehavior.TestUncaughtException C# (CSharp) Method

TestUncaughtException() private method

private TestUncaughtException ( ) : void
return void
        public virtual void TestUncaughtException()
        {
            ThreadClass t = new ThreadAnonymousInnerClassHelper2(this);
            t.Start();
            t.Join();
        }