Class TestFixture
- java.lang.Object
-
- org.camunda.bpm.qa.rolling.update.TestFixture
-
public class TestFixture extends java.lang.Object
Sets up scenarios for rolling updates.- Author:
- Thorben Lindhauer, Christopher Zell
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
currentFixtureTag
static java.lang.String
DEFAULT_TAG
-
Constructor Summary
Constructors Constructor Description TestFixture(ProcessEngine processEngine)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
DEFAULT_TAG
public static final java.lang.String DEFAULT_TAG
- See Also:
- Constant Field Values
-
currentFixtureTag
public static java.lang.String currentFixtureTag
-
-
Constructor Detail
-
TestFixture
public TestFixture(ProcessEngine processEngine)
-
-