Class UnitTestActivityReporter

    • Constructor Detail

      • UnitTestActivityReporter

        @DataBoundConstructor
        public UnitTestActivityReporter​(String applicationName,
                                        String applicationVersion,
                                        String applicationComponent)
    • Method Detail

      • getTestCoverage

        public float getTestCoverage()
      • setTestCoverage

        @DataBoundSetter
        public void setTestCoverage​(float testCoverage)
      • getTestsPassed

        public int getTestsPassed()
      • setTestsPassed

        @DataBoundSetter
        public void setTestsPassed​(int testsPassed)
      • getTestsFailed

        public int getTestsFailed()
      • setTestsFailed

        @DataBoundSetter
        public void setTestsFailed​(int testsFailed)
      • getTestsIgnored

        public int getTestsIgnored()
      • setTestsIgnored

        @DataBoundSetter
        public void setTestsIgnored​(int testsIgnored)