软件包 org.test4j.tools.commons

接口摘要
ClazzConst 框架中用到的类名称常量
 

类摘要
AnnotationHelper Annotation工具类
ArrayHelper 将原生类型的数组转换成对象数组
ClazzFinder  
ClazzHelper  
ConfigHelper test4j配置文件工具类
DateHelper  
ExceptionWrapper 异常包装器
FieldHelper  
JSONHelper POJO对象序列化和反序列化工具类
ListHelper  
MethodFinder 获得一个类(方法)的测试类(方法)的工具
MethodHelper  
PrimitiveHelper  
PropertiesReader  
Reflector  
ResourceHelper  
StringHelper  
TextDiffHelper  
TextDiffMatchPatch Class containing the diff, match and patch methods.
TextDiffMatchPatch.Diff Class representing one diff operation.
TextDiffMatchPatch.LinesToCharsResult Internal class for returning results from diff_linesToChars().
TextDiffMatchPatch.Patch Class representing one patch operation.
 

枚举摘要
TextDiffMatchPatch.Operation The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world."
 



Copyright © 2013. All rights reserved.