fitSharp
Logging Method Calls
To find all the methods used in our Fit tests, we can log all the method calls with the following entry in our Suite Configuration File:
<suiteConfig>
    ...
    <Fit.Operators>
      <Replace with="fitSharp.Fit.Operators.InvokeLogged">InvokeDefault</Replace>
    </Fit.Operators>
</suiteConfig>
The log is written to a file named invoke.log.
Copyright © 2022 Syterra Software Inc. All rights reserved.