Package org.zeromq
Class ZContextTest
- java.lang.Object
-
- org.zeromq.ZContextTest
-
public class ZContextTest extends Object
Tests high-level ZContext class
-
-
Constructor Summary
Constructors Constructor Description ZContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAddingSockets()
void
testConstruction()
void
testDestruction()
void
testRemovingSockets()
void
testShadow()
-
-
-
Method Detail
-
testConstruction
public void testConstruction()
-
testDestruction
public void testDestruction()
-
testAddingSockets
public void testAddingSockets() throws ZMQException
- Throws:
ZMQException
-
testRemovingSockets
public void testRemovingSockets() throws ZMQException
- Throws:
ZMQException
-
testShadow
public void testShadow()
-
-