Skip to content
Snippets Groups Projects
  1. Apr 02, 2015
  2. Apr 01, 2015
  3. Mar 31, 2015
  4. Mar 30, 2015
  5. Mar 26, 2015
  6. Mar 25, 2015
  7. Mar 24, 2015
  8. Mar 12, 2015
  9. Mar 06, 2015
  10. Mar 05, 2015
  11. Mar 03, 2015
  12. Mar 02, 2015
  13. Feb 28, 2015
  14. Feb 27, 2015
  15. Feb 26, 2015
  16. 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
    • Natalie Weizenbaum's avatar
      Support Dart 1.8.0. · 862af435
      Natalie Weizenbaum authored
      R=kevmoo@google.com
      Closes #20
      
      Review URL: https://codereview.chromium.org//948113004
      862af435
  17. Feb 20, 2015
  18. Feb 19, 2015
  19. Feb 18, 2015
  20. Feb 12, 2015
Loading