Skip to content

Commit

Permalink
mark Test_org_eclipse_swt_widgets_Control abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T authored and jukzi committed Oct 8, 2024
1 parent 8feeb23 commit 1a2016e
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,14 @@
import org.junit.Test;

/**
* Automated Test Suite for class org.eclipse.swt.widgets.Control
* Base Test for widgets of type org.eclipse.swt.widgets.Control
*
* @see org.eclipse.swt.widgets.Control
*/
public class Test_org_eclipse_swt_widgets_Control extends Test_org_eclipse_swt_widgets_Widget {
abstract class Test_org_eclipse_swt_widgets_Control extends Test_org_eclipse_swt_widgets_Widget {

@Test
public void test_ConstructorLorg_eclipse_swt_widgets_CompositeI() {
// abstract class
}
abstract void test_ConstructorLorg_eclipse_swt_widgets_CompositeI();

@Test
public void test_addControlListenerLorg_eclipse_swt_events_ControlListener() {
Expand Down

0 comments on commit 1a2016e

Please sign in to comment.