return build(profile, new XmlConfigurationBuilder().build());
}
public static TestRunnerAdaptor build(ContainerProfile profile, Configuration configuration)
{
ProfileBuilder profileBuilder = null;
switch(profile)
{
case STANDALONE:
profileBuilder = new StandaloneProfileBuilder();
break;