/* This is silly, but coverage testing is not happy that our
* constant-defining classes are never constructed. So here we go,
* just to mark it off the list...
*/
WstxInputProperties fooin = new WstxInputProperties();
WstxOutputProperties fooout = new WstxOutputProperties();
// These just to keep compilers/FindBugs etc happy
assertNotNull(fooin);
assertNotNull(fooout);
}