Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionunit test Pin
lucy17-Aug-06 5:18
lucy17-Aug-06 5:18 
AnswerRe: unit test Pin
Waldermort17-Aug-06 5:23
Waldermort17-Aug-06 5:23 
GeneralRe: unit test Pin
lucy17-Aug-06 5:46
lucy17-Aug-06 5:46 
GeneralRe: unit test Pin
toxcct17-Aug-06 5:54
toxcct17-Aug-06 5:54 
GeneralRe: unit test Pin
lucy17-Aug-06 5:59
lucy17-Aug-06 5:59 
GeneralRe: unit test Pin
Waldermort17-Aug-06 6:00
Waldermort17-Aug-06 6:00 
GeneralRe: unit test Pin
toxcct17-Aug-06 6:05
toxcct17-Aug-06 6:05 
GeneralRe: unit test Pin
Zac Howland17-Aug-06 6:26
Zac Howland17-Aug-06 6:26 
toxcct wrote:
for this, unit tests can be ran, but they mustn't be included in the main project as their code is only for the development purpose


That is, of course, unless you are following one of the Agile Design models. In almost all of those paradigms, the unit test cases should accompany the source code, but won't get linked into the final application (generally, you have a separate unit-test project file that has a main.cpp that simply calls all your unit tests and reports the results).

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

GeneralRe: unit test Pin
Waldermort17-Aug-06 6:28
Waldermort17-Aug-06 6:28 
GeneralRe: unit test Pin
Zac Howland17-Aug-06 6:54
Zac Howland17-Aug-06 6:54 
GeneralRe: unit test Pin
led mike17-Aug-06 8:51
led mike17-Aug-06 8:51 
GeneralRe: unit test Pin
Zac Howland17-Aug-06 9:53
Zac Howland17-Aug-06 9:53 
GeneralRe: unit test Pin
led mike17-Aug-06 10:31
led mike17-Aug-06 10:31 
GeneralRe: unit test Pin
lucy17-Aug-06 6:09
lucy17-Aug-06 6:09 
GeneralRe: unit test Pin
Waldermort17-Aug-06 6:26
Waldermort17-Aug-06 6:26 
QuestionCRT string macros Pin
Waldermort17-Aug-06 5:17
Waldermort17-Aug-06 5:17 
AnswerRe: CRT string macros Pin
Waldermort17-Aug-06 6:03
Waldermort17-Aug-06 6:03 
GeneralRe: CRT string macros Pin
Zac Howland17-Aug-06 6:07
Zac Howland17-Aug-06 6:07 
GeneralRe: CRT string macros Pin
Michael Dunn17-Aug-06 13:21
sitebuilderMichael Dunn17-Aug-06 13:21 
Questionpost build event in makefile Pin
rana7417-Aug-06 5:11
rana7417-Aug-06 5:11 
QuestionMultiByteToWide does not work without printf??? Pin
fvandun17-Aug-06 5:02
fvandun17-Aug-06 5:02 
AnswerRe: MultiByteToWide does not work without printf??? Pin
Zac Howland17-Aug-06 5:14
Zac Howland17-Aug-06 5:14 
GeneralRe: MultiByteToWide does not work without printf??? Pin
fvandun17-Aug-06 5:29
fvandun17-Aug-06 5:29 
GeneralRe: MultiByteToWide does not work without printf??? Pin
Zac Howland17-Aug-06 5:41
Zac Howland17-Aug-06 5:41 
GeneralRe: MultiByteToWide does not work without printf??? Pin
fvandun17-Aug-06 5:55
fvandun17-Aug-06 5:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.