| java.lang.Object org.apache.derbyTesting.functionTests.harness.MultiTest
MultiTest | public class MultiTest (Code) | | MultiTest is a multiuser test harness. It
runs multiple threads with differing scripts
against an embedded server. For syntax see
grammar.jj
Tests are ended as soon as an unexpected error
has occurred or after the specified test duration
has transpired. The main loop ends by explicitly
quitting (i.e. doing a System.exit()).
Deprecated APIs: this test uses AppStreamWriter instead
of the preferred AppStreamWriter. This is because utilMain()
uses AppStreamWriter (deliberately, i think) so since
that is called from this, there you have it.
|
Method Summary | |
public static boolean | allAlive(Thread[] threads) Search through the list of threads and see
if they are all alive. | public static boolean | allDead(Thread[] threads) Search through the list of threads and see
if they are all alive. | public static void | main(String[] args) | public static void | syntax() |
MultiTest | public MultiTest()(Code) | | |
allAlive | public static boolean allAlive(Thread[] threads)(Code) | | Search through the list of threads and see
if they are all alive.
|
allDead | public static boolean allDead(Thread[] threads)(Code) | | Search through the list of threads and see
if they are all alive.
|
syntax | public static void syntax()(Code) | | |
|
|