Main method for TestCase

Use the one of the test runners to run the current class:

    public static void main(String[] args) {
      junit.textui.TestRunner runner = new junit.textui.TestRunner();
      runner.run(FractionTest.class);
    }

Previous | Next | Top | Cafe con Leche | Cafe au Lait

Copyright 2005 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified September 6, 2005