Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Writing Tests for JDT Text Tests

I'm working on a code mining bug, i want a add a test case for the bug
i'm trying to fix first. When i try to open org.eclipse.jdt.text.tests
i get the following test plugin dependency errors
Missing:
org.eclipse.text.tests
org.eclipse.jface.text.tests
org.eclipse.core.filebuffers.tests
org.eclipse.jdt.ui.tests
org.eclipse.test.performance

I have only checked out the JDT UI repo and imported the project i
need (org.eclipse.jdt.ui). is there way to install this missing test
dependencies? How can i proceed ?

Best regards,
Gayan.


Back to the top