Click here to Skip to main content
15,885,944 members
Articles / DevOps / Testing

Mock Java Calendar - JMockit vs Mockito

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
19 May 2012CPOL3 min read 30.7K   5  
This post discusses the different possibilities to mock the behavior of Calendar class in Java, in order to unit test the business methods which depend on this class. Three solutions are proposed.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Junior) OCTO Technology
Czech Republic Czech Republic
Writing software at ITG RFQ-hub.
LinkedIn
Blog
GitHub
Articles at OCTO blog

Comments and Discussions