C# 클래스 Lucene.Net.Analysis.CharFilters.HTMLStripCharFilterTest

상속: BaseTokenStreamTestCase
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
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