1 /*
2 * Copyright (c) 2002-2003 The XDoclet Team.
3 * All rights reserved.
4 */
5
6 package xdoclet.ant;
7
8 import junit.framework.TestCase;
9
10 /***
11 * @version $Revision: 1.3 $
12 * @author <a href="mailto:mbo@jcs.be">Mathias Bogaert</a>
13 */
14 public class AntLogFactoryTest extends TestCase {
15 public void testEmptyProject() {
16 // AntLogFactory antLogFactory = new AntLogFactory();
17 // try {
18 // antLogFactory.getInstance(this.getClass());
19 // fail("antLogFactory doesn't throw LogConfigurationException with no project set");
20 // }
21 // catch (LogConfigurationException e) {
22 // // good
23 // }
24 }
25 }
This page was automatically generated by Maven