Socolin / RenameRelatedTests-Rider-Plugin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:PowerShell 53.9%Language:C# 46.1%