Share

unit--, the unit test aid for C++

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Tests filtering

You are viewing a single message from this topic. View all messages.

  1. 2006-09-07 16:54:48 UTC
    Hi,

    Thanks for your post, here is my consideration:

    1, test cases are registered and run with an undefined order. for those general/outer layers, personally, i prefer to provide some mock objects that emulate the needed inner objects.

    it's just unit test, rather than integrated test -- any layers should be tested independently. when i find it impossible, i know it might be the time to improve the design

    2, it is a feature to be added
    but i'm still considering what is an advisable interface

    it might have the mechanism to:
    * filter unneeded(e.g. time consuming) units
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.