Package com.ptby.dynamicreturntypeplugin.config.valuereplacement

Examples of com.ptby.dynamicreturntypeplugin.config.valuereplacement.PassthruValueReplacementStrategy


        JsonToDynamicReturnTypeConfigConverter jsonToDynamicReturnTypeConfigConverter = new JsonToDynamicReturnTypeConfigConverter();
        DynamicReturnTypeConfig actualReturnTypeConfig = jsonToDynamicReturnTypeConfigConverter.convertJson(
                new TestVirtualFile( json )
        );

        PassthruValueReplacementStrategy replacementStrategy = new PassthruValueReplacementStrategy();
        List<ClassMethodConfigKt> classMethodConfigs = new ClassMethodConfigList(
                new ClassMethodConfigKt( "\\TaskData", "getObject", 1, replacementStrategy ),
                new ClassMethodConfigKt( "\\JE\\Test\\Phpunit\\PhockitoTestCase", "getFullMock", 0, replacementStrategy ),
                new ClassMethodConfigKt( "\\JE\\Test\\Phpunit\\PhockitoTestCase", "verify", 0, replacementStrategy )
        );
View Full Code Here

TOP

Related Classes of com.ptby.dynamicreturntypeplugin.config.valuereplacement.PassthruValueReplacementStrategy

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.