chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
+1 vote
F.show was calling another class constructor. I can\\\'t hide.

For example

Class AAAA

{

AAAA()

{

BBBB hideUT=new BBBB();  Another class UI

hideUI.show()

}

}
asked by gnanam (4.7k points)

1 Answer

0 votes

Hello gnanam,

I need some more information regarding this matter. Do you want to fake the constructor? Or, call the original constructor and ignore the .show method?

Cheers,

Coral

answered by CoralTypemock (940 points)
example for UI hide
...