I am using the sharp architecture so I can easily use mocks etc. in my unit tests and/or during TDD. I have quite complicated business rules and would like to test them at the controller level. I am j
Can anyone point me in the direction of how I could get a NUnit test to run a .sql file to Create / Setup a database.
I\'ve decided to develop a database driven web app, but I\'m not sure where to start.The end goal of the project is three-fold:
I\'ve recently been studying TDD, attended a conference and have dabbled in few tests and already I\'m 100% sold, I absolutely love it TDD.
See the following Mock Test by using Spring/Spring开发者_JAVA技巧-MVC public class OrderTest { // SimpleFormController
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Should the view have nothing event specific in its interface and call the presenter plain methods to handle events and not have any official EventHandlers?For instance
I am implementing a Service Contract for WCF Service. As per TDD I wrote a test case to just pass it using hardcoded values.
I did search the forum and did not find a similar q开发者_StackOverflowuestion. I\'m looking to make a final decision on our mocking framework of choice moving forward as a best practice - I\'ve decid
In an N-Tier app you\'re supposed to have a business logic layer and a data access layer. Is it bad to simply have two assemblies: BusinessLogicLayer.dll and DataAccessLayer.dll to handle all this log