public void test_packageT1SIMap()
{
testMethod( "packageT1SIMap", new T1(), false, null );
testMethod( "packageT1SIMap", new T1(), true, "packageT1SIMap" );
testMethod( "packageT1SIMap", new T2(), false, null );
testMethod( "packageT1SIMap", new T2(), true, null );
testMethod( "packageT1SIMap", new T3(), false, null );
testMethod( "packageT1SIMap", new T3(), true, null );
testMethod( "packageT1SIMap", new T1a(), false, null );
testMethod( "packageT1SIMap", new T1a(), true, "packageT1SIMap" );
}