C# Class Lucene.Net.Analysis.CharFilters.HTMLStripCharFilterTest

Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
AssertHTMLStripsTo ( TextReader input, string gold, ISet escapedTags ) : void
AssertHTMLStripsTo ( string input, string gold, ISet escapedTags ) : void
DoTestOffsets ( string @in ) : void

Private Methods

Method Description
AppendChars ( StringBuilder testBuilder, int numChars ) : void
AssertLegalOffsets ( string @in ) : void
NewTestAnalyzer ( ) : Analyzer
Test ( ) : void
TestBR ( ) : void
TestBufferOverflow ( ) : void
TestCDATA ( ) : void
TestCloseBR ( ) : void
TestComment ( ) : void
TestEntities ( ) : void
TestEscapeBR ( ) : void
TestEscapeScript ( ) : void
TestEscapeStyle ( ) : void
TestGamma ( ) : void
TestHTML ( ) : void
TestInlineTagsNoSpace ( ) : void
TestLegalOffsets ( ) : void
TestMSWord14GeneratedHTML ( ) : void
TestMSWordMalformedProcessingInstruction ( ) : void
TestMalformedHTML ( ) : void
TestMoreEntities ( ) : void
TestOffsets ( ) : void
TestRandom ( ) : void
TestRandomBrokenHTML ( ) : void
TestRandomHugeStrings ( ) : void
TestRandomText ( ) : void
TestReserved ( ) : void
TestScriptQuotes ( ) : void
TestServerSideIncludes ( ) : void
TestStyle ( ) : void
TestSupplementaryCharsInTags ( ) : void
TestUTF16Surrogates ( ) : void
TestUnclosedAngleBang ( ) : void
TestUppercaseCharacterEntityVariants ( ) : void

Method Details

AssertHTMLStripsTo() public static method

public static AssertHTMLStripsTo ( TextReader input, string gold, ISet escapedTags ) : void
input TextReader
gold string
escapedTags ISet
return void

AssertHTMLStripsTo() public static method

public static AssertHTMLStripsTo ( string input, string gold, ISet escapedTags ) : void
input string
gold string
escapedTags ISet
return void

DoTestOffsets() public method

public DoTestOffsets ( string @in ) : void
@in string
return void