Replies: 1 comment 5 replies
-
There are multiple unit test frameworks, it's not clear which you are using. CefSharp uses xunit for testing which you can use as a reference. The key parts are
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I use CefSharp Winforms 91 version. When I create unittest, using for the project using cefsharp, I get the following exception:
It occurs in the moment when I add previously create browser object to the tabpage. At the same time, if I just create any other project instead of unit test - I get no issues with it.
By the way, I checked - dll is present in the corresponding folder:
Beta Was this translation helpful? Give feedback.
All reactions