Class XmlReportTest

java.lang.Object
com.reallifedeveloper.maven.jdepend.xml.XmlReportTest

public class XmlReportTest extends Object
  • 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()