Click here to Skip to main content
15,886,519 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: How to make auto-generated unit tests fail initially? Pin
Jun Du9-Jan-12 7:45
Jun Du9-Jan-12 7:45 
I think I understand TDD correctly. The test project is a wrapper of one or more tests. When I said that the test project fails, I meant that one or more tests (or test methods) fail.

This is the TDD workflow I use:

1) Add a test
2) Run the test
2.1) if the run succeeds, go to step 1).
2.2) if the run fails, write some source code; go to step 2).
3)Done

Note that the source code is the unit under test, not the test itself. Don't confuse TDD with normal unit test. In TDD, we create the unit test before creating the unit. The unit test should not pass before we have the unit.
Best,
Jun

GeneralRe: How to make auto-generated unit tests fail initially? Pin
BobJanova13-Jan-12 5:59
BobJanova13-Jan-12 5:59 
QuestionGZipStream appears to malfunction (24K maximum) Pin
Paladin20006-Jan-12 5:17
Paladin20006-Jan-12 5:17 
AnswerRe: GZipStream appears to malfunction (24K maximum) Pin
Luc Pattyn6-Jan-12 7:00
sitebuilderLuc Pattyn6-Jan-12 7:00 
GeneralRe: GZipStream appears to malfunction (24K maximum) Pin
Paladin20006-Jan-12 7:51
Paladin20006-Jan-12 7:51 
GeneralRe: GZipStream appears to malfunction (24K maximum) Pin
Paladin20006-Jan-12 9:02
Paladin20006-Jan-12 9:02 
GeneralRe: GZipStream appears to malfunction (24K maximum) Pin
jschell6-Jan-12 9:11
jschell6-Jan-12 9:11 
GeneralRe: GZipStream appears to malfunction (24K maximum) Pin
harold aptroot6-Jan-12 23:34
harold aptroot6-Jan-12 23:34 
AnswerRe: GZipStream appears to malfunction (24K maximum) Pin
Luc Pattyn8-Jan-12 18:46
sitebuilderLuc Pattyn8-Jan-12 18:46 
QuestionCompression/Decompression using C#(Only using C# APIs. no third party) Pin
KASR16-Jan-12 3:08
KASR16-Jan-12 3:08 
AnswerRe: Compression/Decompression using C#(Only using C# APIs. no third party) Pin
OriginalGriff6-Jan-12 3:48
mveOriginalGriff6-Jan-12 3:48 
GeneralRe: Compression/Decompression using C#(Only using C# APIs. no third party) Pin
KASR18-Jan-12 20:29
KASR18-Jan-12 20:29 
QuestionTest Tools Pin
Pierre besquent5-Jan-12 23:52
Pierre besquent5-Jan-12 23:52 
QuestionIEnumerable OrderBy on a text field Pin
__John_5-Jan-12 22:48
__John_5-Jan-12 22:48 
AnswerRe: IEnumerable OrderBy on a text field Pin
Wayne Gaylard5-Jan-12 23:18
professionalWayne Gaylard5-Jan-12 23:18 
AnswerRe: IEnumerable OrderBy on a text field Pin
manognya kota5-Jan-12 23:22
manognya kota5-Jan-12 23:22 
GeneralRe: IEnumerable OrderBy on a text field Pin
__John_5-Jan-12 23:46
__John_5-Jan-12 23:46 
GeneralRe: IEnumerable OrderBy on a text field Pin
__John_5-Jan-12 23:55
__John_5-Jan-12 23: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.