Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ Cons:
You can using following order to decide how to test your code:

1. DI framework is naturally easy to unit test by inject all things through constructor.
2. Using mockk or other mocking framework to mock the dependency.
2. Using MockK or other mocking framework to mock the dependency.

Actually, we have implemented a unit test framework for Knit, which is based on run bytecode transformation at runtime, but it is very time costly because it needs to scan all runtime classpath to find all components, so we are still focused on how to optimize it and not published it yet.

Expand Down