Skip to content
Snippets Groups Projects
  1. Mar 30, 2015
  2. Mar 26, 2015
  3. Mar 25, 2015
  4. Mar 24, 2015
  5. Mar 23, 2015
  6. Mar 18, 2015
  7. Mar 17, 2015
  8. Mar 12, 2015
  9. Mar 09, 2015
  10. Mar 06, 2015
  11. Mar 05, 2015
  12. Mar 03, 2015
  13. Mar 02, 2015
  14. Feb 28, 2015
  15. Feb 27, 2015
  16. Feb 26, 2015
  17. Feb 24, 2015
    • Natalie Weizenbaum's avatar
      Move a bunch of src/ files into subdirectories. · aede514b
      Natalie Weizenbaum authored
      This creates the following four subdirectories:
      
      * `frontend/`, which is for user-visible libraries exported by
        `lib/unittest.dart`.
      
      * `backend/`, which is for libraries that define the internal
        structure of test suites and how they're run in a platform-
        independent manner.
      
      * `runner/`, which is for libraries that are specifically useful for
        the test runner. This includes code that deals with multiple test
        suites at once as well as platform-specific test running code.
      
      * `util/`, which contains various utility libraries that aren't
        specific to unittest's use-case. Individual utility functions can
        still go in `lib/util.dart`.
      
      * `deprecated/`, which contains deprecated libraries.
      
      R=kevmoo@google.com
      
      Review URL: https://codereview.chromium.org//955543002
      aede514b
Loading