Coder Social home page Coder Social logo

snegovikufa / resharper-testlinker2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vladyslav-burylov/resharper-testlinker2

1.0 3.0 0.0 23.83 MB

Easy navigation between test and production code.

License: MIT License

C# 97.35% Kotlin 2.65%

resharper-testlinker2's Introduction

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

  • Please go though https://github.com/JetBrains/resharper-rider-plugin

  • Once initial setup is done, plugin can be built using:

    ./gradlew :buildPlugin
  • Other useful scripts:

    • ./gradlew :runIde - run plugins inside sandbox (IDE version specified by gradle.properties)

resharper-testlinker2's People

Contributors

matkoch avatar vladyslav-burylov avatar snegovikufa avatar glconti avatar ulex avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.