public class AtlassianPluginsTestRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
AtlassianPluginsTestRunner(Class<?> klass)
Creates a BlockJUnit4ClassRunner to run
klass |
| Modifier and Type | Method and Description |
|---|---|
protected TestResultDetailRepresentation |
parseTestResultsFromJsonString(String rawResponse) |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
validateConstructor(List<Throwable> errors) |
collectInitializationErrors, computeTestMethods, createTest, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutchildrenInvoker, classBlock, classRules, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, order, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolationpublic AtlassianPluginsTestRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
klassorg.junit.runners.model.InitializationError - if the test class is malformed.public void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected void validateConstructor(List<Throwable> errors)
validateConstructor in class org.junit.runners.BlockJUnit4ClassRunnerprotected TestResultDetailRepresentation parseTestResultsFromJsonString(String rawResponse) throws IOException
IOExceptionCopyright © 2024 Atlassian. All rights reserved.