* namespaces are not supported, no elements should be in the iteration.
*/
@Test
public void testIterateWithPrefixTest()
{
NodeNameTest test = new NodeNameTest(new QName("prefix", "*"));
ConfigurationNodeIteratorChildren<ImmutableNode> it =
new ConfigurationNodeIteratorChildren<ImmutableNode>(
rootPointer, test, false, null);
assertNull("Undefined node pointer not returned", it.getNodePointer());
assertEquals("Prefix was not evaluated", 0, iteratorSize(it));