Known Issues And Limitations

Top  Previous  Next

Requirements for projects under test

(your production code that you'd like to test)

 

 

·Your project under test must be compiled to produce debugging information:
·MSsymbol On Windows: Compile in DEBUG and to export PDB to be able to be tested.
·linuxsymbol On Linux: Follow the instruction in Configure Test Code for Isolator++ Professional.
·To fake Global C Methods, your project under test requires RTTI.
·The code under test needs to be in a dynamic/shared or a static library, or tests need to be part of the production code

 

Unable to run your MSTest test project

 

Isolator++ MSTest projects require three DLLs to run. If any of them are missing, the tests will not execute.

Ensure that the following DLLs are copied from the installation directory to your test directory:

 

·IsolatorCore.dll
·msdia140.dll
·symsrv.dll

 

Unsupported types (cannot be currently faked)

All classes under the following namespaces are currently not supported for faking:

 

·std
·stdext
·boost

Copyright  Typemock Ltd. 2009-2025.  All Rights Reserved.