CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jenny_wui

Search: Search took 0.05 seconds.

  1. Re: I need some explanation about the following piece of code

    Hello, I am still a bit in the dark about unit test. Could you explain in your code, how tests are added and run. Also why TEST and TESTWITHSETUP these two macros are defined? What is the difference...
  2. Re: I need some explanation about the following piece of code

    Thank you very much for the reply. Actually I would like to know how unit test works. I don't understand how unit test. I need some full program in unit test which i can run and understand. Could you...
  3. Re: I need some explanation about the following piece of code

    Hi, thanks for the reply. Actually I am trying to run a simple unit test project (that I have downloaded from the net) to test how it works as I need to write some code for unit test in C++. I have...
  4. Re: I need some explanation about the following piece of code

    Hi, I am familiar with C++, I went through the preprocessor and token pasting, I have a few questions in the light of the picture attached, it would cbe a great help in order to clarify my...
  5. Re: I need some explanation about the following piece of code

    Thanks for the reply.But the following piece of code when I tried to paste in visual studio 2010, it showed error.


    #define TESTWITHSETUP(name,classUnderTest)
    class classUnderTest##name##Test...
  6. I need some explanation about the following piece of code

    Hello,
    I am trying to understand the following code written in unix platform about unitTest:

    /****************************************/
    #define TEST(name,classUnderTest)
    class...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured