DConf 2013 Day 1 Talk 4: Writing Testable Code in D by Ben Gertzfield

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Very interesting and enlightening talk. Now I'm motivated to unin-test my code.

bytefu
Автор

4:22 I would count Eiffel and its contracts as unit tests integrated into the language… now about what makes a language "major"…

DamienPollet
Автор

I really love using Mockito for Java (code.google.com/p/mockito/). I started work on something for D that uses a similar when/then API, but got stuck; my D-foo wasn't strong enough. Perhaps I'll dig it back up.

gileadis
Автор

If a mocking framework should make it into Phobos, I would pledge for a more recent architecture like in NSubstitute for C#. Unfortunately, their github based site seems to be down.

Basti