Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

vladyslav-burylov/resharper-testlinker2

 
 

Repository files navigation

Test Linker 2

License

Test Linker 2 collects link data between types (i.e., production and test code) based on various mechanisms and provides various features based on that. For your convenience, Test Linker 2 automatically takes base/derived types into account when meaningful.

Features

  • Adds hotkey for quick switching between tests/code
  • Synchronizes test/production classes renames

demo video

Configuration

Link data is currently maintained via:

  • Derived names, as with Calculator and CalculatorTest. Pre-/Postfixes can be configured in the options page.
  • Usages of TypeofAttributes, as in [Subject (typeof (FirstComponent), typeof(SecondComponent)], which are applied to test classes. This custom attribute is especially useful for integration test and can be configured through the options page.

options page screenshot

Building Locally

About

Easy navigation between test and production code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 90.3%
  • PowerShell 7.4%
  • Kotlin 2.3%