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