public void test2DifferentChannels()
throws ReporterException, IOException
{
reset();
ReportEntry expected = createDefaultReportEntry();
final SimpleReportEntry secondExpected = createAnotherDefaultReportEntry();
new ForkingRunListener( printStream, defaultChannel.intValue() ).testStarting( expected );
new ForkingRunListener( printStream, anotherChannel.intValue() ).testSkipped( secondExpected );