I want to know, how do i test OnMouseDown() function (Or any Event based function) for integration testing using unity test tools.
I attached CallTesting.cs script on cube who will get OnMouseDown() event. I have to test this functionality by using Unity Test Tools(Integration Test Tool). So please give me some guidance how do i achieve this?
Thanks in Advance.