public static class SurefireReporter.TestSuite extends Object
Constructor and Description |
---|
TestSuite(Class<?> embeddableClass,
SurefireReporter.TestCaseNamingStrategy namingStrategy,
List<PerformableTree.PerformableStory> stories,
boolean includeProperties) |
Modifier and Type | Method and Description |
---|---|
int |
getErrors() |
int |
getFailures() |
String |
getName() |
Properties |
getProperties() |
int |
getSkipped() |
List<SurefireReporter.TestCase> |
getTestCases() |
int |
getTests() |
long |
getTime() |
String |
toString() |
public TestSuite(Class<?> embeddableClass, SurefireReporter.TestCaseNamingStrategy namingStrategy, List<PerformableTree.PerformableStory> stories, boolean includeProperties)
public String getName()
public long getTime()
public int getTests()
public int getSkipped()
public int getErrors()
public int getFailures()
public Properties getProperties()
public List<SurefireReporter.TestCase> getTestCases()
Copyright © 2003–2021. All rights reserved.