Class XmlReportTest
java.lang.Object
com.reallifedeveloper.maven.jdepend.xml.XmlReportTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XmlReportTest
public XmlReportTest()
-
-
Method Details
-
init
@BeforeEach public void init() -
packagesWithoutErrorShouldFindAllNonErrorPackages
@Test public void packagesWithoutErrorShouldFindAllNonErrorPackages() -
packagesWithtErrorShouldFindAllErrorPackages
@Test public void packagesWithtErrorShouldFindAllErrorPackages() -
findPackageWithCycleShouldFindPackageWithCycle
@Test public void findPackageWithCycleShouldFindPackageWithCycle() -
findPackageWithCycleShouldReturnEmptyForPackageWithNoCycle
@Test public void findPackageWithCycleShouldReturnEmptyForPackageWithNoCycle()
-