This tutorial shows you how to build a simple custom control and test it 
    using JUnit with Workshop.
  Focus of this Tutorial 
   As you work through this tutorial, you will:
  
    - Learn about Workshop utility 
      projects. 
- Create a simple custom control.
- Test your control using JUnit. 
- Learn Workshop shortcuts for developing JUnit tests.
Steps in this Tutorial
  Step 1: Create a Custom
      Control
  Use Workshop to create a workspace, utility 
    project and a custom control.
  Step 2: Create the Test
      Class
  Use Workshop to create a JUnit test class.
  Step 3: Run the Test
      Case
  Use Workshop to run the test case.