Package stubs

Examples of stubs.StringKeeperParam


        assertCollected("dropped through to DflOut");
    }
   
    public void testCallKeeperArg() {
      context.put("ugh", "123");
        Mojasef.delegate(keeper, new StringKeeperParam(), dfl);
        assertCollected("SK worked, got value '123'");
    }
View Full Code Here

TOP

Related Classes of stubs.StringKeeperParam

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.