Package org.apache.kato.hprof.image

Examples of org.apache.kato.hprof.image.ImageFactoryImpl


    assertEquals("minor version mismatch",1,factory.getMinorVersion());
  }
 
  public void testModVersion() {
   
    ImageFactory factory=new ImageFactoryImpl();
    assertEquals("modification version mismatch",0,factory.getModificationLevel());
  }
View Full Code Here

TOP

Related Classes of org.apache.kato.hprof.image.ImageFactoryImpl

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.