差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
java:code_quality [2018/06/02 09:36]
tony [JUnit]
java:code_quality [2020/02/09 01:15]
tony [Resource]
行 3: 行 3:
 與Code Quality相關的tool與文章都集中在這。 與Code Quality相關的tool與文章都集中在這。
 ===== JUnit ===== ===== JUnit =====
-  * [[.:​junit:​powermock|PowerMock/​PowerMockito/​Mockito]]+  * [[.:​junit:​powermock|PowerMock / PowerMockito / Mockito]]
   * [[.:​junit:​tech:​capture_systemout|How to verify the System.out.print?​]]   * [[.:​junit:​tech:​capture_systemout|How to verify the System.out.print?​]]
   * [[.:​junit:​tech:​ignore|Conditionally ignore tests]]   * [[.:​junit:​tech:​ignore|Conditionally ignore tests]]
行 14: 行 14:
   * [[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]]