Uses of Class
com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
-
Packages that use TPTTestCase Package Description com.piketec.jenkins.plugins.tpt.publisher -
-
Uses of TPTTestCase in com.piketec.jenkins.plugins.tpt.publisher
Methods in com.piketec.jenkins.plugins.tpt.publisher that return TPTTestCase Modifier and Type Method Description TPTTestCase[]
TPTReportPage. getFailedTests()
Methods in com.piketec.jenkins.plugins.tpt.publisher with parameters of type TPTTestCase Modifier and Type Method Description void
TPTReportPage. setFailedTests(TPTTestCase[] failedTests)
Set the list of failed test casesConstructors in com.piketec.jenkins.plugins.tpt.publisher with parameters of type TPTTestCase Constructor Description TPTReportPage(Run<?,?> build, TPTTestCase[] failedTests, TPTFile[] tptFiles)
Creates a new TPTRportPage
-