org.ops4j.pax.exam
Interface Constants


public interface Constants

Pax Exam related constants.

Since:
0.5.0, April 22, 2009
Author:
Alin Dreghiciu (adreghiciu@gmail.com)

Field Summary
static long NO_WAIT
          Timeout specifing that there should be no waiting.
static int START_LEVEL_SYSTEM_BUNDLES
          The start level at which Pax Exam system bundles are to be started.
static int START_LEVEL_TEST_BUNDLE
          The start level at which Pax Exam test bundle is to be started.
static long WAIT_5_MINUTES
          Timeout specifing that it should wait .
static long WAIT_FOREVER
          Timeout specifing that it should wait forever.
 

Field Detail

START_LEVEL_SYSTEM_BUNDLES

static final int START_LEVEL_SYSTEM_BUNDLES
The start level at which Pax Exam system bundles are to be started.

See Also:
Constant Field Values

START_LEVEL_TEST_BUNDLE

static final int START_LEVEL_TEST_BUNDLE
The start level at which Pax Exam test bundle is to be started.

See Also:
Constant Field Values

NO_WAIT

static final long NO_WAIT
Timeout specifing that there should be no waiting.

See Also:
Constant Field Values

WAIT_FOREVER

static final long WAIT_FOREVER
Timeout specifing that it should wait forever.

See Also:
Constant Field Values

WAIT_5_MINUTES

static final long WAIT_5_MINUTES
Timeout specifing that it should wait .

See Also:
Constant Field Values


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.