Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 927 Bytes

File metadata and controls

19 lines (15 loc) · 927 Bytes

HitCount

【中文/Chinese】
test包里都是程序的测试用例。基于JUnit测试框架。
由于使用了注解(@Test),所以请使用JUnit 4(或以上).

[English/英文]
The package test provide some test-case for the programming.
It based on JUnit.
As using the Annotation(@Test), please add library JUnit Version 4(+).

Note

  1. encoding: UTF-8
    如果代码中出现乱码,请注意工程的字符集编码方式
  2. 如果要运行 Spring/Hibernate/log4j2 等,需要把 config 目录也放到path里。
    方法(Eclipse):右击 config 目录 -> Build Path -> Use as Source Folder

工具