a unit test framework for the tcl programming language
- 资源大小:22.87 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
资 源 简 介
TUnit is a plugin for the Eclipse IDE. TUnit makes use of the t-unit package that was developed for the tcl programming 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
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 http://www.famfamfam.com for more information.
文 件 列 表
t-unit
assertEquals.tcl
assertEqualsArray.tcl
assertEqualsList.tcl
assertEqualsReal.tcl
assertFalse.tcl
assertNotEquals.tcl
assertTrue.tcl
global.tcl
init.tcl
pkgIndex.tcl
t-unit.tcl
t-unitTestCase.tcl
t-unittestcases.test
tclIndex
unitTestHarness.tcl
readme.txt