Skip to content

skalinets/TddExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a test solution to show some TDD examples.

IDataStorage -- is a wrapper of Linq to SQL datacontext that can be mocked in tests.

Tests.BlogEngineTests contains two 
simple tests for insert and select operations. Both tests do not require DB.

IntegrationTests.BlogEngineIntegrationTests contains the same tests that are executed against real DB. Script for test DB is located in 
Sql Scripts folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages