Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8417259
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T01:59:25+00:00 2026-06-10T01:59:25+00:00

I wanted to write few unit tests for my application that uses Spring MVC.

  • 0

I wanted to write few unit tests for my application that uses Spring MVC. I read the manual page at the Spring home page:http://static.springsource.org/spring/docs/current/spring-framework-reference/html/testing.html and it seems that this Spring testing framework could be really useful.

But here are the questions:

1.If I understand it right, to use any of the annotations for testing like @ContextConfiguration I need to use @RunWith(SpringJUnit4ClassRunner.class)? But is it possible to use two runners (probably not), I just wondered if one can use Spring runner and mockito one, because I am using mockito to mock normal objects.

2.I have a question about loading xml context files with @ContextConfiguration. I have my .xml files in src/main/webapp/WEB-INF/spring, how can I load them using ContextConfiguration? I tried

@ContextConfiguration(locations="/webapp/WEB-INF/spring/root-context.xml")
@ContextConfiguration(locations="webapp/WEB-INF/spring/root-context.xml")
@ContextConfiguration(locations="/WEB-INF/spring/root-context.xml")
@ContextConfiguration(locations="WEB-INF/spring/root-context.xml")
@ContextConfiguration(locations="/src/main/webapp/WEB-INF/spring/root-context.xml")
@ContextConfiguration(locations="src/main/webapp/WEB-INF/spring/root-context.xml")

but I always get class path resource [some_path] cannot be opened because it does not exist.I am wondering then what path should I use?

EDIT:
the second problem was that WEB-INF is not in the classpath, here is the topic that helped me Location of spring-context.xml

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T01:59:27+00:00Added an answer on June 10, 2026 at 1:59 am
    1. No, you cannot have two @RunWith, instead you should use other ways that Mockito provides to create a Mock stand-in.

    2. The way to specify multiple locations is this:

      @ContextConfiguration(locations={"first.xml", "second.xml"})
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've read through a few questions that address something similar, but wanted to ask
I wanted to write a function that'll be cross platform (win32 & linux), and
I wanted to write a method with an argument that defaults to a member
I wanted to write a Custom Control that would show a family tree... so
I wanted to write a program that test if two files are duplicates (have
Hi guys I have a few questions that I wanted to ask. I an
I am exploring Django with MySQL & have a few things that I wanted
I wanted to write a query to delete from x table and y table
I wanted to write something basic in assembly under Windows. I'm using NASM, but
I wanted to write a regex to count the number of spaces/tabs/newline in a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.