Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 259 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 259 Bytes

JUnit and Maven From Scratch

  • Create a JUnit test
    • Write it
    • Compile it
    • Run it
  • Move to Maven
    • Classpath & dependencies
    • Standard Directory Layout
    • Minimal pom.xml (project file)
  • JUnit + AssertJ

Group Artifact Version