1 /* 2 * Copyright �, Aegeus Technology Limited. 3 * All rights reserved. 4 */ 5 package jsdsi.sexp; 6 7 import jsdsi.Validity; 8 import jsdsi.util.DateUtil; 9 10 /*** 11 * @author Sean Radford 12 * @version $Revision: 1.2 $ $Date: 2004/08/25 23:18:11 $ 13 */ 14 public class ValidityThreadedObjectParsingTestCase extends ObjThreadedObjectParsingTestCase { 15 16 ValidityThreadedObjectParsingTestCase(int numOfObjects, int numOfThreads) { 17 super("jsdsi.Validity", numOfObjects, numOfThreads); 18 } 19 20 protected Object createObject() { 21 return new Validity(DateUtil.newDate(), DateUtil.newDate(1)); 22 } 23 24 }

This page was automatically generated by Maven