A B C D E F G I J M N P S T W

A

AbstractCommand - Class in cn.shenyanchao.ut.command
 
AbstractCommand() - Constructor for class cn.shenyanchao.ut.command.AbstractCommand
 
AbstractReceiver - Class in cn.shenyanchao.ut.receiver
 
AbstractReceiver() - Constructor for class cn.shenyanchao.ut.receiver.AbstractReceiver
 
accept(File) - Method in class cn.shenyanchao.ut.filter.JavaFileFilter
 
accept(File, String) - Method in class cn.shenyanchao.ut.filter.JavaFileFilter
 
action() - Method in class cn.shenyanchao.ut.command.invoker.CommandInvoker
 
addComments(List<Comment>) - Method in class cn.shenyanchao.ut.builder.CompilationUnitBuilder
 
addImports(List<ImportDeclaration>) - Method in class cn.shenyanchao.ut.builder.CompilationUnitBuilder
 
addMethod(MethodDeclaration) - Method in class cn.shenyanchao.ut.builder.ClassTypeBuilder
 
addPackage(PackageDeclaration) - Method in class cn.shenyanchao.ut.builder.CompilationUnitBuilder
 
AstGenerator - Class in cn.shenyanchao.ut
Created with IntelliJ IDEA.
AstGenerator() - Constructor for class cn.shenyanchao.ut.AstGenerator
 

B

build() - Method in class cn.shenyanchao.ut.builder.ClassTypeBuilder
 
build() - Method in class cn.shenyanchao.ut.builder.CompilationUnitBuilder
 
buildClass(ClassOrInterfaceDeclaration) - Method in class cn.shenyanchao.ut.builder.CompilationUnitBuilder
 
buildComment(String) - Method in class cn.shenyanchao.ut.builder.ClassTypeBuilder
 
buildComment(String) - Method in class cn.shenyanchao.ut.builder.CompilationUnitBuilder
 
buildImports(String[]) - Method in class cn.shenyanchao.ut.builder.CompilationUnitBuilder
 
buildMethod(String, MethodDeclaration, String...) - Method in class cn.shenyanchao.ut.builder.ClassTypeBuilder
 
buildPackage(String) - Method in class cn.shenyanchao.ut.builder.CompilationUnitBuilder
 

C

ClassTypeBuilder - Class in cn.shenyanchao.ut.builder
Created with IntelliJ IDEA.
ClassTypeBuilder(String) - Constructor for class cn.shenyanchao.ut.builder.ClassTypeBuilder
 
cn.shenyanchao.ut - package cn.shenyanchao.ut
 
cn.shenyanchao.ut.builder - package cn.shenyanchao.ut.builder
 
cn.shenyanchao.ut.command - package cn.shenyanchao.ut.command
 
cn.shenyanchao.ut.command.invoker - package cn.shenyanchao.ut.command.invoker
 
cn.shenyanchao.ut.common - package cn.shenyanchao.ut.common
 
cn.shenyanchao.ut.filter - package cn.shenyanchao.ut.filter
 
cn.shenyanchao.ut.generator - package cn.shenyanchao.ut.generator
 
cn.shenyanchao.ut.receiver - package cn.shenyanchao.ut.receiver
 
cn.shenyanchao.ut.utils - package cn.shenyanchao.ut.utils
 
CommandInvoker - Class in cn.shenyanchao.ut.command.invoker
 
CommandInvoker(AbstractCommand) - Constructor for class cn.shenyanchao.ut.command.invoker.CommandInvoker
 
CompilationUnitBuilder - Class in cn.shenyanchao.ut.builder
Created with IntelliJ IDEA.
CompilationUnitBuilder() - Constructor for class cn.shenyanchao.ut.builder.CompilationUnitBuilder
 
Consts - Interface in cn.shenyanchao.ut.common
Created with IntelliJ IDEA.
createCU() - Method in class cn.shenyanchao.ut.receiver.AbstractReceiver
 
createCU() - Method in class cn.shenyanchao.ut.receiver.ExistTestReceiver
 
createCU() - Method in class cn.shenyanchao.ut.receiver.NewTestReceiver
 

D

DEFAULT_ENCODE - Static variable in interface cn.shenyanchao.ut.common.Consts
default encode

E

execute() - Method in class cn.shenyanchao.ut.AstGenerator
 
ExistTestCommand - Class in cn.shenyanchao.ut.command
 
ExistTestCommand(AbstractReceiver) - Constructor for class cn.shenyanchao.ut.command.ExistTestCommand
 
ExistTestReceiver - Class in cn.shenyanchao.ut.receiver
 
ExistTestReceiver(CompilationUnit, File, CompilationUnit) - Constructor for class cn.shenyanchao.ut.receiver.ExistTestReceiver
 

