Jump to content

ori

Members
  • Posts

    1
  • Joined

  • Last visited

ori's Achievements

Member

Member (1/2)

0

Reputation

  1. Hi, I want to share with you a factory override issue I'm currently dealing with. I have a class (we can call it class_a), that I'm overriding, with class_a_ovrd, which extends class_a. for that, I'm using the following command, the build function of the test, before the env is being created: set_type_override_by_type(class_a::get_type(),class_a_ovrd::get_type(),"*"); after that, I can see that the override is being performed only for the build function of class_a_ovrd, i.e. only the build function of class_a_ovrd replaces the build function of class_a, but all the other functions still being taken from the original class, class_a. can you say how such thing can happen? Thanks, Ori
×
×
  • Create New...