com.jtstand.AbstractTestSequenceInstanceProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jtstand-core Show documentation
Show all versions of jtstand-core Show documentation
jtstand-core is the core module of JTStand.
/*
* 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);
}