Package gnustep-Etoile-UnitKit: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #156038
Package removed: Andrey Cherepanov
Deletion date: Jan. 18, 2016
    Source package: gnustep-Etoile-UnitKit
    Version: 1.3-alt2.git20140301
    Build time:  Mar 5, 2014, 10:48 AM in the task #115699
    Report package bug
    License: Apache License v2
    Summary: Minimalistic unit testing framework
    Description: 
    UnitKit is a minimalistic unit testing framework that supports Mac OS X,
    iOS and GNUstep.
    
    The framework is less than 2000 loc, and built around two classes
    UKRunner and UKTestHandler, plus some test macros, and an empty protocol
    UKTest to mark test classes.
    
    The UnitKit core features are:
    
    - Test assertion macros
    - easy to write and read
    - without useless arguments
    - not too many ones
    - extensible (implement a UKTestHandler subclass or category)
    - No test case class, just adopt UKTest protocol
    - No special methods -setUp and -tearDown, just implement -init and and
      -dealloc
    - Class test methods in addition to instance ones
    - Run loop integration for asynchronous testing
    - Uncaught exception reporting
    - Delegate methods to signal a test suite will start or just ended
    - Tested class choice based on a regex
    - Verbose and quiet ouput
    - Optional ukrun tool to run test suites packaged in test bundles
    - Xcode 3 and higher test suite templates

    List of rpms provided by this srpm:
    gnustep-Etoile-UnitKit (x86_64, i586)
    gnustep-Etoile-UnitKit-debuginfo (x86_64, i586)
    gnustep-Etoile-UnitKit-docs (noarch)
    gnustep-Etoile-UnitKit-tests (x86_64, i586)
    gnustep-Etoile-UnitKit-tests-debuginfo (x86_64, i586)
    libgnustep-Etoile-UnitKit (x86_64, i586)
    libgnustep-Etoile-UnitKit-debuginfo (x86_64, i586)
    libgnustep-Etoile-UnitKit-devel (x86_64, i586)
    libgnustep-Etoile-UnitKit-tests (x86_64, i586)
    libgnustep-Etoile-UnitKit-tests-debuginfo (x86_64, i586)
    libgnustep-Etoile-UnitKit-tests-devel (x86_64, i586)


    List of contributors:
    Eugeny A. Rostovtsev

      1. libffi-devel
      2. libxslt-devel
      3. /proc
      4. gnustep-Etoile-DocGenerator
      5. gnustep-Etoile-devel
      6. clang-devel
      7. gnustep-gui-devel
      8. gnustep-make-devel
      9. libgcrypt-devel
      10. libgmp-devel
      11. libgnustep-objc2-devel
      12. libgnutls-devel
      13. libicu-devel
      14. zlib-devel

    Last changed


    March 5, 2014 Eugeny A. Rostovtsev 1.3-alt2.git20140301
    - Added documentation
    March 4, 2014 Eugeny A. Rostovtsev 1.3-alt1.git20140301
    - Initial build for Sisyphus