Package com.ptby.dynamicreturntypeplugin.config

Examples of com.ptby.dynamicreturntypeplugin.config.FunctionCallConfigList


                new ClassMethodConfigKt( "\\TaskData", "getObject", 1, replacementStrategy ),
                new ClassMethodConfigKt( "\\JE\\Test\\Phpunit\\PhockitoTestCase", "getFullMock", 0, replacementStrategy ),
                new ClassMethodConfigKt( "\\JE\\Test\\Phpunit\\PhockitoTestCase", "verify", 0, replacementStrategy )
        );

        List<FunctionCallConfigKt> functionCallConfigs = new FunctionCallConfigList(
                new FunctionCallConfigKt( "\\verify", 0, replacementStrategy ),
                new FunctionCallConfigKt( "\\mock", 0, replacementStrategy )
        );

        DynamicReturnTypeConfig expectedReturnTypeConfig = new DynamicReturnTypeConfig( classMethodConfigs, functionCallConfigs );
View Full Code Here

TOP

Related Classes of com.ptby.dynamicreturntypeplugin.config.FunctionCallConfigList

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.