C# Класс Lucene.Net.Analysis.CharFilters.HTMLStripCharFilterTest

Наследование: BaseTokenStreamTestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
AssertHTMLStripsTo ( TextReader input, string gold, ISet escapedTags ) : void
AssertHTMLStripsTo ( string input, string gold, ISet escapedTags ) : void
DoTestOffsets ( string @in ) : void

Приватные методы

Метод Описание
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

Описание методов

AssertHTMLStripsTo() публичный статический Метод

public static AssertHTMLStripsTo ( TextReader input, string gold, ISet escapedTags ) : void
input TextReader
gold string
escapedTags ISet
Результат void

AssertHTMLStripsTo() публичный статический Метод

public static AssertHTMLStripsTo ( string input, string gold, ISet escapedTags ) : void
input string
gold string
escapedTags ISet
Результат void

DoTestOffsets() публичный Метод

public DoTestOffsets ( string @in ) : void
@in string
Результат void