Method Summary |
|
protected void | setUp() |
public void | testAddRule01() Several rules (selector - property list pairs) in one string. |
public void | testAddRule02() Several properties defined for one selector. |
public void | testAddRule03() Tests that addRule uses addCSSAttribute
to fill the attribute set. |
public void | testAddRule04() Tests that addRule calls addStyle to actually
add the rule. |
public void | testAddRule05() Tests that addRule stores rule as Style. |
public void | testAddRule06() Adding Style IS/IS NOT equivalent to adding a rule. |
public void | testAddRule07() Adding a property with several selectors. |
public void | testAddRule08() Tags are not case-sensitive in HTML. |
public void | testAddRule09() Classes are case-sensitive. |
public void | testAddRule10() ids are case-sensitive. |
public void | testGetDeclaration01() Parses one property using addCSSAttribute to add
the attribute to the set. |
public void | testGetDeclaration02() Parses several properties at once. |