Skip to content

A Rider / Resharper Plugin that extends rename refactoring to also rename related tests

License

Notifications You must be signed in to change notification settings

Socolin/RenameRelatedTests-Rider-Plugin

Repository files navigation

RenameRelatedTests for Rider and ReSharper

A Rider / Resharper Plugin that extends rename refactoring to also rename related tests

Rider ReSharper GitHub

Build plugin

./gradlew :buildPlugin

Examples

Rename related test class

For a given class named Service it will rename the class named ServiceTests that reference the class Service

Rename related test class example

Rename related test methods

When renaming a method, it will rename related test method, invoking it and containing its name. Note: It's tolerant if Async suffix is not present in the test method.

Rename related test methods example

Notes

Based on this template resharper-rider-plugin see its documentation for more details about project structure

About

A Rider / Resharper Plugin that extends rename refactoring to also rename related tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published