@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface ReplicateOnEachVm
Replicates the test class on each concurrent forked JVM. If only a single JVM is used for running tests, this annotation has no effect.
The purpose of this annotation is to, for example, replicate a single test suite across multiple forked JVMs and then selectively ignore or execute tests on each JVM, depending on its number, providing poor-man's load balancing for individual test cases (test suites are balanced by the framework itself).
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.