-
- All Implemented Interfaces:
public class ProcessEngineCoverageExtension.Builder.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringDEFAULT_ASSERT_AT_LEAST_PROPERTYpublic final static ProcessEngineCoverageExtension.Builder.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetDEFAULT_ASSERT_AT_LEAST_PROPERTY()If you set this property to a ratio (e.g. -
-
Method Detail
-
getDEFAULT_ASSERT_AT_LEAST_PROPERTY
final String getDEFAULT_ASSERT_AT_LEAST_PROPERTY()
If you set this property to a ratio (e.g. "1.0" for full coverage), the Extension will fail the test run if the coverage is less.<br></br> Example parameter for running java:<br></br>
-Dorg.camunda.bpm.extension.process_test_coverage.ASSERT_AT_LEAST=1.0
-
-
-
-