Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.test.processor.performance
Class SanityTest
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
Method Detail
suite
public static Test suite ()
 
Static.
 

testAllSenders
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
 

testLargeMessageVolume
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
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD