You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mocking is an extremely useful tool in testing, but in a non-OO it can be tricky. One way to do this is via function wrapping in the linker. Currently that means LLD, but that an implementation detail. I bet the compiler could do a better job wrapping functions in test in a test build.
The text was updated successfully, but these errors were encountered:
Mocking is an extremely useful tool in testing, but in a non-OO it can be tricky. One way to do this is via function wrapping in the linker. Currently that means LLD, but that an implementation detail. I bet the compiler could do a better job wrapping functions in test in a test build.
The text was updated successfully, but these errors were encountered: