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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T09:01:24+00:00 2026-05-24T09:01:24+00:00

I am trying to unit test for structure of the object, I am making

  • 0

I am trying to unit test for structure of the object, I am making call to method getResults() and it returns me an object has properties like:

double mathMarks, double scienceMarks, double historyMarks, now how do I test the returned object’s structure in my Junit class?

i have vo where double mathMarks, double scienceMarks, double historyMarks are defined, I am not sure how can I check the structure of the returned object in my test class? Any suggestions?

  • 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-24T09:01:25+00:00Added an answer on May 24, 2026 at 9:01 am

    In Java you would normally have an interface or a common super class which specifies the required members. You could then test with assertTrue(a instanceof SomeClass) Note that this test fails even if the returned objects has the required members but doesn’t implement/extend SomeClass.

    If you want/have to work with fields, you can use reflection to check for the presence of the fields and there type.

    A third alternative would be to use a language like groovy for your test. It would allow you to write code accessing the code, no matter if they are actually there or not. At least I think this should be possible, but since I never actually worked with groovy I can’t provide any details.

    In order to choose the correct approach, the question is: how does the client code access the fields/members. Your tests should use the same approach.

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

Sidebar

Related Questions

I'm trying to Unit Test a class that has many internal functions. These obviously
I'm trying to unit test a private method that I have attached to my
I'm trying to unit test a class with 2 constructors. Each constructor has multiple
I am trying to unit test a controller that already has a constructor dependency
I'm trying to unit test some code which utilises a library which has a
I am trying to unit test a web service that returns a non primitive.
I'm trying to unit test some code that looks like this: def main(): parser
I'm trying to unit test a function which returns a SelectList. How can I
So I'm trying to unit-test a controller method. I'm using MSTest in VS 2010,
I'm trying to unit test a custom ConfigurationSection I've written, and I'd like to

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.