Hi,
I am using the version of Visual Assert is, Version 1.1.0 Build 3780. when i created a simple application of Visual Assert using Visual studio 2008 or 2010. its working fine to me. but when i add the below file to the Existing DLL. its giving a pop window saying Selection does not include any item. and it didnt dispaly the Test explorer window.
i have tried a lot to resolve this issue but i failed. kindly can you help me out in this issue. i have pasted the code in below:
#include "stdafx.h"
#include <cfixcc.h>
#include "parserhelper.h" //My header file which has the defination of ProcessPriorityWeight
class MyTest : public cfixcc::TestFixture
{
private:
public:
void Before()
{
}
void After()
{
}
void Test()
{
int x = 10;
x = ProcessPriorityWeight(10);
//CFIX_INCONCLUSIVE(__TEXT("Not implemented"));
}
};
CFIXCC_BEGIN_CLASS(MyTest)
CFIXCC_METHOD(Test)
CFIXCC_END_CLASS()
you can reach me at sk.rasheedfarhan@gmail.com. kindly help me out its very urgent.
Thanks in advance.
Rs.