Package 

Object ProcessEngineCoverageExtension.Builder.Companion

    • Constructor Detail

    • 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