hudson.plugins.javatest_report
Class Test

java.lang.Object
  extended by hudson.plugins.javatest_report.TestObject<S>
      extended by hudson.plugins.javatest_report.TestCollection<Test,TestCase>
          extended by hudson.plugins.javatest_report.Test
All Implemented Interfaces:
hudson.model.ModelObject

public class Test
extends TestCollection<Test,TestCase>

A Test is a set of TestCases.

It is also counted as a runnable test by itself, if there are no testcases.

Author:
Rama Pulavarthi

Constructor Summary
Test()
           
 
Method Summary
 java.lang.String getChildTitle()
          Returns the caption of the children.
 int getFailCount()
           
 int getSkippedCount()
           
 int getTotalCount()
           
 
Methods inherited from class hudson.plugins.javatest_report.TestCollection
add, get, getChildren, getDynamic, getFailedTests, getPackages, getPackageTests, getSkippedTests
 
Methods inherited from class hudson.plugins.javatest_report.TestObject
addAttribute, getAge, getDescription, getDisplayName, getFailedSince, getId, getName, getOwner, getPreviousResult, getStatus, getStatusMessage, setDescription, setId, setName, setStatusString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

getChildTitle

public java.lang.String getChildTitle()
Description copied from class: TestCollection
Returns the caption of the children. Used in the view.

Specified by:
getChildTitle in class TestCollection<Test,TestCase>

getTotalCount

public int getTotalCount()
Overrides:
getTotalCount in class TestCollection<Test,TestCase>

getFailCount

public int getFailCount()
Overrides:
getFailCount in class TestCollection<Test,TestCase>

getSkippedCount

public int getSkippedCount()
Overrides:
getSkippedCount in class TestCollection<Test,TestCase>


Copyright © 2004-2011. All Rights Reserved.