Closed kingargyle closed 7 years ago
Implement a Unit testing framework for CSS. Mainly to make sure that items don't get missed and that definitions are set as expected.
http://cssparser.sourceforge.net/gettingStarted.html
CSS parser, that creates DOM Level 2 tree, which can then be input to XMLUnit and use XPath to verify the contents.
Completed.
Implement a Unit testing framework for CSS. Mainly to make sure that items don't get missed and that definitions are set as expected.