Skip to content

rusio/refactoring-for-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refactoring for Tests

When working with legacy code, subsequent covering with unit tests is not an easy task. Quite often one is faced with the dilemma of refactoring - you need tests for safely refactorings, but the code needs to be refactored first in order to write any tests.   Bringing existing code in better shape is essential when existing code must be covered with unit tests. In this presentation we focus on refactorings that are targeted for covering legacy code with unit tests, after it has been written without testing in mind.

These are the sources for the presentation. See also:

Importing in Intellij IDEA

  • File > Open...

Importing in Eclipse

3rd Party Libraries

  • Edit the file refactoring-for-tests.userlibraries and adapt your local path.
  • Window > Preferences > Java > Build Path > User Libraries > Import...

Project Modules

File > Import... > Existing Projects into Workspace

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages