title |
---|
Testing a Custom Language Plugin |
NOTE Please see Testing Plugins for a general introduction.
This tutorial demonstrates how to write and run automated tests for a custom language plugin.
As an example, the plugin implemented in the Custom Language Support Tutorial is used to demonstrate functional test development.
- 1. Tests Prerequisites
- 2. Parsing Test
- 3. Completion Test
- 4. Annotator Test
- 5. Formatter Test
- 6. Rename Test
- 7. Folding Test
- 8. Find Usages Test
- 9. Commenter Test
- 10. Reference Test
The plugin and test code can be found in the simple_language_plugin code sample.