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

com.jtstand.AbstractTestSequenceInstanceProcessor Maven / Gradle / Ivy

There is a newer version: 1.5.13
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.jtstand;

/**
 *
 * @author albert_kurucz
 */
abstract public class AbstractTestSequenceInstanceProcessor {

    abstract public void process(TestSequenceInstance seq);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy