# File tests/funfx_test.rb, line 93
    def flex_object
      m = flexmock("funfx")
      m.should_receive(:checkComponent).with("idApp", "Buy").and_return("idBuy")
      m.should_receive(:checkComponent).with("idApp", "BuyButton").and_return(false)
      return m
    end