UseCases.selftest.epyunit.bash package

Submodules

UseCases.selftest.epyunit.bash.CallCase module

Verifies ‘epyunit –selftest’.

class UseCases.selftest.epyunit.bash.CallCase.CallUnits(methodName='runTest')[source]

Bases: unittest.case.TestCase

testCase000()[source]

Selftest.

Module contents

The UseCase selftest.epyunit demonstrates and verifies the ‘–selftest’ option for a basic quick check.

  • CallUseCase.py

    The main primary call of the UseCase. In dialogue mode this should be started by PyDev debugger from Eclipse.

  • bin/epyunit

    The commandline interface wrapper.

The following figure depicts the components.
+------------------+         +-------------+
|                  |         |             |
|  CallUseCase.py  |  <--->  | bin/epyunit |  
|                  |         |             |
+------------------+         +-------------+
         A                          A
         |                          |
      UseCase                 the CLI wrapper
   frame for tests