public class TestClassAttributes
extends java.lang.Object
| Constructor and Description |
|---|
TestClassAttributes(org.junit.runners.model.TestClass testClass,
ClassResolver classResolver,
DependencyCollector dependencyCollector) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.junit.runners.model.FrameworkMethod> |
getAfterMethods() |
java.util.List<org.junit.runners.model.FrameworkMethod> |
getBeforeMethods() |
java.util.List<ClassWithJavascript> |
getDependencies() |
HTMLFixture |
getHtmlFixture() |
java.util.List<java.lang.String> |
getScripts() |
java.util.List<java.lang.String> |
getScriptsAfter() |
java.util.List<java.lang.String> |
getScriptsBefore() |
ClassWithJavascript |
getStjsClass() |
public TestClassAttributes(org.junit.runners.model.TestClass testClass,
ClassResolver classResolver,
DependencyCollector dependencyCollector)
public java.util.List<java.lang.String> getScripts()
public java.util.List<java.lang.String> getScriptsAfter()
public java.util.List<java.lang.String> getScriptsBefore()
public java.util.List<org.junit.runners.model.FrameworkMethod> getAfterMethods()
public java.util.List<org.junit.runners.model.FrameworkMethod> getBeforeMethods()
public java.util.List<ClassWithJavascript> getDependencies()
public HTMLFixture getHtmlFixture()
public ClassWithJavascript getStjsClass()
Copyright © 2015. All Rights Reserved.