Skip to content
Snippets Groups Projects
  1. Mar 25, 2015
  2. Mar 24, 2015
  3. Mar 06, 2015
  4. Mar 05, 2015
  5. Mar 03, 2015
  6. Mar 02, 2015
  7. Feb 28, 2015
  8. Feb 27, 2015
  9. 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