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

  • SEARCH
  • Home
  • 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 3489612
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T11:24:57+00:00 2026-05-18T11:24:57+00:00

I have a test that compares a large blob of expected XML with the

  • 0

I have a test that compares a large blob of expected XML with the actual XML received. If the XML is significantly different, the actual XML is written to disk for analysis and the test fails.

I would prefer to use assertEquals so that I can compare the XML more easily in Eclipse – but this could lead to very large JUnit and CruiseControl logs.

Is there a way I can change a JUnit test behaviour depending on whether it’s running through Eclipse or through Ant.

  • 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-05-18T11:24:57+00:00Added an answer on May 18, 2026 at 11:24 am

    Here are 2 solutions.

    Use system properties

    boolean isEclipse() {
        return System.getProperty("java.class.path").contains("eclipse");
    }
    

    Use stacktrace

    boolean isEclipse() {
        Throwable t = new Throwable();
        StackTraceElement[] trace = t.getStackTrace();
        return trace[trace.length - 1].getClassName().startsWith("org.eclipse");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a JUnit test that fails because the milliseconds are different. In this
I have a test that is successful (among other things) if a certain callback
I have a test file that contains tests taking quite a lot of time
I have a unit test that creates a mock calls my method to be
I have a test file that has many lines, each line looks something like:
I have a unit test that tests if an Exception is throw, but this
I have a test file that contains 1,2,3 2,3,4 5,6,7 I want to insert
I have this JUnit test that I need help developing a Interface and Class
I have a test list that I am trying to capture data from using
I have a PHPUnit test that's using a Doctrine2 custom repository and Doctrine Fixtures.

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.