Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PTP/photran/marker based refactoring tests

< PTP‎ | photran

Overview

We recently added "marker-based test suites" to Photran, which make it extremely easy to test a new refactoring or to add new tests for an existing refactoring.  The following test suites are written in the old style and should be converted to be marker-based:

  • AddOnlyToUseTestSuite.java
  • CommonVarNamesTestSuite.java
  • EncapsulateVariableTestSuite.java
  • InterchangeLoopsTestSuite.java
  • IntroImplicitTestSuite.java
  • KeywordCaseTestSuite.java
  • MakePrivateEntityPublicTestSuite.java
  • MinOnlyListTestSuite.java
  • MoveSavedToCommonBlockTestSuite.java

The test suites for Rename and Extract Procedure will not be converted.

Back to the top