Uses of Class
org.testng.collections.SetMultiMap
-
Packages that use SetMultiMap Package Description org.testng.collections org.testng.reporters org.testng.reporters.jq -
-
Uses of SetMultiMap in org.testng.collections
Methods in org.testng.collections that return SetMultiMap Modifier and Type Method Description static <K,V>
SetMultiMap<K,V>Maps. newSetMultiMap()
-
Uses of SetMultiMap in org.testng.reporters
Methods in org.testng.reporters with parameters of type SetMultiMap Modifier and Type Method Description private void
JUnitReportReporter. addMapping(SetMultiMap<java.lang.Class<?>,ITestNGMethod> mapping, java.util.Collection<ITestNGMethod> methods)
-
Uses of SetMultiMap in org.testng.reporters.jq
Fields in org.testng.reporters.jq declared as SetMultiMap Modifier and Type Field Description private SetMultiMap<java.lang.String,java.lang.String>
Model. m_groupsBySuiteName
private SetMultiMap<java.lang.String,java.lang.String>
Model. m_methodsByGroup
-