C# 클래스 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.
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
PublicTest ( string test ) : void

보호된 메소드들

메소드 설명
ProtectedTest ( int test ) : void

메소드 상세

ProtectedTest() 보호된 메소드

protected ProtectedTest ( int test ) : void
test int
리턴 void

PublicTest() 공개 메소드

public PublicTest ( string test ) : void
test string
리턴 void