c# - What dynamic language can I use for .NET unit tests? -


I am trying to write some complicated acceptance tests for my C # code. I think that when I am writing my tests, I am casting very clear to satisfy the C # compiler. I like the type-protection, I get a steady typed language like C # in my output code, but for my tests, I'm dynamically typed in language to avoid all clear castings (eg IronPathon or IronRB). If my examination calls a method that is not present on an object, it will be fine after the code fails at run time (this is just a failed test). I am currently using MS Test as my unit test framework, and it will be convenient if I can continue to use it, what can I do with the dynamic (DLR-based) language that can be integrated with MS Test ? If you believe that help, then suggest a separate test framework. IronPython - The excellent book "IronPathon in Action" is among your advantages, which will help you with every test. Moves through an important aspect.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -