Commit 21f697d
Fix attribute property injection timing issue
Test attributes like MyDataProvider were being initialized before their
properties were injected, causing 'Expected InnerClass to not be null'
errors in dependency injection scenarios.
Added property injection for test attributes before initialization to
ensure data source generators have their dependencies ready.
Co-authored-by: Tom Longhurst <thomhurst@users.noreply.github.com>1 parent 816da19 commit 21f697d
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
141 | 149 | | |
142 | 150 | | |
143 | 151 | | |
| |||
0 commit comments