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: DOMTestSink.java,v $ 00015 Revision 1.1 2001/07/23 04:52:20 dom-ts-4 00016 Initial test running using JUnit. 00017 00018 */ 00019 00020 package org.w3c.domts; 00021 00022 public interface DOMTestSink { 00023 public void addTest(Class test); 00024 } 00025
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001