com.jtstand.AbstractTestSequenceInstanceProcessor Maven / Gradle / Ivy
/*
* 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 - 2024 Weber Informatics LLC | Privacy Policy