Click here to Skip to main content
15,885,216 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.

Views

Daily Counts

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