`

VB6-单元测试工具ComUnit

阅读更多

在使用过NUnit后,一直想在VB6中使用一下单元测试工具,目前比较流行的是VBUnit和ComUnit,我比较喜欢ComUnit主要是它是开源的,当然用起来比较爽了,可以在http://comunit.sourceforge.net/进行下载。

ComUnit使用比较简单,注意下边几点后就可以使用了。

' COMUnit 1.1 - TestRunner form

Option Explicit

' Initialize the TestRunner control
Private Sub Form_Load()
    
' TODO: add instances of your TestContainer classes to the UnitRunner control
    ' e.g. UnitRunner1.AddTestContainer New TCTestContainer
    '************************************************
    '必须向UnitRunner添加一个控制对象,别的不需要修改
    UnitRunner1.AddTestContainer New TCTestContainer
    
'************************************************
End Sub

' Run the tests selected in the UnitRunner
Private Sub btnRun_Click()
    UnitRunner1.Run
End Sub

' Close the form
Private Sub btnClose_Click()
    Unload Me
End Sub

' Resize the UnitRunner control and the buttons on the form
Private Sub Form_Resize()
    UnitRunner1.Move 
00, ScaleWidth, PosInt(ScaleHeight - btnClose.Height - 50)
    btnClose.Move PosInt(ScaleWidth 
- btnClose.Width), PosInt(ScaleHeight - btnClose.Height)
    btnRun.Move PosInt(ScaleWidth 
- btnClose.Width - btnRun.Width - 100), PosInt(ScaleHeight - btnRun.Height)
End Sub

Private Function PosInt(iValue) As Integer
    PosInt 
= IIf(iValue > 0, iValue, 0)
End Function
' COMUnit 1.1 - TestContainer Class
'
建议类的前缀为TC
Option Explicit

' Interface declaration
Implements ITestContainer

' Fixture Member Variables
'
 TODO: specify your TestContainer test fixture member variables here

' Return the name of the different test case methods in this test container
Public Property Get ITestContainer_TestCaseNames() As Variant()
    
' TODO: add the names of your test methods as a parameter into the Array() function
    '必须将测试方法的名字加到数组中
    ITestContainer_TestCaseNames = Array("TestString""TestLong")
End Property

' Run the specified test case methods in this test container
Public Sub ITestContainer_RunTestCase(oTestCase As ITestCase, oTestResult As TestResult)
    
On Error GoTo ErrorHandler
    InvokeHook Me, oTestCase.Name, INVOKE_FUNC, oTestResult
    
' CallByName Me, oTestCase.Name, VbMethod, oTestResult
    Exit Sub
ErrorHandler:
    oTestResult.AddError Err.Number, Err.Source, Err.Description
End Sub

'Initialize the test fixture
Public Sub ITestContainer_Setup()
    
' TODO: initialize your test fixture here
End Sub

'Destroy the test fixture
Public Sub ITestContainer_TearDown()
    
' TODO: destruct your test fixture here
End Sub

'Public Sub testSampleMethod(oTestResult As TestResult)
    ' TODO: add your test code here
'
End Sub

Public Sub TestString(oTestResult As TestResult)
    oTestResult.Assert 
"String" = "String""字符串不相等"
End Sub

Public Sub TestLong(oTestResult As TestResult)
    oTestResult.AssertEqualsLong 
1456"数值不相等"
End Sub

在窗体中要将Runner和类进行绑定,建议的类名前缀为TC,新增的测试函数一定要在ITestContainer_TestCaseNames中进行注册,新增的测试函数一定要有oTestResult As TestResult这个声明,而且只能有这么一个声明。

还有就是要在IDE的选项中,将错误捕获改为“遇到未处理的错误时中断”就可以享受VB6下边的单元测试了。

参考文章:
http://champion.ewuxi.com/old/XP/xppractice/vbunit.htm
http://www.soho-works.net/BLOG/313.asp
http://comunit.sourceforge.net/?page=tutorial.html
分享到:
评论

相关推荐

    VB 开源自动化测试工具 comunit

    总结,ComUnit是VB6开发者进行自动化单元测试的有力工具,它简化了测试过程,提高了代码质量,并且由于开源的特性,允许开发者深度定制和扩展。无论是初学者还是经验丰富的VB程序员,ComUnit都是值得信赖的伙伴。...

    vb插件:VB6测试工具ComUnit的辅助工具,用于测试用例代码批量生成VB6IDE_ComUnitHelp_Addin

    ComUnit是VB6的一个流行单元测试框架,而VB6IDE_ComUnitHelp_Addin则是它的辅助工具,帮助开发者更方便地进行测试用例代码的批量生成。 首先,我们要理解什么是单元测试。单元测试是一种软件测试方法,它通过编写...

    vbAddin-ComUnitHelp(vb测试工具ComUnit的辅助工具,可以方便的自动生成case声明等)

    vbAddin_ComUnitHelp(vb测试工具ComUnit的辅助工具,可以方便的自动生成case声明等) 1.例如函数main1中调用了一个下位函数fun1,则需要在源代码中的两个地方插入代码: (1)main1调用fun1的上一步插入代码isShield_...

    COMUnit for VB6

    在VB6环境中,开发者通常依赖于内置的功能或者第三方工具来进行代码的测试,而COMUnit 提供了一种更专业、更强大的单元测试框架。这个组件的主要目标是帮助开发者编写更加健壮、可维护的代码,通过自动化测试确保...

    VB 开源 自动化 测试工具 手册

    【VB开源自动化测试工具手册】主要探讨了在Visual Basic (VB)环境中进行自动化测试的方法,特别是针对VB6的单元测试工具。在这个领域,VBUnit和ComUnit是两个被广泛使用的框架,而本手册的重点似乎是ComUnit,因为它...

    comunit1.1

    vb单元测试工具,在source forge上下载的测试可以使用,其它两个我下载试用了,都不可以安装。

    记录一下:白盒测试工具集

    ### 白盒测试工具集概览 #### Parasoft白盒测试工具集 1. **Jtest** - **支持语言环境**: Java - **简介**: Jtest 是一款用于 Java 的白盒测试工具,主要功能包括代码分析、动态类与组件测试。它可以帮助...

    aniga-zone.github.io

    Site-ul ofialial comunității Aniga。

    comunit:通用版本的统一网络站点

    组合简短说明和动机。...安装将此行添加到您的应用程序的Gemfile中: gem 'comunit' 然后执行: $ bundle 或将其自己安装为: $ gem install comunit贡献贡献方向在这里。执照根据的规定,该gem可作为开源软件。

Global site tag (gtag.js) - Google Analytics