public void testFoo()
{
Relocator relocator = new Relocator( "shadefire" );
String cn = "org.apache.maven.surefire.report.ForkingConsoleReporter";
assertEquals( "org.apache.maven.surefire.shadefire.report.ForkingConsoleReporter", relocator.relocate( cn ) );
}
public void testRelocation()
{
Relocator relocator = new Relocator( "shadefire" );