00001 /* 00002 * Copyright (c) 2001 World Wide Web Consortium, 00003 * (Massachusetts Institute of Technology, Institut National de 00004 * Recherche en Informatique et en Automatique, Keio University). All 00005 * Rights Reserved. This program is distributed under the W3C's Software 00006 * Intellectual Property License. This program is distributed in the 00007 * hope that it will be useful, but WITHOUT ANY WARRANTY; without even 00008 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00009 * PURPOSE. 00010 * See W3C License http://www.w3.org/Consortium/Legal/ for more details. 00011 */ 00012 00013 /* 00014 $Log: DOMTestSuite.java,v $ 00015 Revision 1.3 2002/02/03 04:22:35 dom-ts-4 00016 DOM4J and Batik support added. 00017 Rework of parser settings 00018 00019 Revision 1.2 2001/07/23 04:52:20 dom-ts-4 00020 Initial test running using JUnit. 00021 00022 */ 00023 00024 package org.w3c.domts; 00025 00026 00033 public abstract class DOMTestSuite extends DOMTest { 00040 protected DOMTestSuite() { 00041 } 00047 protected DOMTestSuite(DOMTestDocumentBuilderFactory factory) { 00048 super(factory); 00049 } 00056 abstract public void build(DOMTestSink sink); 00057 } 00058
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001