New answers tagged unit-testing
3
votes
Accepted
Automated Testing classes with an injected DbContext
it looks like automated testing isn't really discussed for the integration point between application logic and data sources.
This is incorrect.
In unit testing, you won't have access to the database. ...
Top 50 recent answers are included
Related Tags
unit-testing × 1808testing × 482
tdd × 356
c# × 190
integration-tests × 185
mocking × 140
java × 117
design × 89
python × 67
c++ × 60
.net × 55
dependency-injection × 55
object-oriented × 54
javascript × 49
programming-practices × 47
php × 46
refactoring × 43
continuous-integration × 42
design-patterns × 40
test-coverage × 36
bdd × 35
database × 28
architecture × 27
code-quality × 24
junit × 24