: Allows you to run tests (like parsing or validation) outside of the Eclipse UI for faster execution.
Create the test bundle * Launch Eclipse and select your SMILA workspace. * Select File > New > Projectand click Plug-in Project. * Eclipsepedia Eclipse/Testing - Eclipsepedia test.eclipse
: Use the built-in wizard by selecting File → New → JUnit Test Case . : Allows you to run tests (like parsing
: Right-click your test file and select Run As → JUnit Test . requiring a running IDE context.
Depending on your project, you might need more than basic unit tests:
: Used to test integration within the Eclipse workbench itself, requiring a running IDE context.