Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
import org.eclipse.jdt.core.dom.MethodInvocation;

import org.assertj.core.api.Assertions;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -374,7 +373,6 @@ public void test_MOVE_withControl() throws Exception {
"}");
}

@Ignore
@Test
public void test_clipboard() throws Exception {
configureWrapperContents();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import org.eclipse.wb.internal.swing.model.component.ContainerInfo;
import org.eclipse.wb.tests.designer.swing.SwingModelTest;

import org.junit.Ignore;
import org.junit.Test;

import java.util.List;
Expand Down Expand Up @@ -200,7 +199,6 @@ public void test_delete_noDelete() throws Exception {
/**
* Can not delete because only one constructor in parent, so it can not be created without child.
*/
@Ignore
@Test
public void test_delete_noDelete_withGenerics() throws Exception {
setFileContentSrc(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import org.eclipse.jface.preference.FieldEditor;

import org.apache.commons.lang3.ArrayUtils;
import org.junit.Ignore;
import org.junit.Test;

import javax.swing.JButton;
Expand Down Expand Up @@ -625,7 +624,6 @@ public void test_clipboard_styleProperty() throws Exception {
/**
* {@link ConstructorCreationSupport} should include type arguments into clipboard source.
*/
@Ignore
@Test
public void test_clipboard_typeArguments() throws Exception {
// prepare generic MyButton
Expand Down Expand Up @@ -693,7 +691,6 @@ public void run(ComponentInfo copy) throws Exception {
* {@link ConstructorCreationSupport} should support {@link AnonymousClassDeclaration} in
* clipboard source.
*/
@Ignore
@Test
public void test_clipboard_anonymousClassDeclaration() throws Exception {
// prepare generic MyButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import org.eclipse.jdt.core.dom.QualifiedName;
import org.eclipse.jdt.core.dom.SimpleName;

import org.junit.Ignore;
import org.junit.Test;

import javax.swing.JFrame;
Expand Down Expand Up @@ -624,7 +623,6 @@ public void test_isDirect_false() throws Exception {
/**
* Test for {@link IClipboardImplicitCreationSupport} implementation.
*/
@Ignore
@Test
public void test_clipboard() throws Exception {
setFileContentSrc(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import org.eclipse.jface.resource.ImageDescriptor;

import org.assertj.core.api.Assertions;
import org.junit.Ignore;
import org.junit.Test;

import java.util.List;
Expand Down Expand Up @@ -808,7 +807,6 @@ public void test_descriptions_cached() throws Exception {
/**
* We don't support member classes as factories.
*/
@Ignore
@Test
public void test_descriptions_memberClass() throws Exception {
setFileContentSrc(
Expand Down Expand Up @@ -970,7 +968,6 @@ public void test_descriptions_bindByName_invalid() throws Exception {
* Kosta.20080407: I consider this not correct anymore, so disable this test.
*/
@Test
@Ignore
public void test_descriptionsInstanceStatic() throws Exception {
setFileContentSrc(
"test/InstanceFactory.java",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import org.eclipse.draw2d.PositionConstants;
import org.eclipse.jface.action.IAction;

import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -183,7 +182,6 @@ public Test() {
}""");
}

@Ignore
@Test
public void test_canvas_PASTE() throws Exception {
prepareFlowPanel();
Expand Down Expand Up @@ -420,7 +418,6 @@ public Test() {
}""");
}

@Ignore
@Test
public void test_tree_PASTE() throws Exception {
prepareFlowPanel();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import org.eclipse.jface.action.IAction;

import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -109,7 +108,6 @@ public Test() {
canvas.assertPrimarySelected(newButton);
}

@Ignore
@Test
public void test_canvas_PASTE() throws Exception {
prepareSimplePanel();
Expand Down Expand Up @@ -348,7 +346,6 @@ public Test() {
tree.assertPrimarySelected(newButton);
}

@Ignore
@Test
public void test_tree_PASTE() throws Exception {
prepareSimplePanel();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
import static org.mockito.Mockito.when;

import org.assertj.core.api.Assertions;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.InOrder;

Expand Down Expand Up @@ -626,7 +625,6 @@ public void test_MOVE() throws Exception {
/**
* {@link SimpleContainer} should automatically copy its child into clipboard.
*/
@Ignore
@Test
public void test_clipboard() throws Exception {
prepareSimplePanel();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Shell;

import org.junit.Ignore;
import org.junit.Test;

/**
* Tests for basic {@link PropertyTable} features.
*
* @author scheglov_ke
*/
@Ignore
public class PropertyTableTooltipTest extends AbstractPropertyTableTest {
private static final PropertyEditor stringEditor = StringPropertyEditor.INSTANCE;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import org.apache.commons.collections4.BidiMap;
import org.apache.commons.collections4.bidimap.DualHashBidiMap;
import org.apache.commons.collections4.bidimap.UnmodifiableBidiMap;
import org.junit.Ignore;
import org.junit.Test;

import java.text.MessageFormat;
Expand Down Expand Up @@ -75,7 +74,6 @@ public void test_getExpression() throws Exception {
/**
* Test for {@link TemplateUtils#format(String, Object...)}.
*/
@Ignore
@Test
public void test_format() throws Exception {
ContainerInfo panel =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

import org.apache.commons.lang3.function.FailableConsumer;
import org.apache.commons.lang3.function.FailableRunnable;
import org.junit.Ignore;
import org.junit.Test;

import java.util.concurrent.atomic.AtomicBoolean;
Expand Down Expand Up @@ -210,8 +209,6 @@ public void accept(SWTBot bot) {
* So, we detect {@link IType} presence and ask about reparse.
*/
@DisposeProjectAfter
// Test may get stuck on the Linux build...
@Ignore
@Test
public void test_createTool_inProject_butNotInClassLoader() throws Exception {
JavaInfo panel = parseEmptyPanel();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
import org.apache.commons.lang3.ArrayUtils;
import org.assertj.core.api.Assertions;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

import java.lang.reflect.Array;
Expand Down Expand Up @@ -84,7 +83,6 @@ public void _test_exit() throws Exception {
/**
* Object type.
*/
@Ignore
@Test
public void test_DesignerTypeBinding_1() throws Exception {
String code = "private java.util.List foo() {return null;}";
Expand All @@ -94,7 +92,6 @@ public void test_DesignerTypeBinding_1() throws Exception {
/**
* Primitive type.
*/
@Ignore
@Test
public void test_DesignerTypeBinding_2() throws Exception {
String code = "private int foo() {return 0;}";
Expand All @@ -104,7 +101,6 @@ public void test_DesignerTypeBinding_2() throws Exception {
/**
* Array type.
*/
@Ignore
@Test
public void test_DesignerTypeBinding_3() throws Exception {
String code = "private int[] foo() {return null;}";
Expand All @@ -114,7 +110,6 @@ public void test_DesignerTypeBinding_3() throws Exception {
/**
* Inner type.
*/
@Ignore
@Test
public void test_DesignerTypeBinding_4() throws Exception {
String code = "class Foo {} private Foo foo() {return null;}";
Expand Down Expand Up @@ -307,7 +302,6 @@ private static void assert_TypeBinding_names(ITypeBinding binding,
// DesignerPackageBinding
//
////////////////////////////////////////////////////////////////////////////
@Ignore
@Test
public void test_DesignerPackageBinding() throws Exception {
TypeDeclaration typeDeclaration = createTypeDeclaration_TestC("");
Expand All @@ -327,7 +321,6 @@ public void test_DesignerPackageBinding() throws Exception {
/**
* Basic test for {@link DesignerMethodBinding}.
*/
@Ignore
@Test
public void test_DesignerMethodBinding_1() throws Exception {
TypeDeclaration typeDeclaration =
Expand Down Expand Up @@ -415,7 +408,6 @@ public void test_DesignerMethodBinding_removeParameterType() throws Exception {
* When we remove parameter from generic {@link IMethodBinding} we should also update its
* {@link IMethodBinding#getMethodDeclaration()}.
*/
@Ignore
@Test
public void test_DesignerMethodBinding_removeParameterType_whenGenerics() throws Exception {
createTypeDeclaration_TestC(getSourceDQ(
Expand Down Expand Up @@ -447,7 +439,6 @@ public void test_DesignerMethodBinding_removeParameterType_whenGenerics() throws
/**
* Basic test for {@link DesignerVariableBinding}.
*/
@Ignore
@Test
public void test_DesignerVariableBinding_1() throws Exception {
TypeDeclaration typeDeclaration = createTypeDeclaration_TestC("private int m_value;");
Expand Down Expand Up @@ -500,7 +491,6 @@ public void test_DesignerVariableBinding_2() throws Exception {
/**
* Test for {@link BindingContext#getCopy(ITypeBinding)}.
*/
@Ignore
@Test
public void test_getCopy() throws Exception {
TypeDeclaration typeDeclaration = createTypeDeclaration_Test("""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import org.eclipse.jdt.core.dom.TypeDeclaration;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -61,7 +60,6 @@ public void _test_exit() throws Exception {
// getTooltip
//
////////////////////////////////////////////////////////////////////////////
@Ignore
@Test
public void test_getTooltip_basic() throws Exception {
TypeDeclaration typeDeclaration = createTypeDeclaration_Test("""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

import org.assertj.core.api.Assertions;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.osgi.framework.Bundle;

Expand Down Expand Up @@ -216,7 +215,6 @@ public void test_waitForAutoBuild() throws Exception {
* Test for {@link ProjectUtils#ensureResourceType(IJavaProject, Bundle, String)}.
*/
@DisposeProjectAfter
@Ignore
@Test
public void test_ensureResourceType_existsButNotUpToDate() throws Exception {
String managerClassName = "pkg.MyManager";
Expand Down Expand Up @@ -268,7 +266,6 @@ public void test_ensureResourceType_existsButNotUpToDate() throws Exception {
* update it in required project; not generate new copy in given {@link IJavaProject}.
*/
@DisposeProjectAfter
@Ignore
@Test
public void test_ensureResourceType_existsInDifferentProject_butNotUpToDate()
throws Exception {
Expand Down Expand Up @@ -329,7 +326,6 @@ public void test_ensureResourceType_existsInDifferentProject_butNotUpToDate()
* We should ignore {@link IType} if it is declared in binary file.
*/
@DisposeProjectAfter
@Ignore
@Test
public void test_ensureResourceType_binary() throws Exception {
String managerClassName = "pkg.MyManager";
Expand Down Expand Up @@ -397,7 +393,6 @@ public void test_ensureResourceType_binary() throws Exception {
* We should not try to update {@link IType} if it is in "read-only" unit.
*/
@DisposeProjectAfter
@Ignore
@Test
public void test_ensureResourceType_readOnly() throws Exception {
String managerClassName = "pkg.MyManager";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -124,7 +123,6 @@ public void test_deprecated() throws Exception {
assertTrue(scope.includesClasspaths());
}

@Ignore
@Test
public void test_otherScope() throws Exception {
SubtypesScope scope2 = new SubtypesScope(javaProject.findType("java.util.List"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import org.eclipse.wb.internal.swing.databinding.model.bindings.UpdateStrategyInfo;
import org.eclipse.wb.internal.swing.model.component.JPanelInfo;

import org.junit.Ignore;
import org.junit.Test;

import java.util.List;
Expand All @@ -27,7 +26,6 @@
* @author sablin_aa
*
*/
@Ignore
public class BindValueTest extends AbstractBindingTest {
////////////////////////////////////////////////////////////////////////////
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import org.eclipse.wb.internal.swing.databinding.model.generic.IGenericType;
import org.eclipse.wb.internal.swing.model.component.JPanelInfo;

import org.junit.Ignore;
import org.junit.Test;

import java.util.List;
Expand All @@ -30,7 +29,6 @@
* @author sablin_aa
*
*/
@Ignore
public class GenericUtilsTest extends AbstractBindingTest {
////////////////////////////////////////////////////////////////////////////
//
Expand Down
Loading
Loading