All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.aludratest.log4testing.TestSuiteLog Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.0.2
Show newest version
package org.aludratest.log4testing;

import java.util.List;

public interface TestSuiteLog extends NamedTestLogElement {

	TestSuiteLog getParent();

	List getChildSuites();

	List getTestCases();

	TestSuiteStatistics gatherStatistics();


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy