C# Class Lucene.Net.Contrib.Tests.TestBase

Datei anzeigen Open project: synhershko/Lucene.Net.Contrib

Protected Methods

Method Description
GetTestFile ( string fileName ) : FileStream
assertEquals ( int strOff, int correctedOff ) : void
assertTrue ( string p0, bool p1 ) : void

Method Details

GetTestFile() protected static method

protected static GetTestFile ( string fileName ) : FileStream
fileName string
return System.IO.FileStream

assertEquals() protected static method

protected static assertEquals ( int strOff, int correctedOff ) : void
strOff int
correctedOff int
return void

assertTrue() protected static method

protected static assertTrue ( string p0, bool p1 ) : void
p0 string
p1 bool
return void