This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch feature/refactor_bundle_cache
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/refactor_bundle_cache 
by this push:
     new 6c94c9b5 Minor documentation correction.
6c94c9b5 is described below

commit 6c94c9b5ecd3015ebb039e59ff8c535435c41809
Author: PengZheng <[email protected]>
AuthorDate: Tue Feb 7 13:36:13 2023 +0800

    Minor documentation correction.
---
 libs/error_injector/README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/libs/error_injector/README.md b/libs/error_injector/README.md
index 651fcddd..93e8d4fe 100644
--- a/libs/error_injector/README.md
+++ b/libs/error_injector/README.md
@@ -30,9 +30,10 @@ As its name suggests, Celix Error Injector enables you to 
inject arbitrary error
 You only have to:
 
 1. Implement a simple stub module for your target API under this folder.
-2. Link it into your test executable **statically**. Check 
`test_framework_with_ei` for a way of doing this with minimal CMake duplication.
-3. Specify the target function call you want to injector specific error into 
with a single function call before the code under test runs.
-4. Disable error injector during the TearDown phase of the test. Forgetting 
this step may interrupt other tests.
+2. Link it into your test executable.
+3. Link the code under test into your test executable **statically**. Check 
`test_framework_with_ei` for a way of doing this with minimal CMake duplication.
+4. Specify the target function call you want to injector specific error into 
with a single function call before the code under test runs.
+5. Disable error injector during the TearDown phase of the test. Forgetting 
this step may interrupt other tests.
 
 We have implemented several injectors. 
 

Reply via email to