Package org.intellij.plugins.junitgen.bean

Examples of org.intellij.plugins.junitgen.bean.TemplateEntry


                        }

                        processMethods(genCtx, methodList, methodCompositeList);
                        processMethods(genCtx, pMethodList, privateMethodCompositeList);

                        entryList.add(new TemplateEntry(genCtx.getClassName(false),
                                genCtx.getPackageName(),
                                methodCompositeList,
                                privateMethodCompositeList,
                                fieldList));
                        process(genCtx, entryList);
View Full Code Here

TOP

Related Classes of org.intellij.plugins.junitgen.bean.TemplateEntry

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.