Jump to content

LMock by Astemes

Discussion for astemes_lib_lmock

LMock is a mocking framework used for automatically generating and maintaining mock classes. A mock is a test double used, in place of a concrete implementation, when writing automated tests. This enables testing units of code in isolation, as the interface to the rest of the system is "mocked". Using a mock the behavior of the code under test can be verified, by checking that the expected VI calls are made. Furthermore, outputs from calls to the mocked objects can be predefined to stimulate and control the system under test. The LMock toolkit features an expressive API, powerful scripting features, and detailed failure descriptions. For full documentation, please see https://lmock.astemes.com/

0 topics in this forum

There are no topics in this forum yet

Start the first topic
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.