TestNg protected method
I have testNg test case that calls protected method.
Idea is giving red line on the method.
But TestNG should be able to call protected method, is not it?
Any ideas what is missing?
Even I can not run test case. It is telling the method is protected. And does not compile it.
thanks
请先登录再写评论。
Figured out that package name should be the same.