Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Compare: Home

Showing with 15 additions and 1 deletion.
  1. +15 −1 Home.md
16 changes: 15 additions & 1 deletion Home.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
Welcome to the lmock wiki!
Welcome to the Lmock documentation Wiki.

The document is designed as a cookbook that would help you to quickly understand Lmock and design your first tests with the framework. It assumes that you are already familiar with:

* **JUnit** tests (version 3 or 4)
* **Mocking** in general. Ideally we assume that you have already practiced tests implying mocks

In addition to this document, you may be interested by the tutorials delivered with Lmock, under the <code>docs</code> directory. They give a detailed description of the framework, thus require a bit of time to be read.

This document starts with an [[overview of a test using Lmock|Main-structure of a test with Lmock]].
You may also refer to individual sections directly:

* [[How to define stubs and expectations|Stubs and scenario]]
* [[How to implement tests implying multiple threads|Multi threading support]]