blob: c7955e722a9cff1848067414ceeeec4a236cb9dd [file] [log] [blame]
package org.eclipse.swt.tests.junit;
/*
* (c) Copyright IBM Corp. 2000, 2002. All rights reserved.
* This file is made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*/
import org.eclipse.swt.graphics.*;
import junit.framework.*;
import junit.textui.*;
/**
* Automated Test Suite for class org.eclipse.swt.graphics.ImageLoaderListener
*
* @see org.eclipse.swt.graphics.ImageLoaderListener
*/
public class Test_org_eclipse_swt_graphics_ImageLoaderListener extends SwtTestCase {
public Test_org_eclipse_swt_graphics_ImageLoaderListener(String name) {
super(name);
}
protected void setUp() {
}
protected void tearDown() {
}
public void test_imageDataLoadedLorg_eclipse_swt_graphics_ImageLoaderEvent() {
warnUnimpl("Test test_imageDataLoadedLorg_eclipse_swt_graphics_ImageLoaderEvent not written");
}
public static java.util.Vector methodNames() {
java.util.Vector methodNames = new java.util.Vector();
methodNames.addElement("test_imageDataLoadedLorg_eclipse_swt_graphics_ImageLoaderEvent");
return methodNames;
}
protected void runTest() throws Throwable {
if (getName().equals("test_imageDataLoadedLorg_eclipse_swt_graphics_ImageLoaderEvent")) test_imageDataLoadedLorg_eclipse_swt_graphics_ImageLoaderEvent();
}
}