yuming-wang.blogspot.com
Yuming Wang's Tech Site: Notes on Java, Spring, Virgo, etc
http://yuming-wang.blogspot.com/2014/09/notes-on-java-spring-virgo-etc.html
Yuming Wang's Tech Site. My personal tech site where I put my notes and best practice, record my thoughts and ideas mostly in my work field. Tuesday, September 23, 2014. Notes on Java, Spring, Virgo, etc. Integration test conducted by 2 ways: single unit test, and Maven build. They can have different results because in Maven build all the IT tests seem to share the same instances. Posted by Yuming Wang. Subscribe to: Post Comments (Atom). Toronto, Ontario, Canada. View my complete profile.
yuming-wang.blogspot.com
Yuming Wang's Tech Site: Use NUnit to test C# code
http://yuming-wang.blogspot.com/2006/11/use-nunit-to-test-c-code.html
Yuming Wang's Tech Site. My personal tech site where I put my notes and best practice, record my thoughts and ideas mostly in my work field. Saturday, November 18, 2006. Use NUnit to test C# code. I have read a couple of instructions but no one is as simple and doable as my own :-). 1) From http:/ www.nunit.org/. Download NUnit installation file. It is a msi file looked like NUnit-2.2.8-net-2.0.msi. 5) Enter a project name, say “MySolutionTest”, and click OK. Rename the namespace from the default MySolut...
yuming-wang.blogspot.com
Yuming Wang's Tech Site: Eclipse Hints: Style Check
http://yuming-wang.blogspot.com/2006/08/eclipse-hints.html
Yuming Wang's Tech Site. My personal tech site where I put my notes and best practice, record my thoughts and ideas mostly in my work field. Friday, August 18, 2006. Eclipse Hints: Style Check. How to import Style Check files. Put your config files, say MyDefault checks.xml, MyCodetemplate-3.1.xml , and MyFormatter-3.1.xml, to folders wherever you like, say,. Osa tools conventions checkstyle, or. Osa tools conventions eclipse. Window- Preferences.- Checkstyle- New,. Type = External Configuration File.
yuming-wang.blogspot.com
Yuming Wang's Tech Site: Agile Development (2): In Practice
http://yuming-wang.blogspot.com/2006/09/agile-development-2-in-practice.html
Yuming Wang's Tech Site. My personal tech site where I put my notes and best practice, record my thoughts and ideas mostly in my work field. Monday, October 30, 2006. Agile Development (2): In Practice. The project was finally aborted and the general chef architect was reassigned. I also learnt lessons from the project:. Global development needs more pre-planning and a waterfall-like design before the execution;. Teams need decoupling their functionality and to reduce dependencies;. Everyone has a laptop.
yuming-wang.blogspot.com
Yuming Wang's Tech Site: Using Clover For JUnit Coverage: Best Practice
http://yuming-wang.blogspot.com/2006/11/use-clover-to-count-your-junit-test.html
Yuming Wang's Tech Site. My personal tech site where I put my notes and best practice, record my thoughts and ideas mostly in my work field. Friday, November 10, 2006. Using Clover For JUnit Coverage: Best Practice. The Clover Eclipse Plugin allows you to instrument your Java code easily from within the Eclipse. Java IDE, and to view your coverage results inside Eclipse. 1 Locating your Eclipse plugin directory. 2 Removing previous versions of the plugin. Go to to the ECLIPSE HOME/plugins directory.
yuming-wang.blogspot.com
Yuming Wang's Tech Site: Agile Development (1): An Overview
http://yuming-wang.blogspot.com/2006/08/agile-development-1-factors-and.html
Yuming Wang's Tech Site. My personal tech site where I put my notes and best practice, record my thoughts and ideas mostly in my work field. Tuesday, August 8, 2006. Agile Development (1): An Overview. Everything is in transition, change is the only constant . 8211; Prof. Val Samonis, University of Toronto. Key factors of Agile development:. Conceptual framework for undertaking software engineering. Developing software in short timeboxes. Release the mini-increment of new functionality. Projects are buil...