org.ops4j.pax.exam.junit.extender
Class Constants

java.lang.Object
  extended by org.ops4j.pax.exam.junit.extender.Constants

public class Constants
extends java.lang.Object

Constants related to on the fly created test bundle.

Since:
0.3.0, December 13, 2008
Author:
Alin Dreghiciu (adreghiciu@gmail.com)

Field Summary
static java.lang.String PROBE_SYMBOLICNAME
          Test bundle symbolic name.
static java.lang.String PROBE_TEST_CLASS
          Manifest header specifying the full qualified name of the test class.
static java.lang.String PROBE_TEST_METHOD
          Manifest header specifying the test method name in the test class.
static java.lang.String TEST_CASE_ATTRIBUTE
          Test class name service attribute.
static java.lang.String TEST_METHOD_ATTRIBUTE
          Test method name service attribute.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROBE_TEST_CLASS

public static final java.lang.String PROBE_TEST_CLASS
Manifest header specifying the full qualified name of the test class.

See Also:
Constant Field Values

PROBE_TEST_METHOD

public static final java.lang.String PROBE_TEST_METHOD
Manifest header specifying the test method name in the test class.

See Also:
Constant Field Values

PROBE_SYMBOLICNAME

public static final java.lang.String PROBE_SYMBOLICNAME
Test bundle symbolic name.

See Also:
Constant Field Values

TEST_CASE_ATTRIBUTE

public static final java.lang.String TEST_CASE_ATTRIBUTE
Test class name service attribute.

See Also:
Constant Field Values

TEST_METHOD_ATTRIBUTE

public static final java.lang.String TEST_METHOD_ATTRIBUTE
Test method name service attribute.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


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