Skip to content

CaoAssignments/junit-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the tester on UNIX based systems (including a mac):
Compile: javac -cp lib/junit-4.12.jar:lib/hamcrest-core-1.3.jar:. DemoArrayImplTester.java
Execute: java -cp lib/junit-4.12.jar:lib/hamcrest-core-1.3.jar:. org.junit.runner.JUnitCore DemoArrayImplTester

Running the tester on Windows systems:
Compile: javac -cp ".;lib\junit-4.12.jar;lib\hamcrest-core-1.3.jar" DemoArrayImplTester.java
Execute: java -cp ".;lib\junit-4.12.jar;lib\hamcrest-core-1.3.jar" org.junit.runner.JUnitCore DemoArrayImplTester

About

JUnit demo code for CSE 12 Week 1 Discussion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%