Package pass

Examples of pass.Division


public class DivisionTest extends TestCase {
  private Division division;
 
  protected void setUp() throws Exception {
    super.setUp();
    division = new Division();
  }
View Full Code Here


   
    private Division division;
   
    protected void setUp () throws Exception {
      super.setUp ();
      division = new Division ();
    }
View Full Code Here

TOP

Related Classes of pass.Division

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.