01: package net.xoetrope.xui.test;
02:
03: import junit.framework.TestCase;
04:
05: /**
06: * <p>Title: Xui</p>
07: * <p>Description: </p>
08: * <p>Copyright: Copyright (c) Xoetrope Ltd., 1998-2003</p>
09: * <p>Company: Xoetrope Ltd.</p>
10: * @author not attributable
11: * @version 1.0
12: */
13:
14: public class TestXHotspotImage extends TestCase {
15: public TestXHotspotImage() {
16: }
17:
18: public void testXHotspotImage() {
19: HotspotFrame hsFrame = new HotspotFrame();
20: }
21:
22: }
|