Class UseCodeCoverage

java.lang.Object
dev.galasa.framework.spi.cps.CpsProperties
dev.galasa.java.internal.properties.UseCodeCoverage

public class UseCodeCoverage extends dev.galasa.framework.spi.cps.CpsProperties
Use Jacoco code coverage
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @javax.validation.constraints.NotNull boolean
    get()
     

    Methods inherited from class dev.galasa.framework.spi.cps.CpsProperties

    getIntWithDefault, getStringList, getStringListWithDefault, getStringNulled, getStringWithDefault

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UseCodeCoverage

      public UseCodeCoverage()
  • Method Details