Package pass

Examples of pass.Modulo


public class ModuloTest extends TestCase {
  private Modulo mod;
 
  protected void setUp() throws Exception {
    super.setUp();
    mod = new Modulo();
  }
View Full Code Here


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

TOP

Related Classes of pass.Modulo

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.