C# Class Headless.UnitTests.HtmlElementFinderTests

显示文件 Open project: roryprimrose/Headless

Private Methods

Method Description
AllByAttributeExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
AllByAttributeExecutesCaseInsensitiveQueryTest ( ) : void
AllByAttributeThrowsExceptionWithEmptyAttributeNameTest ( ) : void
AllByAttributeThrowsExceptionWithNullAttributeNameTest ( ) : void
AllByAttributeThrowsExceptionWithWhiteSpaceAttributeNameTest ( ) : void
AllByAttributeWithCaseInsensitiveFlagExecutesCaseInsensitiveQueryTest ( ) : void
AllByAttributeWithCaseSensitiveFlagExecutesCaseSensitiveQueryTest ( ) : void
AllByNameExecutesCaseInsensitiveQueryWithNameFilterTest ( ) : void
AllByNameWithCaseInsensitiveFlagExecutesCaseInsensitiveQueryWithNameFilterTest ( ) : void
AllByNameWithCaseSensitiveFlagExecutesCaseSensitiveQueryWithNameFilterTest ( ) : void
AllByPredicateExecutesReturnsFilteredResultsTest ( ) : void
AllByPredicateThrowsExceptionWithNullPredicateTest ( ) : void
AllByTagNameExecutesCaseInsensitiveQueryWithTagFilterTest ( ) : void
AllByTagNameFailsToResolveElementInXHTMLDocumentTest ( ) : void
AllByTagNameThrowsExceptionWithEmptyTagNameTest ( ) : void
AllByTagNameThrowsExceptionWithNullTagNameTest ( ) : void
AllByTagNameThrowsExceptionWithWhiteSpaceTagNameTest ( ) : void
AllByTextExecutesCaseInsensitiveSearchTest ( ) : void
AllByTextWithCaseInsensitiveFlagExecutesCaseInsensitiveSearchTest ( ) : void
AllByTextWithCaseSensitiveFlagExecutesCaseSensitiveSearchTest ( ) : void
AllByTextWithNullCriteriaMatchesEmptyHtmlElementsTest ( ) : void
AllByValueExecutesCaseInsensitiveQueryWithValueFilterTest ( ) : void
AllByValueWithCaseInsensitiveFlagExecutesCaseInsensitiveQueryWithValueFilterTest ( ) : void
AllByValueWithCaseSensitiveFlagExecutesCaseSensitiveQueryWithValueFilterTest ( ) : void
AllExecutesBaseQueryTest ( ) : void
ByAttributeExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
ByAttributeWithCaseInsensitiveFlagExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
ByAttributeWithCaseSensitiveFlagExecutesCaseSensitiveQueryInNodeContextTest ( ) : void
ByIdExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
ByIdWithCaseInsensitiveFlagExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
ByIdWithCaseSensitiveFlagExecutesCaseSensitiveQueryInNodeContextTest ( ) : void
ByNameExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
ByNameWithCaseInsensitiveFlagExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
ByNameWithCaseSensitiveFlagExecutesCaseSensitiveQueryInNodeContextTest ( ) : void
ByPredicateReturnsMatchingElementTest ( ) : void
ByPredicateThrowsExceptionWithNullPredicateTest ( ) : void
ByTagNameExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
ByTextExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
ByTextWithCaseInsensitiveFlagExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
ByTextWithCaseSensitiveFlagExecutesCaseSensitiveQueryInNodeContextTest ( ) : void
ByValueExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
ByValueWithCaseInsensitiveFlagExecutesCaseInsensitiveQueryInNodeContextTest ( ) : void
ByValueWithCaseSensitiveFlagExecutesCaseSensitiveQueryInNodeContextTest ( ) : void
SingleReturnsSingleElementTest ( ) : void
SingleThrowsExceptionWhenMultipleElementsFoundTest ( ) : void
SingleThrowsExceptionWhenNoElementsFoundTest ( ) : void