package testtool.Main; import java.util.Collection; /** * * This object contains strings for the answer, stdout, and script output * * @author * @version * **/ public class code extends Answer { /** Default Constructor **/ public code() { super(); } protected Collection data; }