.Net 환경에서의 TDD에 관한 글입니다.

 

Unit Test와 .Net에서 사용 가능한 Mock Object의 설명과 실제 사용법까지 잘 나와 있는거 같아서 Link 합니다.

 

http://www.peterprovost.org/wiki/ow.asp?Test-Driven_Development_In_.NET

 

목차 입니다.

  • Introduction
  • What Are Unit Tests?
  • The NUnit Testing Framwork
  • TestFixture Attribute
  • Test Attribute
  • SetUp & Teardown Attributes
  • ExpectedException Attribute
  • Ignore Attribute
  • The NUnit Assertion Class
  • Running Your Tests
  • Doing Test-Driven Development
  • Using Mock Objects - DotNetMock
  • Testing the Business Layer
  • Testing the User Interface
  • Conclusion
  • More Info on the Web
  •  

    혹시 페이지가 없어질까봐 페이지 전문을 파일로 첨부합니다.

    참고로 첨부 파일 중 Zip 파일은 .Net용 MockObject입니다.

    위 첨부 파일명을 눌러도 창에서 글이 뜹니다.

    + Recent posts