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

com.consol.citrus.dsl.design.TestBehavior Maven / Gradle / Ivy

There is a newer version: 3.4.1
Show newest version
package com.consol.citrus.dsl.design;

/**
 * Test apply interface applies to test builder classes adding all builder
 * methods to a test builder instance.
 *
 * @author Christoph Deppisch
 * @since 2.3
 */
public interface TestBehavior extends TestDesigner {

    /**
     * Behavior building method.
     */
    void apply(TestDesigner target);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy