Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-3670

TestCase base classes providing ability to execute unit tests in Eclipse in "standalone" mode

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • Trunk
    • Trunk
    • framework
    • None

    Description

      This patch provides the framework that allows junit unit tests to be executed directly in Eclipse (without having to invoke Start directly). It total it contains:

      • BaseTestCase - very top of the TestCase stack containing ofbiz specific assertions
      • StandaloneTestCase - determines if application has executed "Start"; if not it will execute a scaled down "Start unittest" that is used in Eclipse
      • RollbackTestCase - extends standalone and provides a transaction w/ auto-rollback
      • TestRunContainer - provides ability to disable dispatcher attributes via configuration (used for unittest-containers.xml)
      • GeoWorkerTest - unittester that provides "full" coverage of GeoWorker; can be executed from Eclipse or from command-line as it is plugged into standard testdef framework. Creates its own entities with transaction start/rollback so it can be re-executed.

      Would appreciate if this can be a priority so I can provide additional test cases to boost our code coverage that will utilize these features.

      Attachments

        Issue Links

          Activity

            People

              lektran Scott Gray
              bmorley Bob Morley
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: