package testtool.Main; import java.util.Collection; /** * * This is the basic practice test object * Derived from an FMSL opaque type. * * @author * @version * **/ public class Practice { /** Default Constructor **/ public Practice() { } }