| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

ConventionsFor310

Page history last edited by PBworks 17 years, 2 months ago

proposed


Organisation of Test Code

Use separate packages

Recommend separate domain code from test code using packages named as follows

MyProject
 MyProject-Kernel
 MyProject-GUI

 MyProjectTests
 MyProjectTests-Kernel
 MyProjectTests-GUI

This enables the tools to easily identify packages containing TestCases and Test supporting classes for removal from the image.

Maintain packages and tests in a single repository

Storing MyProject, and MyProjectTests in the same monticello reposity is also recommended so that the tests for any given package in the image is easily.

Comments (0)

You don't have permission to comment on this page.