Skip to content

Commit 18bb3f7

Browse files
committed
readme language
1 parent acd6e3c commit 18bb3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
## Preamble
44

55
* Mock testing leads to highly focused tests where every variable is controlled.
6-
* Dependency Injection + well structured programs + Mock testing = clean code codebase.
6+
* Dependency Injection + well structured programs + Mock testing = super clean codebase.
77

88
The problem is, how does one Mock a String, Boolean, or other final type if those types are being Injected?
99

1010
## Summary
1111

12-
This Junit Extension allows you to inject Strings (or any other object) into your `@InjectMocks` targets [objects under test] without booting a Spring, Weld, CDI, Arquillian, EJB, or other container. It's super lightweight, over 100,000x faster than Arquillian, and easy to use.
12+
This Junit Extension allows you to inject Strings (or any other object) into your `@InjectMocks` targets [objects under test] without booting a Spring, Weld, CDI, Arquillian, EJB, or other container. It's super lightweight, over 100,000x faster than booting Arquillian, and easy to use.
1313

1414
## Example Problem
1515

0 commit comments

Comments
 (0)