}
@Test
public void testSetConfiguration() throws Throwable {
VAPChannel vAPChannel = new VAPChannel(new Base1Packager());
vAPChannel.setSocketFactory(new SunJSSESocketFactory());
vAPChannel.setConfiguration(new SimpleConfiguration());
assertEquals("vAPChannel.srcid", "000000", vAPChannel.srcid);
assertEquals("vAPChannel.dstid", "000000", vAPChannel.dstid);
assertEquals("vAPChannel.getMaxPacketLength()", 100000, vAPChannel.getMaxPacketLength());
assertEquals("vAPChannel.getPort()", 0, vAPChannel.getPort());