Git Product home page Git Product logo

junit's Introduction

junit

learning Java through JUnit

General dev setup

Install JDK 8 from Oracle - https://www.oracle.com/java/technologies/downloads/#java8

Download Maven: https://maven.apache.org/download.cgi

Add to path: export PATH="/Users/brent/apache-maven-3.8.2/bin:$PATH"

new to Maven? - https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html

mvn archetype:generate -DgroupId=lovey -DartifactId=junit -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false

export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/"

mvn package - to download jars and create project structure.

mvn -Dtest=lovey.ScoreCollectionTest test - to run a single test.

http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html

Guard - TDD

bundle install - to get the listen gem.

./guard.rb - to start watching your files. - [save] a test to run it automatically. - [save] a class and the corresponding test will be run.

Editor support

I am using Atom, with the https://github.com/atom/ide-java package. - Based on the Eclipse JDT Language Server

Seems something similar is available for Sublime: See:

junit's People

Contributors

brentgreeff avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.