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