Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 411 Bytes

File metadata and controls

12 lines (11 loc) · 411 Bytes

code motion refactoring workshop

Steps to setup

  • Make sure you have java(version 1.8) installed on your machine
  • Make sure you have maven on your machine and is in your path
  • Try to run cmd mvn clean test
    • Make sure the build is successful with two tests passing
  • Open the project in you an IDE
    • IntelliJ Idea
    • Eclipse
  • Try to run calculatorTest from the IDE
    • Make sure two tests pass