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 8482787
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T19:54:20+00:00 2026-06-10T19:54:20+00:00

Using Assumptions , I can add a bit more meaning to my tests, but

  • 0

Using Assumptions, I can add a bit more meaning to my tests, but when assumption is false, the tests errors out instead of failing (which is better of course). I wonder, is there a way to skip the test altogether when that happens?

For example, when i am offline, test makes no sense and adds no meaning. I would like to recognize the fact that i am offline and not run the test at all. So, no fail(), no pass(), pretend that this test does not even exists.

    AppConnector appConn = new AppConnector(url, RequestType.POLL);
    Assume.assumeTrue(appConn.connect());

    try {
        // stuff
    } catch (Exception e) {
        fail();
    }
  • 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-10T19:54:21+00:00Added an answer on June 10, 2026 at 7:54 pm

    Using the extended jUnit, i modified my test to include precondition

    @RunIf(value = HttpChecker.class, arguments = "http:internal_site_url")
    

    This works as needed. The test will only run when ran from inside the walls of the company, else it won’t run at all.

    If the test fails, it will fail for a legitimate reason.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

using this http://bl.ocks.org/950642 we can see how to add images to nodes, the question
Using Location.getBearing(); I seem to get randomly changing bearings. Aka, I can turn the
I'm trying to figure out how to profile a WCF service so I can
How can I split *.wmv file (using java)? I tryed simple algorythm like read
I'm using this piece of jQuery to add radio button behavior to checkboxes, i.e.
In my free-threaded in-proc COM object using ATL I want to add a member
(Edited to add an example and hopefully make it a bit clearer) I'm mainly
Using DotNetNuke 5. I am using the EventLogController along with LogInfo to add custom
Goal: On submission of a form to add/update/delete objects an email is sent out
This has been bugging me all morning and I can't even figure out where

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.