Uses of Interface
org.testng.remote.strprotocol.IMessage

Packages that use IMessage
org.testng.remote.strprotocol   
 

Uses of IMessage in org.testng.remote.strprotocol
 

Subinterfaces of IMessage in org.testng.remote.strprotocol
 interface IStringMessage
          String based protocol main interface to be used with remote listeners.
 

Classes in org.testng.remote.strprotocol that implement IMessage
 class GenericMessage
          A generic message to be used with remote listeners.
 class SuiteMessage
          A IStringMessage implementation for suite running events.
 class TestMessage
          An IStringMessage implementation for test events.
 class TestResultMessage
          An IStringMessage implementation for test results events.
 

Methods in org.testng.remote.strprotocol with parameters of type IMessage
 void StringMessageSenderHelper.sendMessage(IMessage message)
           
 



Copyright © 2010. All Rights Reserved.