Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
QuestionSearch text in richtextbox wpf c# Pin
moi4117-Jan-12 6:02
moi4117-Jan-12 6:02 
AnswerRe: Search text in richtextbox wpf c# Pin
OriginalGriff7-Jan-12 10:11
mveOriginalGriff7-Jan-12 10:11 
GeneralRe: Search text in richtextbox wpf c# Pin
moi4118-Jan-12 23:09
moi4118-Jan-12 23:09 
Questionremote desktop using C# Pin
ruhel azam6-Jan-12 19:56
ruhel azam6-Jan-12 19:56 
AnswerRe: remote desktop using C# PinPopular
Pete O'Hanlon6-Jan-12 23:31
mvePete O'Hanlon6-Jan-12 23:31 
AnswerRe: remote desktop using C# Pin
Abhinav S8-Jan-12 3:01
Abhinav S8-Jan-12 3:01 
QuestionHow to make auto-generated unit tests fail initially? Pin
Jun Du6-Jan-12 10:39
Jun Du6-Jan-12 10:39 
AnswerRe: How to make auto-generated unit tests fail initially? Pin
Not Active6-Jan-12 13:47
mentorNot Active6-Jan-12 13:47 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
OriginalGriff6-Jan-12 23:21
mveOriginalGriff6-Jan-12 23:21 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Jun Du7-Jan-12 5:29
Jun Du7-Jan-12 5:29 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Not Active7-Jan-12 5:44
mentorNot Active7-Jan-12 5:44 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Jun Du7-Jan-12 6:48
Jun Du7-Jan-12 6:48 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
RobCroll8-Jan-12 18:13
RobCroll8-Jan-12 18:13 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Jun Du9-Jan-12 3:13
Jun Du9-Jan-12 3:13 
AnswerRe: How to make auto-generated unit tests fail initially? Pin
Ravi Bhavnani9-Jan-12 2:12
professionalRavi Bhavnani9-Jan-12 2:12 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Jun Du9-Jan-12 3:22
Jun Du9-Jan-12 3:22 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Pete O'Hanlon9-Jan-12 3:52
mvePete O'Hanlon9-Jan-12 3:52 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Ravi Bhavnani9-Jan-12 4:18
professionalRavi Bhavnani9-Jan-12 4:18 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Pete O'Hanlon9-Jan-12 4:38
mvePete O'Hanlon9-Jan-12 4:38 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Jun Du9-Jan-12 8:12
Jun Du9-Jan-12 8:12 
AnswerRe: How to make auto-generated unit tests fail initially? Pin
BobJanova9-Jan-12 4:57
BobJanova9-Jan-12 4:57 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Jun Du9-Jan-12 5:15
Jun Du9-Jan-12 5:15 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Pete O'Hanlon9-Jan-12 5:29
mvePete O'Hanlon9-Jan-12 5:29 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
BobJanova9-Jan-12 6:48
BobJanova9-Jan-12 6:48 
I think you have misunderstood something about TDD here. As Pete says, TDD doesn't specify that the project should fail, it specifies that individual tests should fail when you first write them. An empty project contains no tests, and so (obviously) nothing fails, but that's because you haven't written any tests and therefore (in pure TDD) your program has no requirements.
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Jun Du9-Jan-12 7:45
Jun Du9-Jan-12 7:45 

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.