¡@

Home 

c# Programming Glossary: tdd

Best Practices of Test Driven Development Using C# and RhinoMocks [closed]

http://stackoverflow.com/questions/124210/best-practices-of-test-driven-development-using-c-sharp-and-rhinomocks

a stubbed mocked view and model. Check out Presenter First TDD for more on that. Do not write static methods or classes. Not..

How to start unit testing or TDD?

http://stackoverflow.com/questions/1365943/how-to-start-unit-testing-or-tdd

to start unit testing or TDD I read a lot of posts the convinced me I should start writing.. the unit tests before the methods as described in the TDD methodology Is there any different methodology or manner for.. test after It should be noted that 'test first' as part of TDD is just as much if not more to do with design as it is to do..

Unit Testing File I/O

http://stackoverflow.com/questions/1528134/unit-testing-file-i-o

share improve this question Check out Tutorial to TDD using Rhino Mocks and SystemWrapper . SystemWrapper wraps many..

What tools and techniques do you use to find dead code in .NET?

http://stackoverflow.com/questions/162641/what-tools-and-techniques-do-you-use-to-find-dead-code-in-net

Unit test for thread safe-ness?

http://stackoverflow.com/questions/1715822/unit-test-for-thread-safe-ness

want to make the class thread safe but to prove it and use TDD I want to write some failing unit tests before I start refactoring...

Unit testing void methods?

http://stackoverflow.com/questions/246038/unit-testing-void-methods

Nothing that hasn't been done before but being VERY new to TDD I am wondering if it is possible to test this or is it something..

'Design By Contract' in C#

http://stackoverflow.com/questions/260817/design-by-contract-in-c-sharp

for .NET 4.0 Spec# Comes Alive .NET Code Contracts and TDD Are Complementary Code Contracts Primer Part 5 Utilizing Object..

Immutable object pattern in C# - what do you think?

http://stackoverflow.com/questions/263585/immutable-object-pattern-in-c-sharp-what-do-you-think

in the immutable state. In other words TDD is used here. I have grown to like this pattern a lot and find..

Why classes tend to be defined as interface nowadays?

http://stackoverflow.com/questions/3281582/why-classes-tend-to-be-defined-as-interface-nowadays

classes as Interface . Why Is there a good reason TDD Mocking A design pattern ... c# design patterns interface ..

How can I unit test a Windows Service?

http://stackoverflow.com/questions/42150/how-can-i-unit-test-a-windows-service

.NET Framework 2.0 Preferred Language C# I am new to TDD Test Driven Development . First of all is it even possible to..

What do programmers mean when they say, “Code against an interface, not an object.”?

http://stackoverflow.com/questions/4456424/what-do-programmers-mean-when-they-say-code-against-an-interface-not-an-objec

started the very long and arduous quest to learn and apply TDD to my workflow. I'm under the impression that TDD fits in very.. apply TDD to my workflow. I'm under the impression that TDD fits in very well with IoC principles. After browsing some of.. in very well with IoC principles. After browsing some of TDD tagged questions here in SO I read it's a good idea to program..

Tips for moving from C# to Java?

http://stackoverflow.com/questions/471448/tips-for-moving-from-c-sharp-to-java

a Mac or Windows I'm not fussy It's probably going to be a TDD coding interview I guess JUnit is the de facto choice to learn..

How do you know what to test when writing unit tests?

http://stackoverflow.com/questions/62625/how-do-you-know-what-to-test-when-writing-unit-tests

great responses to this are also on my question Beginning TDD Challenges Solutions Recommendations May I also recommend taking.. get your head round a testing framework as well as being TDD esque. Debug.Assert works fine. Use it as a starting point...

Persist Data by Programming Against Interface

http://stackoverflow.com/questions/11291202/persist-data-by-programming-against-interface

using abstract base classes c# nhibernate linq to sql tdd domain driven design share improve this question Your repository..

Get Stored Procedure from Data Context : Linq to SQl

http://stackoverflow.com/questions/11310996/get-stored-procedure-from-data-context-linq-to-sql

UnitOfWorks ISession and repositories c# .net linq to sql tdd share improve this question You can do something like this..

Unit Testing without Database: Linq to SQL

http://stackoverflow.com/questions/11348691/unit-testing-without-database-linq-to-sql

INotifyPropertyChanged c# unit testing linq to sql tdd domain driven design share improve this question The Repository..

Best Practices of Test Driven Development Using C# and RhinoMocks [closed]

http://stackoverflow.com/questions/124210/best-practices-of-test-driven-development-using-c-sharp-and-rhinomocks

is unable to mock non virtual methods. c# unit testing tdd rhino mocks share improve this question Definitely a good..

How to start unit testing or TDD?

http://stackoverflow.com/questions/1365943/how-to-start-unit-testing-or-tdd

methodology or manner for unit testing c# unit testing tdd share improve this question Test first test after It should..

When to use mocking versus faking in C# unit testing?

http://stackoverflow.com/questions/1419713/when-to-use-mocking-versus-faking-in-c-sharp-unit-testing

with how to approach this situation. c# .net unit testing tdd share improve this question Well you have a few things you..

TDD and Mocking out TcpClient

http://stackoverflow.com/questions/150341/tdd-and-mocking-out-tcpclient

more mockable How should I approach this c# networking tdd mocking share improve this question When coming to mock..

Moving existing code to Test Driven Development

http://stackoverflow.com/questions/167079/moving-existing-code-to-test-driven-development

test based development would be greatly appreciated. c# tdd nunit share improve this question See the book Working Effectively..

How to MOQ an Indexed property

http://stackoverflow.com/questions/340827/how-to-moq-an-indexed-property

MOQ does anyone have any examples of how I can do this c# tdd mocking moq share improve this question It's not clear what..

What do programmers mean when they say, “Code against an interface, not an object.”?

http://stackoverflow.com/questions/4456424/what-do-programmers-mean-when-they-say-code-against-an-interface-not-an-objec

to learn to grasp the concepts. Thanks so much. c# .net tdd inversion of control share improve this question Consider..

Insert blob in oracle database with C#

http://stackoverflow.com/questions/4902250/insert-blob-in-oracle-database-with-c-sharp

some clue about best way to do this in code c# oracle tdd share improve this question Here is an example to insert..

Mocking Static methods using Rhino.Mocks

http://stackoverflow.com/questions/540239/mocking-static-methods-using-rhino-mocks

or something which would let me accomplish the same c# tdd mocking rhino mocks share improve this question Is it possible..

How do you know what to test when writing unit tests?

http://stackoverflow.com/questions/62625/how-do-you-know-what-to-test-when-writing-unit-tests

since they are .net getter setters c# unit testing tdd share improve this question Many great responses to this..

What book on TDD for C# with treatment of Mocks

http://stackoverflow.com/questions/880401/what-book-on-tdd-for-c-sharp-with-treatment-of-mocks

question but it does not seem to mention mocking. c# .net tdd mocking share improve this question The Art of Unit Testing..