File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ description: Get to know Mokkery's limitations for smoother development!
1010* ➡️ Functional types
1111* 🏛️ Final classes with [ all-open plugin] ( ./Guides/Mocking#final-classes )
1212* 🏗️ Abstract/open classes with public constructor and all overridable public members
13- * ⚠️ Mocking classes whose constructor parameters are accessed within the constructor is ** <u >not supported</u >**
13+ * ⚠️ Mocking classes whose constructor parameters are accessed within the constructor is ** <u >not supported</u >** .\
14+   ;  ;  ;  ;  ;
15+ Support for this feature might be tracked [ here] ( https://github.com/lupuuss/Mokkery/issues/108 ) .
1416 * 💡[ It's possible to allow final or inline members] ( ./Guides/Mocking#abstractopen-class-with-final-members )
1517
1618❌ Things that Mokkery is ** unable** to mock:
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ You can refer to [this file](https://github.com/lupuuss/Mokkery/blob/master/buil
164164 | 2.10.0 | 2.2.0 - 2.2.20 |
165165 | 2.9.0 | 2.2.0 - 2.2.10 |
166166 | 2.8.0 | 2.1.20 - 2.1.21 |
167- | 2.7.2 | 2.1.0 - 2.1.21 |
167+ | 2.7.2 - 2.7.3 | 2.1.0 - 2.1.21 |
168168 | 2.6.0 - 2.7.1 | 2.1.0 - 2.1.10 |
169169 | 2.3.0 - 2.5.1 | 2.0.0 - 2.0.21 |
170170 | 2.0.0 – 2.2.0 | 2.0.0 - 2.0.10 |
You can’t perform that action at this time.
0 commit comments