}
public void test_Unexistent()
{
testMethod( "unexistent", new T1(), false, null );
testMethod( "unexistent", new T1(), true, null );
testMethod( "unexistent", new T2(), false, null );
testMethod( "unexistent", new T2(), true, null );
testMethod( "unexistent", new T3(), false, null );
testMethod( "unexistent", new T3(), true, null );
}