JazSharp؛ یک فریم ورک unit testing مخصوص دات نت شبیه به Jasmine
نویسنده: وحید نصیری
تاریخ: ۱۳۹۸/۰۵/۲۸ ۱۹:۳۶
آدرس: www.dntips.ir
| مطالب | ۳۶۹۴ |
| نویسندگان | ۲۷۶ |
| گروههای مطالب | ۱۰۲۴ |
| نقشههای راه | ۱۱۹ |
| دورهها | ۱۴ |
| اشتراکها | ۱۷۹۱۴ |
JazSharp is a unit testing framework for .NET that works very similar to Jasmine:
Tests are defined using Describe and It
Method calls can be replaced with spies allowing you to truly isolate the code you are testing
Full set of Assets (known as Expects) including ToHaveBeenCalledWith, ToEqual and ToContain which perform recursive comparisons