-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Native Render #1059
base: development
Are you sure you want to change the base?
test: Native Render #1059
Conversation
…ged initialize options.
…stead of pointers to values - and update the test suite to test not just eos sdk initialize options but also platform create options.
… added clarifying comments to the tests.
lib/NativeCode/DynamicLibraryLoaderHelper/NativeRender/src/eos_helpers.cpp
Outdated
Show resolved
Hide resolved
lib/NativeCode/DynamicLibraryLoaderHelper/ManagedPluginCode/Application.cs
Show resolved
Hide resolved
The solution only requires the tests to compile if in
It's standard practice to put test projects in the same solution as the projects that they are designed to test.
That dependency is only for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we need to discuss testing frameworks.
The following PR adds unit tests that confirm the equivalency of config values as read from the native and managed components of the plugin.
Important
This PR has been moved to draft pending an internal discussion regarding the best testing framework to utilize.
#EOS-1982