TUnitExtensions:GetConstructorParameterNames throws "Could not find constructor with 0 parameters" when using a Test Class with a TUnit [ClassConstructor] #1360
-
First glance at this verification package is very intriguing! I like the concept of Snapshot testing, an am keen to get running. It seems Verify is trying to find a Test Harness Class constructor with zero parameters.
TUnit allows the use of a Class Constructor Helpers that I am using to inject services in the the constructor as parameters, and my tests won't work with out them - integration testing! I'm not sure why Verify is trying to find such a construct on the Test Harness Class, than the objects being verified - and not finding anything in the docs, issues or discussions, that can help me. Is Verify compatible with all TUnits features? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
fix incoming #1362 |
Beta Was this translation helpful? Give feedback.
fix incoming #1362