9.04.2006

What is TUnit?

TUnit is a plugin for the Eclipse IDE. TUnit makes use of the t-unit package that was developed for the tcl language. The t-unit package provides an automated unit testing framework modeled after the "JUnit" Java test suite. All calls are "asserts"; such as "assertTrue" checks for result boolean TRUE.

Features:
- Tcl Perspective
- Tcl Project Wizard
- Tcl Package Creator
- Tcl File Creator
- Syntax Highlighting
- Auto Indentation
- Content Assistance (i.e. completion of a command name)
- Preferences menu
- Namespace Explorer (looks at tclIndex and allows opening of files based on procedure names)
- Execution of t-unit scripts

TUnit Hompeage

Credits:
Thanks to BJ Johnson for the motivation and help in the design and implementation of TUnit. Without your idea, none of this would have been possible. Special thanks to Mark James for the icons used in the plugin. Visit his site for more information.

0 Comments:

Post a Comment

<< Home