-
Notifications
You must be signed in to change notification settings - Fork 11
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
MVVM testing #33
Comments
The only known bug related to selection is #42. |
Test cases (two test projects):
|
Should the test project be in .NET Framework or .NET Core? Antlr.Runtime can only be used from .NET Framework, so any tests which target this must use .NET Framework. Tests against Antlr.Runtime.Standard can be either in .NET Framework or .NET Core. |
Related #60 |
We've resolved this. Antlr.Runtime can be used from .NET Framework, .NET Core, and .NET 5. Test projects target |
Relevant: https://www.pluralsight.com/courses/wpf-mvvm-test-driven-development-viewmodels
Questions:
The text was updated successfully, but these errors were encountered: