Skip navigation links
C G L P R T 

C

com.zingtongroup.paralleljunit - package com.zingtongroup.paralleljunit
 
ConcurrencyTest - Annotation Type in com.zingtongroup.paralleljunit
Normal JUnit Test but it executes the same test method in parallel in separate threads and with separate test class instantiated objects.

G

getDescription() - Method in class com.zingtongroup.paralleljunit.ParallelJUnit
 

L

LoadTest - Annotation Type in com.zingtongroup.paralleljunit
Enables applying a load upon a system under test by enabling the same unit test method to be ran in concurrent parallel threads.

P

ParallelizationTest - Annotation Type in com.zingtongroup.paralleljunit
Executes the test first once to populate caches, then one more time in one single thread to benchmark test duration with execution in a single thread, and lastly executes with multiple threads to check if the execution time is significantly longer with parallel threads.
ParallelJUnit - Class in com.zingtongroup.paralleljunit
Custom JUnit runner for parallel execution of JUnit test methods.
ParallelJUnit(Class<?>) - Constructor for class com.zingtongroup.paralleljunit.ParallelJUnit
 

R

run(RunNotifier) - Method in class com.zingtongroup.paralleljunit.ParallelJUnit
 

T

TestClassInstantiationException - Exception in com.zingtongroup.paralleljunit
Exception thrown when the default parameter-lass constructor of the test class cannot be instantiated.
TestClassInstantiationException(Exception) - Constructor for exception com.zingtongroup.paralleljunit.TestClassInstantiationException
 
TestMethodExecutionDurationCheckFailedException - Exception in com.zingtongroup.paralleljunit
Exception thrown when a test takes longer than the given timeout.
TestMethodExecutionDurationCheckFailedException(String) - Constructor for exception com.zingtongroup.paralleljunit.TestMethodExecutionDurationCheckFailedException
 
TestMethodExecutionException - Exception in com.zingtongroup.paralleljunit
Exception thrown when a test method execution throws an Exception.
TestMethodExecutionException(Exception) - Constructor for exception com.zingtongroup.paralleljunit.TestMethodExecutionException
 
C G L P R T 
Skip navigation links

Copyright © 2020. All rights reserved.