Examples of useEnum()


Examples of org.jboss.forge.classloader.mock.SimpleEnumFactory.useEnum()

      Assert.assertTrue(Proxies.isForgeProxy(enhancedFactory));
      SimpleEnum enhancedInstance = enhancedFactory.getEnum();
      Assert.assertFalse(Proxies.isForgeProxy(enhancedInstance));

      enhancedFactory.useEnum(SimpleEnum.STOPPED);
   }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.