| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.test.processor.performance
junit.framework.Assert
|
+--junit.framework.TestCase
|
+--com.newstep.solid.test.processor.performance.SanityTest
All Implemented Interfaces:
Test
public class SanityTest
Class that runs sanity tests only
| Method Summary |
public static Test |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public static Test suite ()
Static.
public void testAllSenders ()
Multiple message producers sending messages to a combination of sequential and
non-sequential event handlers
Throws:
ExecutionException,ExecutableException
Custom properties
noinspection:
MismatchedQueryAndUpdateOfCollection
public void testLargeMessageVolume ()
Multiple message producers sending large event volumes to a combination of
sequential/non-sequential event handlers
Throws:
ExecutionException,ExecutableException
Custom properties
noinspection:
MismatchedQueryAndUpdateOfCollection
testLargeVolumeMultipleSequentialSenders
public void testLargeVolumeMultipleSequentialSenders ()
Multiple message producers sending events to multiple sequential event handlers
Throws:
ExecutionException,ExecutableException
Custom properties
noinspection:
MismatchedQueryAndUpdateOfCollection
testMultipleSequentialSenders
public void testMultipleSequentialSenders ()
Multiple message producers sending events to multiple sequential event handlers
Throws:
ExecutionException,ExecutableException
Custom properties
noinspection:
MismatchedQueryAndUpdateOfCollection
testSingleNonSequentialSender
public void testSingleNonSequentialSender ()
A single message producer sending events to a single non-sequential event handler
Throws:
ExecutionException,ExecutableException
Custom properties
noinspection:
MismatchedQueryAndUpdateOfCollection
testSingleSequentialSender
public void testSingleSequentialSender ()
A single message producer sending events to a single sequential event handler
Throws:
ExecutionException,ExecutableException
Custom properties
noinspection:
MismatchedQueryAndUpdateOfCollection
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|