public class JmsRequestProcessorTest
extends Object
This class mocks a JMS connection and tests the JmsRequestProcessor
.
- Author:
- G.J. Schouten
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JmsRequestProcessorTest
public JmsRequestProcessorTest()
-
Method Details
-
setup
@BeforeEach
public void setup()
-
testJmsRequestProcessor
@Test
public void testJmsRequestProcessor()
throws
Exception
- Throws:
Exception
-
testJmsRequestProcessor_NoObjectMessage
@Test
public void testJmsRequestProcessor_NoObjectMessage()
-
testJmsRequestProcessor_NoRequestInMessage
@Test
public void testJmsRequestProcessor_NoRequestInMessage()
throws
Exception
- Throws:
Exception
-
testJmsRequestProcessor_FaultyMessage
@Test
public void testJmsRequestProcessor_FaultyMessage()
throws
Exception
- Throws:
Exception