![JAR search and dependency download from the Maven repository](/logo.png)
org.aludratest.log4testing.TestSuiteLog Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of log4testing Show documentation
Show all versions of log4testing Show documentation
A configurable Logging Framework for generic test execution logging. Supports several output formats, including XML and HTML, and can be connected to different testing frameworks.
package org.aludratest.log4testing;
import java.util.List;
public interface TestSuiteLog extends NamedTestLogElement {
TestSuiteLog getParent();
List extends TestSuiteLog> getChildSuites();
List extends TestCaseLog> getTestCases();
TestSuiteStatistics gatherStatistics();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy