Skip to content
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

Add tests for namespace/using related refactorings (cevelop) #48

Open
moberhuber opened this issue Mar 15, 2018 · 1 comment
Open

Add tests for namespace/using related refactorings (cevelop) #48

moberhuber opened this issue Mar 15, 2018 · 1 comment

Comments

@moberhuber
Copy link

The namespace/using related refactorings from the "Refactorings" section on https://www.cevelop.com/features/ look interesting and useful. It would be good adding some tests for these, perhaps at the point when results for cevelop are added.

@moberhuber moberhuber changed the title Add tests for namespace/using related refactorings (see cevelop) Add tests for namespace/using related refactorings (cevelop) Mar 15, 2018
@LegalizeAdulthood
Copy link
Owner

Add test cases for:

  • Inline Using: replace unqualified identifier with fully qualified identifier and remove corresponding using declaration or using directive
  • Extract Using Declaration: replace fully-qualified identifier with unqualified identifier and adds a using declaration in the local scope
  • Qualify Name: replace an unqualified identifier with a fully qualified identifier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants