MIPSUnit::MUnit
This project was made possible through Grand Valley State University's Individualized
Workload Plan, which allowed me to develop MUnit
in lieu of teaching an additional course.
Documenting MUnit
's use will significantly strengthen future requests for similar workload
flexibility.
Please provide as much information as you are comfortable sharing. None of the fields below are required; however, the more information you provide, the easier it will be for me to get time to update this program and work on others.
Compile: Simply put munit.jar
in your classpath to compile your
test clas: javac -cp munit.jar
InRangeTest.java
.
Run: Run munit.jar
and pass it (1) the name of
the assembly file under test, and (2) the name of the class
file containing the tests: javac -jar munit.jar in_range_correct.asm InRangeTest.class