String displayName = String.format( "%s[%s]", name, platformName );
PlatformTestCase platformTest = (PlatformTestCase) type.getConstructors()[ 0 ].newInstance( properties, displayName, name, pipes.get( name ) );
platformTest.installPlatform( testPlatform );
suite.addTest( platformTest );
}
}