Package org.jboss.windup.testutil.html
Class TestDependencyGraphReportUtil
- java.lang.Object
-
- org.jboss.windup.testutil.html.TestReportUtil
-
- org.jboss.windup.testutil.html.TestChromeDriverReportUtil
-
- org.jboss.windup.testutil.html.TestDependencyGraphReportUtil
-
public class TestDependencyGraphReportUtil extends TestChromeDriverReportUtil
Contains methods for testing the Dependency Graph report.- Author:
- mrizzi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.windup.testutil.html.TestReportUtil
TestReportUtil.WindupHtmlUnitDriver
-
-
Field Summary
-
Fields inherited from class org.jboss.windup.testutil.html.TestReportUtil
driver
-
-
Constructor Summary
Constructors Constructor Description TestDependencyGraphReportUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfArchivesInTheGraph()longgetNumberOfArchivesInTheGraphByName(String withName)intgetNumberOfRelationsInTheGraph()-
Methods inherited from class org.jboss.windup.testutil.html.TestChromeDriverReportUtil
loadPage
-
Methods inherited from class org.jboss.windup.testutil.html.TestReportUtil
getDriver
-
-
-
-
Method Detail
-
getNumberOfArchivesInTheGraph
public int getNumberOfArchivesInTheGraph()
-
getNumberOfArchivesInTheGraphByName
public long getNumberOfArchivesInTheGraphByName(String withName)
-
getNumberOfRelationsInTheGraph
public int getNumberOfRelationsInTheGraph()
-
-