Telerik JustMock
Herramienta de simulación rápida, flexible y completa para la elaboración de pruebas unitarias.
Publicado por Telerik
Distribuido por ComponentSource desde 2018
Precios desde: $ 489.02 Versión: 2024 Q3 NUEVO Actualizado: Aug 7, 2024
Herramienta de simulación rápida, flexible y completa para la elaboración de pruebas unitarias.
Telerik JustMock is an easy-to-use mocking tool that will help you compose unit tests faster than ever before, with higher quality. JustMock allows you to easily isolate your testing scenario from hard to configure dependencies like databases, requests to web services or third-party libraries. This results in higher productivity and better code. JustMock can mock everything from interfaces, virtual and abstract methods and properties, sealed classes, non-virtual methods and properties, static classes, methods, and properties, private, protected, or internal classes, methods and properties and even system API like DateTime, File, FileInfo, and so on.
What Is Mocking and Why Do I Need It?
Mocking is a concept in unit testing where real objects are substituted with fake objects that imitate the behavior of the real ones. Mocking is done so that a test can focus on the code being tested and not on the behavior or state of external dependencies.
For example, if you have a data repository class that runs business logic and then saves information to a database, you want your unit test to focus on the business logic and not on preparing, validating, and cleaning the data in the database. By mocking the dependency to the database, you will get rid of most of the maintenance of this unit test and speed it up tremendously.
Why Choose JustMock
Remove the Hassle of Writing Unit Tests.
JustMock makes it simple to isolate your testing environment and concentrate on the logic you wish to validate. It's easy to use and connects with your favorite unit testing framework, making unit testing, and mocking a breeze.
Mock Everything
Mock non-virtual or non-abstract methods, sealed classes, static methods and classes, non-public members, and types everywhere, including System API/MsCorLib members.
Easily Debug Mocked Objects
The JustMock Debug Window can help you uncover the answers you need while debugging your unit tests, from what arguments your mock object is called with to why it isn't called or why it is called again.
Increase Code Coverage
JustMock provides important feedback on the completeness and thoroughness of your unit tests, which is essential for any business aiming for high-quality code. It uses code coverage integrations for Visual Studio, dotCover, OpenCover, and others to correlate test and coverage results.
A Solution for Every Type of .NET Code
Whether you're dealing with complex and difficult-to-maintain legacy code or code developed with best practices in mind, this tool is ideal for unit testing your.NET code.
Comes with Award-Winning Support
Telerik's award-winning support team is committed to assisting you with any queries or issues you may encounter during the development of your application.
Mock Everything
Mocking and Assert Functionality
Integrate with Testing Frameworks
Build System Integration
Integrate with Other Tools
Supported .NET Versions
Supported OS