stub-data-generation
using lazy C++ for stub generation
Have you ever used lazy C++? I am trying to create .CPP files out of .H files. In forum I read that it is possible with your tool but I tried touse it and I didn\'t succeed.[详细]
2022-12-26 21:15 分类:问答Unit testing - How to set up test data when stubbing database data
In our unit testing, I\'ve got a stub object that is creating a set of data in memory to be used during unit testing so that the live database is not used.[详细]
2022-12-18 05:57 分类:问答Save object in debug and than use it as stub in tests
My application connects to db and gets tree of categories from here. In debug regime I can see this big tree object and I just thought of ability to save this object somewhere on disk to use in test s[详细]
2022-12-12 08:41 分类:问答