In Files

  • test-unit-3.3.4/lib/test-unit.rb
  • test-unit-3.3.4/lib/test/unit.rb
  • test-unit-3.3.4/lib/test/unit/assertion-failed-error.rb
  • test-unit-3.3.4/lib/test/unit/assertions.rb
  • test-unit-3.3.4/lib/test/unit/attribute-matcher.rb
  • test-unit-3.3.4/lib/test/unit/attribute.rb
  • test-unit-3.3.4/lib/test/unit/auto-runner-loader.rb
  • test-unit-3.3.4/lib/test/unit/autorunner.rb
  • test-unit-3.3.4/lib/test/unit/code-snippet-fetcher.rb
  • test-unit-3.3.4/lib/test/unit/collector.rb
  • test-unit-3.3.4/lib/test/unit/collector/descendant.rb
  • test-unit-3.3.4/lib/test/unit/collector/dir.rb
  • test-unit-3.3.4/lib/test/unit/collector/load.rb
  • test-unit-3.3.4/lib/test/unit/collector/objectspace.rb
  • test-unit-3.3.4/lib/test/unit/collector/xml.rb
  • test-unit-3.3.4/lib/test/unit/color-scheme.rb
  • test-unit-3.3.4/lib/test/unit/color.rb
  • test-unit-3.3.4/lib/test/unit/data-sets.rb
  • test-unit-3.3.4/lib/test/unit/data.rb
  • test-unit-3.3.4/lib/test/unit/diff.rb
  • test-unit-3.3.4/lib/test/unit/error.rb
  • test-unit-3.3.4/lib/test/unit/exception-handler.rb
  • test-unit-3.3.4/lib/test/unit/failure.rb
  • test-unit-3.3.4/lib/test/unit/fault-location-detector.rb
  • test-unit-3.3.4/lib/test/unit/fixture.rb
  • test-unit-3.3.4/lib/test/unit/notification.rb
  • test-unit-3.3.4/lib/test/unit/omission.rb
  • test-unit-3.3.4/lib/test/unit/pending.rb
  • test-unit-3.3.4/lib/test/unit/priority.rb
  • test-unit-3.3.4/lib/test/unit/runner/console.rb
  • test-unit-3.3.4/lib/test/unit/runner/emacs.rb
  • test-unit-3.3.4/lib/test/unit/runner/xml.rb
  • test-unit-3.3.4/lib/test/unit/test-suite-creator.rb
  • test-unit-3.3.4/lib/test/unit/testcase.rb
  • test-unit-3.3.4/lib/test/unit/testresult.rb
  • test-unit-3.3.4/lib/test/unit/testsuite.rb
  • test-unit-3.3.4/lib/test/unit/ui/console/outputlevel.rb
  • test-unit-3.3.4/lib/test/unit/ui/console/testrunner.rb
  • test-unit-3.3.4/lib/test/unit/ui/emacs/testrunner.rb
  • test-unit-3.3.4/lib/test/unit/ui/testrunner.rb
  • test-unit-3.3.4/lib/test/unit/ui/testrunnermediator.rb
  • test-unit-3.3.4/lib/test/unit/ui/testrunnerutilities.rb
  • test-unit-3.3.4/lib/test/unit/ui/xml/testrunner.rb
  • test-unit-3.3.4/lib/test/unit/util/backtracefilter.rb
  • test-unit-3.3.4/lib/test/unit/util/method-owner-finder.rb
  • test-unit-3.3.4/lib/test/unit/util/observable.rb
  • test-unit-3.3.4/lib/test/unit/util/output.rb
  • test-unit-3.3.4/lib/test/unit/util/procwrapper.rb
  • test-unit-3.3.4/lib/test/unit/version.rb

Namespace

Class/Module Index [+]

Quicksearch

Test

Copyright (C) 2012-2015 Kouhei Sutou <kou@clear-code.com>

License: Ruby's or LGPLv2.1 or later

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

port of Python's difflib.

Copyright © 2001-2008 Python Software Foundation; All Rights Reserved Copyright © 2008-2011 Kouhei Sutou; All Rights Reserved

It is free software, and is distributed under the Ruby license, the PSF license and/or LGPLv2.1 or later. See the COPYING file, the PSFL file and the LGPL file.

Copyright (C) 2008-2017 Kouhei Sutou <kou@clear-code.com>

License: Ruby OR LGPL-2.1+

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA