Skip to content

johannalee/MyJunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#COMPILE AND RUN MY JUNITS

##Command Line

  1. javac -cp $(JUNIT_HOME)/junit-4.10.jar NuPack.java NuPackTest.java
  2. java -cp $(JUNIT_HOME)/junit-4.10.jar org.junit.runner.JUnitCore NuPackTest

##Makefile

  1. Modify the path $(JUNIT_HOME) in accordante with the path where junit is in your local machine
  2. Run make run command line.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published