Asserting Non-Nullness

    public void testToString() {
        Complex z1 = new Complex(-2, 0);
        assertNotNull(z1.toString());
    }

Previous | Next | Top | Cafe au Lait

Copyright 2005 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified July 5, 2005