* Tests using a not supported test class. This should yield an empty
* iteration.
*/
public void testIterateWithUnknownTest()
{
NodeTest test = new ProcessingInstructionTest("test");
ConfigurationNodeIteratorChildren it = new ConfigurationNodeIteratorChildren(
rootPointer, test, false, null);
assertEquals("Unknown test was not evaluated", 0, iteratorSize(it));
}