Lucene.Net.Search.TestExplanations.TestNoop C# (CSharp) Method

TestNoop() public method

Placeholder: JUnit freaks if you don't have one test ... making class abstract doesn't help
public TestNoop ( ) : void
return void
        public virtual void TestNoop()
        {
            /* NOOP */
        }
    }