C# Class ContentFiltering.Test.Html.CSSUtilTest

Mostra file Open project: xwiki-contrib/xwiki-office

Public Methods

Method Description
CSSUtilTest ( ) : System

Default constructor.

Private Methods

Method Description
GenerateInitialElementsForStressTest ( ) : string

Generates a string contaning 30000 HTML paragraphs for the stress test.

GenerateStressTestStyle ( ) : string

Generates 15000 CSS classes and 15000 CSS ids for the stress test.

GlobalSetup ( ) : void
StressTestInlineCSS ( ) : void
TestConvertInlineStylesToCssClasses ( ) : void
TestGroupCSSSelectors ( ) : void
TestInlineCSSMoreRules ( ) : void
TestInlineCSSNoStyleNodes ( ) : void
TestInlineCSSOneStyleNode ( ) : void

Method Details

CSSUtilTest() public method

Default constructor.
public CSSUtilTest ( ) : System
return System