Package | Description |
---|---|
org.testng | |
org.testng.collections | |
org.testng.internal | |
org.testng.reporters | |
org.testng.reporters.jq | |
org.testng.xml |
Modifier and Type | Field and Description |
---|---|
private ListMultiMap<java.lang.String,ITestNGMethod> |
DependencyMap.m_dependencies |
private ListMultiMap<java.lang.String,ITestNGMethod> |
DependencyMap.m_groups |
private ListMultiMap<java.lang.Class<? extends com.google.inject.Module>,com.google.inject.Module> |
TestRunner.m_guiceModules |
Modifier and Type | Method and Description |
---|---|
static <K,V> ListMultiMap<K,V> |
ListMultiMap.create()
Deprecated.
|
static <K,V> ListMultiMap<K,V> |
Maps.newListMultiMap() |
static <K,V> ListMultiMap<K,V> |
Maps.newSortedListMultiMap() |
Modifier and Type | Field and Description |
---|---|
private ListMultiMap<java.lang.String,XmlInclude> |
XmlMethodSelector.m_includedMethods |
Modifier and Type | Method and Description |
---|---|
private static ListMultiMap<ITestNGMethod,ITestNGMethod> |
DynamicGraphHelper.createClassDependencies(ITestNGMethod[] methods,
XmlTest test) |
private static ListMultiMap<ITestNGMethod,ITestNGMethod> |
DynamicGraphHelper.createInstanceDependencies(ITestNGMethod[] methods) |
Modifier and Type | Method and Description |
---|---|
private long |
JUnitReportReporter.getNextConfiguration(ListMultiMap<java.lang.Object,ITestResult> configurations,
ITestResult tr)
Add the time of the configuration method to this test method.
|
Modifier and Type | Field and Description |
---|---|
private ListMultiMap<ISuite,ITestResult> |
Model.m_model |
private ListMultiMap<java.lang.Class<?>,ITestResult> |
ResultsByClass.m_results |
Modifier and Type | Field and Description |
---|---|
private ListMultiMap<java.lang.String,java.lang.String> |
Parameters.m_allParameters |
private ListMultiMap<java.lang.String,java.lang.String> |
Parameters.m_localParameters |