Eclipse function/plugin that finds corresponding junit class?

前端 未结 4 1142
梦如初夏
梦如初夏 2021-01-11 16:34

I\'ve been searching high and low for an Eclipse feature that lets you right-click on a main source class and find the corresponding JUnit class(es), without me having to na

4条回答
  •  孤独总比滥情好
    2021-01-11 17:18

    This plugin claims to be able to do this, as well as other stuff.

    An useful feature of this plugin is the ability to jump between similar class, e.g FooDAO to FooService, FooService to FooAction, etc. To use this feature, one needs to configure this first. To configure, please go to Windows -> Preferences ->Fast Code Preferences -> Mapping Btween Similar Classes. This is very similar to the configuration for create similar classes.

提交回复
热议问题