Replies: 1 comment
-
fix incoming #1362 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
All reactions