NineWorlds / xstreamer

XStreamer X-Wing Squad and Imperial Assault Army Helper for Twitch and YouTube Streamers
MIT License
8 stars 3 forks source link

Implement Unit Testing Framework for CSS #57

Closed kingargyle closed 6 years ago

kingargyle commented 6 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.

kingargyle commented 6 years ago

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.

kingargyle commented 6 years ago

Completed.