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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:51:53+00:00 2026-05-30T20:51:53+00:00

is there a convenient way to bypass the private visibility ( edit: that is,

  • 0

is there a convenient way to bypass the “private” visibility (edit: that is, making them accessible for testing) for qooxdoo class members for test runners?

The framework does provive a convenient test running infrastructure, so I wonder if there’s some explicit mechanism. Just calling the method doesn’t work (I think they are renamed by qooxdoo’s generate.py script).

I want to have everything tested, so I need a way to get a test to those private methods, too.

  • 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-30T20:51:55+00:00Added an answer on May 30, 2026 at 8:51 pm

    Yes, renaming private members is one of the optimizations that can be done by qooxdoo’s toolchain. You can toggle any of these optimizations by overriding the “compile-options/code/optimize” config key of the generator job that compiles your application:
    http://manual.qooxdoo.org/current/pages/tool/generator_config_ref.html#pages-tool-generator-config-ref-compile-options

    In your case, the job to override is the one that generates the application containing your unit test classes. Adding this job to your config.json should do the trick:

    "testrunner::build-tests-script" :
    {
      "compile-options" :
      {
        "code" :
        {
          "=optimize" : ["variables", "basecalls", "strings", "variants"]
        }
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a convenient way to write a regex that will try to match
Is there a convenient way to calculate percentiles for a sequence or single-dimensional numpy
Is there a convenient way to do this for my extension? I know I
Is there any convenient way to type in braces in Math in Latex? Especially
Is there any convenient way to take an array/set of objects and create a
Is there any convenient way to read and parse data from incoming request. E.g
Is there a convenient way to get mouse deltas (e.g. mickeys) under X/linux? I
Is there a convenient way to document a C++ concept in doxygen? I would
Is there a convenient way to filter bigObject with only the properties defined in
Is there a convenient way to make a button with a badge? Not on

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.