差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
java:code_quality [2018/06/02 09:36]
tony [JUnit]
java:code_quality [2020/05/02 22:50]
tony [JUnit]
行 7: 行 7:
   * [[.:​junit:​tech:​ignore|Conditionally ignore tests]]   * [[.:​junit:​tech:​ignore|Conditionally ignore tests]]
   * [[.:​junit:​tech:​capture_log4j_output|How to verify the Log4j output?]]   * [[.:​junit:​tech:​capture_log4j_output|How to verify the Log4j output?]]
 +  * [[java:​junit4:​rules:​temporaryfolder|JUnit4 : TemporaryFolder Rule]]
 ==== Resource ==== ==== Resource ====
   * [[http://​www.ibm.com/​developerworks/​cn/​java/​j-lo-junit-installanywhere/​index.html|Test InstallAnywhere By JUnit]]   * [[http://​www.ibm.com/​developerworks/​cn/​java/​j-lo-junit-installanywhere/​index.html|Test InstallAnywhere By JUnit]]
行 14: 行 15:
   * [[https://​jazz.net/​help-dev/​clm/​index.jsp?​topic=%2Fcom.ibm.rational.test.qm.doc%2Ftopics%2Fc_testsuite_work_flow.html|IBM Rational - testsuite work flow]] 講述testsuite的建置與測試規劃   * [[https://​jazz.net/​help-dev/​clm/​index.jsp?​topic=%2Fcom.ibm.rational.test.qm.doc%2Ftopics%2Fc_testsuite_work_flow.html|IBM Rational - testsuite work flow]] 講述testsuite的建置與測試規劃
   * [[http://​teddy-chen-tw.blogspot.tw/​2013/​04/​eclemmaeclipse-java.html|Eclipse Code Coverage Plugin - EclEmma(JaCoco)]]   * [[http://​teddy-chen-tw.blogspot.tw/​2013/​04/​eclemmaeclipse-java.html|Eclipse Code Coverage Plugin - EclEmma(JaCoco)]]
 +  * [[https://​stackoverflow.com/​questions/​473401/​get-name-of-currently-executing-test-in-junit-4|在console顯示testcase名稱的方法]]
 +  * [[https://​www.codingblocks.net/​podcast/​how-to-write-amazing-unit-tests/​|Clean Code – How to Write Amazing Unit Tests?]]
 ===== JVisualVM ===== ===== JVisualVM =====
   * [[.:​jvisualvm:​troubleshooting|Throbuleshooting]]   * [[.:​jvisualvm:​troubleshooting|Throbuleshooting]]