Test results
1 suite
org.wso2.carbon.mediator.publishevent.PublishEventMediatorTest
testDummy
testMediatorFactory
org.wso2.carbon.mediator.publishevent.PublishEventMediatorSyncTest
testMediatorFactorySyncFalse
testMediatorFactorySyncFalseWithTimeout
org.wso2.carbon.mediator.publishevent.publishEventMediatorAsyncTest
testMediatorFactoryAsyncTrue
testMediatorFactoryAsyncTrueWithTimeout
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite thread-count="1" verbose="0" name="Surefire suite" junit="true">
  <test name="Surefire test">
    <classes>
      <class name="org.wso2.carbon.mediator.publishevent.PublishEventMediatorSyncTest"/>
      <class name="org.wso2.carbon.mediator.publishevent.PublishEventMediatorTest"/>
      <class name="org.wso2.carbon.mediator.publishevent.publishEventMediatorAsyncTest"/>
    </classes>
  </test> <!-- Surefire test -->
</suite> <!-- Surefire suite -->
            
Tests for Surefire suite
  • Surefire test (3 classes)
Groups for Surefire suite
Times for Surefire suite
Total running time: 441 ms
Reporter output for Surefire suite
0 ignored methods
Methods in chronological order
org.wso2.carbon.mediator.publishevent.PublishEventMediatorSyncTest
testMediatorFactorySyncFalse 0 ms
testMediatorFactorySyncFalseWithTimeout 4 ms
org.wso2.carbon.mediator.publishevent.PublishEventMediatorTest
testMediatorFactory 215 ms
testDummy 215 ms
org.wso2.carbon.mediator.publishevent.publishEventMediatorAsyncTest
testMediatorFactoryAsyncTrueWithTimeout 221 ms
testMediatorFactoryAsyncTrue 222 ms