Package com.ptby.dynamicreturntypeplugin.config

Examples of com.ptby.dynamicreturntypeplugin.config.FunctionCallConfigKt


                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 );

        assertEquals( expectedReturnTypeConfig, actualReturnTypeConfig );
View Full Code Here

TOP

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

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.