Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Mockito for Spring
  • Table Of Contents Toc
  • Feedback & Rating feedback
Mockito for Spring

Mockito for Spring

By : Acharya
3 (2)
close
close
Mockito for Spring

Mockito for Spring

3 (2)
By: Acharya

Overview of this book

If you are an application developer with some experience in software testing and want to learn more about testing frameworks, then this technology and book is for you. Mockito for Spring will be perfect as your next step towards becoming a competent software tester with Spring and Mockito.
Table of Contents (7 chapters)
close
close

Mocking an environment


The Environment interface and the PropertySource class were added to Spring 3.1 in order to simplify working with properties. In Spring 3.2, MockEnvironment and MockPropertySource were added to the mock properties in tests. We'll create a program to configure a bean from a properties file value and then mock out the properties file value with MockEnvironment and MockPropertySource.

The following are the steps:

  1. Create a myProp.properties properties file under the test source folder and add the following property:

    message = I'm the king
  2. You can define a Spring configuration context by annotating a class with the @Configuration annotation. The @PropertySource annotation takes the properties' filenames and sets the properties to the Environment resource. Create a MyConfig configuration class under the com.packt.environment package. The following is the configuration class:

    @Configuration
    @PropertySource({"classpath:myProp.properties"})
    public class MyConfig {
    
      @Resource...
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Mockito for Spring
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon