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

com.fillumina.performance.producer.TestContainer Maven / Gradle / Ivy

Go to download

Configurable tool to easily compare performances of different code snippets and to take performance telemetry of a running application.

The newest version!
package com.fillumina.performance.producer;

/**
 *
 * @author Francesco Illuminati
 */
public interface TestContainer {

    /**
     * The specified test will not be executed
     * (use this instead of commenting out the line).
     */
    TestContainer ignoreTest(final String name, final Runnable test);

    /**
     * Add a named test.
     */
    TestContainer addTest(final String name, final Runnable test);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy