Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler

Packages that use SynchronousDestinationTestCallback.SyncHandler
com.liferay.portal.kernel.test.rule.callback   
com.liferay.portal.test.rule.callback   
 

Uses of SynchronousDestinationTestCallback.SyncHandler in com.liferay.portal.kernel.test.rule.callback
 

Methods in com.liferay.portal.kernel.test.rule.callback that return SynchronousDestinationTestCallback.SyncHandler
 SynchronousDestinationTestCallback.SyncHandler SynchronousDestinationTestCallback.beforeClass(org.junit.runner.Description description)
           
 SynchronousDestinationTestCallback.SyncHandler SynchronousDestinationTestCallback.beforeMethod(org.junit.runner.Description description, Object target)
           
 

Methods in com.liferay.portal.kernel.test.rule.callback with parameters of type SynchronousDestinationTestCallback.SyncHandler
 void SynchronousDestinationTestCallback.afterClass(org.junit.runner.Description description, SynchronousDestinationTestCallback.SyncHandler syncHandler)
           
 void SynchronousDestinationTestCallback.afterMethod(org.junit.runner.Description description, SynchronousDestinationTestCallback.SyncHandler syncHandler, Object target)
           
 

Uses of SynchronousDestinationTestCallback.SyncHandler in com.liferay.portal.test.rule.callback
 

Methods in com.liferay.portal.test.rule.callback that return SynchronousDestinationTestCallback.SyncHandler
 SynchronousDestinationTestCallback.SyncHandler SynchronousMailTestCallback.beforeClass(org.junit.runner.Description description)
           
 

Methods in com.liferay.portal.test.rule.callback with parameters of type SynchronousDestinationTestCallback.SyncHandler
 void SynchronousMailTestCallback.afterClass(org.junit.runner.Description description, SynchronousDestinationTestCallback.SyncHandler syncHandler)
           
 void SynchronousMailTestCallback.afterMethod(org.junit.runner.Description description, SynchronousDestinationTestCallback.SyncHandler syncHandler, Object target)
           
 


Liferay 7.0-ce-b4