Interviewer And Interviewee Guide

JUnit Interview Question:

How Do You Test a private Method?

Submitted by: Administrator
When a method is declared as "private", it can only be accessed within the same class. So there is no way to test a "private" method of a target class from any test class.

To resolve this problem, you have to perform unit testing manually. Or you have to change your method from "private" to "protected".
Submitted by: Administrator

Read Online JUnit Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.