1
Reply

Method dont have return type and no return any value then how do unit test case

Govind Mishra

Govind Mishra

5y
807
0
Reply

Method dont have return type and no return any value then how do unit test case

    In that case we just check the resources, which are being used by method or we can say the resources that we have mocked for the execution of test case for the Method. Will verify the uses of the resource, by this we can easily test the method.