Package net.sourceforge.purrpackage.test.specialCases.staticinit.staticinit2

Examples of net.sourceforge.purrpackage.test.specialCases.staticinit.staticinit2.StaticInit2


    @Test
    public void testStaticInits() {
  assertNotNull( StaticInit.wasFoo );
  assertNotNull( StaticInit2.wasFoo );
  new StaticInit().coveredHere();
  new StaticInit2().coveredElsewhere();
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.purrpackage.test.specialCases.staticinit.staticinit2.StaticInit2

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.