C# Class Lucene.Net.Util.TestVirtualMethod.BaseTestVirtualMethod

LUCENENET specific class used here because inheriting test classes messes up the context that the tests are run in. So, we substitute a class that has no tests.
Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
PublicTest ( string test ) : void

Protected Methods

Method Description
ProtectedTest ( int test ) : void

Method Details

ProtectedTest() protected method

protected ProtectedTest ( int test ) : void
test int
return void

PublicTest() public method

public PublicTest ( string test ) : void
test string
return void