F

FileChecker - Class in cn.shenyanchao.ut.utils
Created with IntelliJ IDEA.
FileChecker() - Constructor for class cn.shenyanchao.ut.utils.FileChecker
 
FileComments - Interface in cn.shenyanchao.ut.common
Created with IntelliJ IDEA.
findMethodsFrom(TypeDeclaration) - Static method in class cn.shenyanchao.ut.utils.MembersFilter
 
findTargetTypeDeclaration(CompilationUnit, File) - Static method in class cn.shenyanchao.ut.utils.JavaParserUtils
 
findTestJavaFileName(CompilationUnit, File, String) - Static method in class cn.shenyanchao.ut.utils.JavaParserUtils
 
findTestPackageName(CompilationUnit) - Static method in class cn.shenyanchao.ut.utils.JavaParserUtils
 

G

GENERATOR_COMMENT - Static variable in interface cn.shenyanchao.ut.common.FileComments
 
getCompilationUnit(File, String) - Static method in class cn.shenyanchao.ut.utils.JavaParserFactory
 
getTestJavaSourceName(String, String, String) - Static method in class cn.shenyanchao.ut.utils.PackageUtils
 
getTestPackageNameFrom(PackageDeclaration) - Static method in class cn.shenyanchao.ut.utils.PackageUtils
 

I

isTestCaseExist(CompilationUnit, MethodDeclaration) - Static method in class cn.shenyanchao.ut.utils.FileChecker
check whether test method has exists
isTestJavaClassExist(File) - Static method in class cn.shenyanchao.ut.utils.FileChecker
check whether the test class is exists

J

JAVA_SUFFIX - Static variable in interface cn.shenyanchao.ut.common.Consts
the suffix of java file
JavaFileFilter - Class in cn.shenyanchao.ut.filter
Created with IntelliJ IDEA.
JavaFileFilter() - Constructor for class cn.shenyanchao.ut.filter.JavaFileFilter
 
JavaParserCreateCU - Class in cn.shenyanchao.ut
Created with IntelliJ IDEA.
JavaParserCreateCU() - Constructor for class cn.shenyanchao.ut.JavaParserCreateCU
 
JavaParserFactory - Class in cn.shenyanchao.ut.utils
Created with IntelliJ IDEA.
JavaParserFactory() - Constructor for class cn.shenyanchao.ut.utils.JavaParserFactory
 
JavaParserUtils - Class in cn.shenyanchao.ut.utils
 
JavaParserUtils() - Constructor for class cn.shenyanchao.ut.utils.JavaParserUtils
 

M

main(String[]) - Static method in class cn.shenyanchao.ut.JavaParserCreateCU
 
MembersFilter - Class in cn.shenyanchao.ut.utils
Created with IntelliJ IDEA.
MembersFilter() - Constructor for class cn.shenyanchao.ut.utils.MembersFilter
 

N

NewTestCommand - Class in cn.shenyanchao.ut.command
 
NewTestCommand(AbstractReceiver) - Constructor for class cn.shenyanchao.ut.command.NewTestCommand
 
NewTestReceiver - Class in cn.shenyanchao.ut.receiver
 
NewTestReceiver(CompilationUnit, File) - Constructor for class cn.shenyanchao.ut.receiver.NewTestReceiver
 

P

packageToPath(String) - Static method in class cn.shenyanchao.ut.utils.PathUtils
 
PackageUtils - Class in cn.shenyanchao.ut.utils
Created with IntelliJ IDEA.
PackageUtils() - Constructor for class cn.shenyanchao.ut.utils.PackageUtils
 
PathUtils - Class in cn.shenyanchao.ut.utils
Created with IntelliJ IDEA.
PathUtils() - Constructor for class cn.shenyanchao.ut.utils.PathUtils
 

S

sendCommand() - Method in class cn.shenyanchao.ut.command.AbstractCommand
 
sendCommand() - Method in class cn.shenyanchao.ut.command.ExistTestCommand
 
sendCommand() - Method in class cn.shenyanchao.ut.command.NewTestCommand
 

T

TEST_PACKAGE - Static variable in interface cn.shenyanchao.ut.common.Consts
test package
TEST_SUFFIX - Static variable in interface cn.shenyanchao.ut.common.Consts
the suffix of Test
TestWriter - Class in cn.shenyanchao.ut.generator
Created with IntelliJ IDEA.
TestWriter() - Constructor for class cn.shenyanchao.ut.generator.TestWriter
 

W

writeJavaTest(String, String, String) - Static method in class cn.shenyanchao.ut.generator.TestWriter
write Test Java File

A B C D E F G I J M N P S T W

Copyright © 2013. All Rights Reserved.