TestParser tp = (TestParser) th;
th.process( tm01 );
assertEquals( "TestParser:new, process:[Template[p:[]]], ", tp.toString() );
th.complete( ListUtil.make( tm01 ) );
assertEquals( "TestParser:new, process:[Template[p:[]]], complete:[[Template[p:[]]]], ", tp.toString() );
}
}