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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:27:16+00:00 2026-06-06T05:27:16+00:00

I am trying to work out the best practice for my problem. I have

  • 0

I am trying to work out the best practice for my problem. I have multiple methods within a class that create new objects:

    public void ToBeTested()
    {
         ClassForExmaple classForExample = new ClassForExample();

         //Other logic.....
    }

    public void ToBeTested2()
    {
          ClassForExmaple2 classForExample2 = new ClassForExample2();

          //Other logic.....
    }

etc…..

I have a total of about 5 of these objects, which I was going to use constructor injection on but this seems quite messy. As there is a few of them should I be using private properties instead or is there another way?

I am doing this so I am able to mock these new calls out.

  • 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-06T05:27:17+00:00Added an answer on June 6, 2026 at 5:27 am

    It seems fine to use constructor injection in this case, as it looks like you have a single instance of each type of object. If that isn’t the case, you could inject factories into the class’s constructor and allow it to create the objects as required.

    I would avoid mocking private properties; if you’re having to resort to that, it usually means that you have hidden testable code inside your class that should be better exposed to the testing framework. Exposing public properties to be set externally would be better.

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

Sidebar

Related Questions

I am trying to work out the best way to design a class that
I am new to MVC and still trying got work out the best practices
I've been trying to work out the 'best practices' way to manage file uploads
i'm trying to work out the best method to perform logging in the application
I'm trying to work out the best method to search a vector of type
I am trying to work out the best way of doing this but not
I'm trying to work out what the best method to passing a large number
i am trying to work out the following problem in Java (although it could
I'm trying to work out the best way to assemble the navigation menu of
I am trying to work out the best database model for the current setup:

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.