Tests for primary constuctors,passing cases#2009
Conversation
|
Looks good, although Chris won't like the fact that the first test is called D000 ;) |
Haha indeed :) Just one small thing, please use some a descriptive name for the tests ( Application-> Properties -> General page, Application Name ), so we can easily tell with a glance what the test is for Also, Robert, I have added long ago the .xicfg extension in gitignore, but the file xSharp Tests30.xicfg (local project settings, similar to the .suo file for VS) is already in the repo. How to remove it from source control, just a simple delete of the file and push of changes will be enough? It will be created again next time the project is opened. |
Add tests for primary constructors: (for VO/Core and for net framework/sdk)
Notes:
Must-fail tests will be added in a follow-up.
Let me know of any comments.