|
It's certainly a very good book - Paragraph 6.4
|
| |
Hi all,
I wrote the [SetupFixture] class. This is the same setup for many [TestFixtures] written ...
|
|
Loading up the solution - Paragraph 2.3.2
|
| |
It says "The solution to load is under the code folder CH2"
but the books code has no folder CH2.
|
|
Re: Where can I download the code associated with the book?
|
| |
I found the answer in a previous post:
Goto: http://www.manning.com/osherove/
|
|
Where can I download the code associated with the book?
|
| |
I downloaded the first chapters of the book and probably I missed the link to download the code that...
|
|
Cons of doing just integration testing - Summary Paragraph 1.7
|
| |
I have a problem with:
"We also talked about the cons of doing just integration testing: hard to wr...
|
|
Listing 1.2 - The code for TestReturnsZeroWhenEmptyString()
|
| |
I think the line:
int result = p.ParseAndSum("1");
should be written:
int result = p.Par...
|
|
Drawbacks of integration tests - Paragraph 1.2.2
|
| |
I think this paragraph is great, it is written realy good. It gives the reader a second chance to un...
|
|
Qualities of good unit tests - Paragraph 1.2
|
| |
Hi, try this:
In paragraph 1.2 replace the words "Unit Tests" with "Acceptance Tests" and reread t...
|