public class JUnit4TestCaseProvider extends Object implements com.atlassian.buildeng.hallelujah.api.server.ServerTestCaseProvider
Constructor and Description |
---|
JUnit4TestCaseProvider(org.junit.runner.Description description)
Constructor that resolves testCaseNames from the description tree of a test suite.
|
JUnit4TestCaseProvider(List<com.atlassian.buildeng.hallelujah.api.model.TestCaseName> tests) |
Modifier and Type | Method and Description |
---|---|
void |
addTest(com.atlassian.buildeng.hallelujah.api.model.TestCaseName testCaseName) |
List<com.atlassian.buildeng.hallelujah.api.model.TestCaseName> |
getInitialTests() |
com.atlassian.buildeng.hallelujah.api.model.TestCaseName |
getNextTestCaseName() |
int |
numRemainingTests() |
public JUnit4TestCaseProvider(List<com.atlassian.buildeng.hallelujah.api.model.TestCaseName> tests)
public JUnit4TestCaseProvider(org.junit.runner.Description description)
description
- public com.atlassian.buildeng.hallelujah.api.model.TestCaseName getNextTestCaseName()
getNextTestCaseName
in interface com.atlassian.buildeng.hallelujah.api.server.ServerTestCaseProvider
public int numRemainingTests()
numRemainingTests
in interface com.atlassian.buildeng.hallelujah.api.server.ServerTestCaseProvider
public void addTest(com.atlassian.buildeng.hallelujah.api.model.TestCaseName testCaseName)
addTest
in interface com.atlassian.buildeng.hallelujah.api.server.ServerTestCaseProvider
public List<com.atlassian.buildeng.hallelujah.api.model.TestCaseName> getInitialTests()
getInitialTests
in interface com.atlassian.buildeng.hallelujah.api.server.ServerTestCaseProvider
Copyright © 2003–2016 Atlassian. All rights reserved.