Liferay 7.0-ce-b4

com.liferay.portal.kernel.nio.intraband.welder.test
Class WelderTestUtil

java.lang.Object
  extended by com.liferay.portal.kernel.nio.intraband.welder.test.WelderTestUtil

public class WelderTestUtil
extends Object


Constructor Summary
WelderTestUtil()
           
 
Method Summary
static void assertConnectted(ScatteringByteChannel scatteringByteChannel, GatheringByteChannel gatheringByteChannel)
           
static
<T extends Welder>
T
transform(T welder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WelderTestUtil

public WelderTestUtil()
Method Detail

assertConnectted

public static void assertConnectted(ScatteringByteChannel scatteringByteChannel,
                                    GatheringByteChannel gatheringByteChannel)
                             throws Exception
Throws:
Exception

transform

public static <T extends Welder> T transform(T welder)
                                  throws Exception
Throws:
Exception

Liferay 7.0-ce-b4