Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PTP/photran/marker based refactoring tests"

< PTP‎ | photran
(New page: = 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 fol...)
 
m
 
Line 1: Line 1:
= Overview =
+
= 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.&nbsp; The following test suites are written in the old style and should be converted to be marker-based:
+
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.&nbsp; The following test suites are written in the old style and should be converted to be marker-based:  
  
*AddOnlyToUseTestSuite.java
+
*AddOnlyToUseTestSuite.java  
*CommonVarNamesTestSuite.java
+
*CommonVarNamesTestSuite.java  
*EncapsulateVariableTestSuite.java
+
*EncapsulateVariableTestSuite.java  
*InterchangeLoopsTestSuite.java
+
*InterchangeLoopsTestSuite.java  
*IntroImplicitTestSuite.java
+
*IntroImplicitTestSuite.java  
*KeywordCaseTestSuite.java
+
*KeywordCaseTestSuite.java  
*MakePrivateEntityPublicTestSuite.java
+
*MakePrivateEntityPublicTestSuite.java  
*MinOnlyListTestSuite.java
+
*MinOnlyListTestSuite.java  
 
*MoveSavedToCommonBlockTestSuite.java
 
*MoveSavedToCommonBlockTestSuite.java
 +
 +
The test suites for Rename and Extract Procedure will not be converted.

Latest revision as of 14:16, 17 May 2010

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