Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 357 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 357 Bytes

#Testing with JUnit

This is part of a larger tutorial, available here.

##Run the Tests

###Compile and Link

	javac -cp ":jar/*" *.java

###Run (on Linux)

	java -cp ":jar/*" org.junit.runner.JUnitCore trivials
	java -cp ":jar/*" org.junit.runner.JUnitCore mmmTest