Sounds great, thanks!
Hila Berger
Posts
-
What are the best mocking frameworks available on Linux? -
What are the best mocking frameworks available on Linux?Nice! What are their mocking abilities?
-
What are the best mocking frameworks available on Linux?I entered the unit testing world about a year ago and now my team and I start working with Linux. Which mocking framework do you think is the best for Linux and why? Thanks!
-
Automatic unit testsIs it possible to test several cases of the method under test?
-
Automatic unit testsI mean that I have a code that contains some methods... I'm looking for a tool that would go over my code and create unit tests for the methods automatically... Does a tool like that exist in the market?
-
Automatic unit testsWhich unit testing framework for C# can create unit tests automatically?
-
Testing methodologiesWhat is the difference between unit tests, integration tests, acceptance tests, functional tests and regression tests?
-
Should I unit test private methods?Don't you think that testing only the public methods creates a problem? When a test of a public method fails, it is not clear where it fails. Is it in the public method called directly by the test, or in a private method called by the public method?
-
Should I unit test private methods?Yes, I agree with you. I think that there's no such thing as too many unit tests!
-
Should I unit test private methods?I used to unit test private methods, then some people advised me not to do so... What do you think? should I unit test only public methods or private methods as well?
-
What is the best way to practice unit testing in C#?Thanks!
-
What is the best way to practice unit testing in C#?Any recommended book? :)
-
What is the best way to practice unit testing in C#?I'm new to the unit-testing world and want to know how I can improve and write better tests :)
-
Which unit testing tools are integrated with Visual Studio?I'm curious to know which unit testing tools are integrated with Visual Studio, since I work with it a lot and want to start unit testing.