Average Ratings 0 Ratings

Total
ease
features
design
support

No User Reviews. Be the first to provide a review:

Write a Review

Average Ratings 0 Ratings

Total
ease
features
design
support

No User Reviews. Be the first to provide a review:

Write a Review

Description

Components within a software system rarely function independently; instead, they interact with one another to fulfill their tasks effectively. During unit testing, it is often unnecessary to utilize the actual implementations of these collaborating components, as we typically have confidence in their reliability. Instead, mock objects serve as stand-ins for the collaborators associated with the unit being tested. To effectively evaluate a unit in isolation or to create an adequate testing environment, it is essential to replicate the behavior of these collaborators within the test framework. A Mock Object acts as a test-focused substitute for a collaborator, designed to replicate the functionalities of the original object in an uncomplicated manner. Unlike a stub, which merely provides preset responses, a Mock Object additionally checks if it is utilized correctly during the test process. EasyMock was the pioneer in offering dynamic Mock Object generation, sparing developers from the tedious task of manually creating Mock Objects or writing code for their generation. By employing Java's proxy mechanism, EasyMock facilitates the on-the-fly creation of Mock Objects, streamlining the testing process and enhancing efficiency. This innovation not only simplifies the testing workflow but also ensures a greater degree of control and accuracy during unit tests.

Description

Mocking serves as an effective method to enhance the readability and maintainability of code during testing. In a series of three articles, I aim to explore the foundational concepts, features, and unique aspects of the MockK library. This innovative open-source library, available on GitHub, is dedicated to simplifying the mocking process in Kotlin. When it comes to property injection, the library first attempts to align properties by their names, followed by matching them based on class or superclass hierarchies. For further customization, users can refer to the lookupType parameter. Notably, property injection continues to function even when private visibility is enforced. Additionally, when selecting constructors for injection, the library prioritizes those with the highest number of arguments, proceeding to those with fewer. This thoughtful design enhances the user experience and flexibility in testing scenarios.

API Access

Has API No 

API Access

Has API Yes 

Screenshots View All

Screenshots View All

Integrations

JUnit No 
Kotlin No 
PowerMock Yes 

Integrations

JUnit Yes 
Kotlin Yes 
PowerMock No 

Pricing Details

No price information available.
Free Trial No 
Free Version No 

Pricing Details

Free
Free Trial No 
Free Version Yes 

Deployment

Web-Based Yes 
On-Premises No 
iPhone App No 
iPad App No 
Android App No 
Windows No 
Mac No 
Linux No 
Chromebook No 

Deployment

Web-Based No 
On-Premises No 
iPhone App No 
iPad App No 
Android App No 
Windows Yes 
Mac Yes 
Linux Yes 
Chromebook No 

Customer Support

Business Hours No 
Live Rep (24/7) No 
Online Support Yes 

Customer Support

Business Hours No 
Live Rep (24/7) No 
Online Support Yes 

Types of Training

Training Docs Yes 
Webinars No 
Live Training (Online) No 
In Person No 

Types of Training

Training Docs Yes 
Webinars No 
Live Training (Online) No 
In Person No 

Vendor Details

Company Name

EasyMock

Founded

2001

Website

easymock.org

Vendor Details

Company Name

MockK

Website

mockk.io

Product Features

Software Testing

Automated Testing No 
Black-Box Testing No 
Dynamic Testing No 
Issue Tracking No 
Manual Testing No 
Quality Assurance Planning No 
Reporting / Analytics No 
Static Testing No 
Test Case Management No 
Variable Testing Methods No 
White-Box Testing No 

Alternatives

Telerik JustMock Reviews

Telerik JustMock

Progress Telerik

Alternatives

Telerik JustMock Reviews

Telerik JustMock

Progress Telerik