--- !ruby/object:Gem::Specification rubygems_version: 0.8.11 specification_version: 1 name: uttk version: !ruby/object:Gem::Version version: 0.3.6.1 date: 2006-03-11 00:00:00 +01:00 summary: Uttk is an extensible framework for dynamic testing. require_paths: - lib email: - cuissa_v@epita.fr - nicolas.despres@gmail.com - ertai@feydakins.org - pouill_j@epita.fr - marco.tessari@gmail.com homepage: http://rubyforge.org/projects/uttk rubyforge_project: uttk description: Uttk is designed to help you while you are writing dynamic tests for your projects. It keeps track of your test strategies by means of a solid dynamic hierarchy of test strategy classes. The only way to be 100% generic is to be extensible, after all. Network distribution strategies can also be written since Uttk provides cluster features. Uttk understands YAML and Ruby as input languages and speaks YAML, XML and HTML as output languages. autorequire: default_executable: bindir: bin has_rdoc: false required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: authors: - Vincent Cuissard - "Nicolas Despr\xE8s" - Nicolas Pouillard - Jerome Pouiller - Marco Tessari files: - bin/uttk - bin/getopts - bin/uttk-unit - bin/getopts/uttk.rb - lib/uttk.rb - lib/uttk/logger_factory.rb - lib/uttk/logger.rb - lib/uttk/filters.rb - lib/uttk/version_id.rb - lib/uttk/streams.rb - lib/uttk/status.rb - lib/uttk/weights.rb - lib/uttk/path_filters/RemoveTypes.rb - lib/uttk/path_filters/ColorStatus.rb - lib/uttk/path_filters/PathFilter.rb - lib/uttk/dumpers/Dumper.rb - lib/uttk/dumpers/Path.rb - lib/uttk/dumpers/BasicColor.rb - lib/uttk/dumpers/Html.rb - lib/uttk/dumpers/Xml.rb - lib/uttk/dumpers/Yaml.rb - lib/uttk/dumpers/Basic.rb - lib/uttk/strategies/Iterate.rb - lib/uttk/strategies/Cmd.rb - lib/uttk/strategies/KillAll.rb - lib/uttk/strategies/Checkout.rb - lib/uttk/strategies/Pass.rb - lib/uttk/strategies/Abort.rb - lib/uttk/strategies/Block.rb - lib/uttk/strategies/Compile.rb - lib/uttk/strategies/RMatch.rb - lib/uttk/strategies/Sleep.rb - lib/uttk/strategies/Strategy.rb - lib/uttk/strategies/Pool.rb - lib/uttk/strategies/IOBased.rb - lib/uttk/strategies/Authors.rb - lib/uttk/strategies/RUnit.rb - lib/uttk/strategies/Import.rb - lib/uttk/strategies/Composite.rb - lib/uttk/strategies/Proxy.rb - lib/uttk/strategies/SubCmd.rb - lib/uttk/strategies/SqlQuery.rb - lib/uttk/strategies/JUnit.rb - lib/uttk/strategies/Clean.rb - lib/uttk/strategies/Fail.rb - lib/uttk/strategies/Make.rb - lib/uttk/strategies/Suite.rb - lib/uttk/strategies/SignalCmd.rb - lib/uttk/strategies/Package.rb - lib/uttk/strategies/Test.rb - lib/uttk/strategies/ProbabilityThreshold.rb - lib/uttk/strategies/Stub.rb - lib/uttk/strategies/Configure.rb - lib/uttk/strategies/PackageCollection.rb - lib/uttk/strategies/Collection.rb - lib/uttk/strategies/CmdBase.rb - lib/uttk/strategies/Error.rb - lib/uttk/strategies/Bootstrap.rb - lib/uttk/strategies/Assert.rb - lib/uttk/strategies/Composite/contents_eval.rb - lib/uttk/loaders/Loader.rb - lib/uttk/loaders/Yaml.rb - lib/uttk/loaders/Ruby.rb - lib/uttk/filters/Compact.rb - lib/uttk/filters/JustStatus.rb - lib/uttk/filters/Id.rb - lib/uttk/filters/TextFilter.rb - lib/uttk/filters/DefaultColor.rb - lib/uttk/filters/NodeCut.rb - lib/uttk/filters/Default.rb - lib/uttk/filters/RPathFilter.rb - lib/uttk/filters/Buffer.rb - lib/uttk/filters/Filter.rb - lib/uttk/filters/KeepSkipBased.rb - lib/uttk/filters/Saver.rb - lib/uttk/streams/Diff.rb - lib/uttk/streams/Stream.rb - lib/uttk/streams/HexaDiff.rb - lib/uttk/logger/severity.rb - lib/uttk/logger/section_node.rb - lib/uttk/logger/backend.rb - lib/uttk/logger/verbosity.rb - lib/uttk/logger/path.rb - lib/uttk/logger/to_uttk_log.rb - lib/uttk/generators/path_filter_generator.rb - lib/uttk/generators/loader_generator.rb - lib/uttk/generators/generator.rb - lib/uttk/generators/dumper_generator.rb - lib/uttk/generators/generator_generator.rb - lib/uttk/generators/filter_generator.rb - lib/uttk/generators/strategy_generator.rb - lib/uttk/generators/templates/filter.rb - lib/uttk/generators/templates/generator.rb - lib/uttk/generators/templates/loader.rb - lib/uttk/generators/templates/dumper.rb - lib/uttk/generators/templates/unit_test.rb - lib/uttk/generators/templates/path_filter.rb - lib/uttk/generators/templates/strategy.rb - lib/uttk/weights/WExpr.rb - lib/uttk/weights/WFloat.rb - lib/uttk/weights/Weight.rb - lib/uttk/weights/WMin.rb - lib/uttk/generators/templates/strategy.yml - lib/www/javascripts/uttk.js - test/pkg - test/pool - test/ruby - test/unit - test/unit-suite.yml - test/examples-suite.yml - test/functional-suite.yml - test/uttk-distcheck.yml - test/functional - test/ruby-suite.yml - test/fixtures - test/pool-suite.yml - test/examples - test/ruby-suite.rb - test/uttk-check.yml - test/pkg-suite.yml - test/pkg/cmdline.yml - test/pool/pool.yml - test/pool/base.yml - test/ruby/iterate.rb - test/ruby/wc.rb - test/ruby/base.rb - test/unit/logger_test.rb - test/unit/filters_test.rb - test/unit/dumpers - test/unit/strategies - test/unit/loaders - test/unit/filters - test/unit/logger - test/unit/dumpers/path_test.rb - test/unit/dumpers/xml_test.rb - test/unit/dumpers/yaml_test.rb - test/unit/strategies/suite_test.rb - test/unit/filters/node_cut_test.rb - test/unit/filters/rpath_filter_test.rb - test/unit/filters/buffer_test.rb - test/unit/filters/keep_skip_based_test.rb - test/unit/filters/text_filter_test.rb - test/unit/logger/to_uttk_log_test.rb - test/unit/logger/section_node_test.rb - test/unit/logger/severity_test.rb - test/unit/logger/verbosity_test.rb - test/functional/diff.yml - test/functional/rmatch.yml - test/functional/probability_threshold.yml - test/functional/test.yml - test/functional/fatal.yml - test/functional/hexa-diff.yml - test/functional/killall.yml - test/functional/glob.yml - test/functional/env_cmd.yml - test/functional/sub.yml - test/functional/timeout.yml - test/functional/author.yml - test/functional/r_unit.yml - test/functional/import.yml - test/functional/iterate.yml - test/functional/base_pool.yml - test/functional/wc.yml - test/functional/signal_cmd.yml - test/functional/cat.yml - test/functional/pkg.yml - test/functional/base.yml - test/functional/exit.yml - test/functional/weight.yml - test/functional/block.yml - test/functional/cmd.yml - test/fixtures/binaries - test/fixtures/ball - test/fixtures/demo - test/fixtures/java - test/fixtures/text - test/fixtures/unit - test/fixtures/mini-lib - test/fixtures/package - test/fixtures/binaries/segv - test/fixtures/binaries/segv.rb - test/fixtures/binaries/segv.c - test/fixtures/ball/joe-exit.tar.bz2 - test/fixtures/ball/Makefile - test/fixtures/ball/qux_j-mini-lib - test/fixtures/ball/joe_i-mini-lib.tar.bz2 - test/fixtures/ball/hello - test/fixtures/ball/bar_p-mini-lib - test/fixtures/ball/hello.tar.bz2 - test/fixtures/ball/jack-exit - test/fixtures/ball/jack-exit.tar.bz2 - test/fixtures/ball/john-exit - test/fixtures/ball/joe-exit - test/fixtures/ball/qux_j-mini-lib.tar.bz2 - test/fixtures/ball/foo_s-mini-lib.tar.bz2 - test/fixtures/ball/foo_s-mini-lib - test/fixtures/ball/hello.tar.gz - test/fixtures/ball/joe_i-mini-lib - test/fixtures/ball/john-exit.tar.bz2 - test/fixtures/ball/20040804-exam_a1-zapngo-tessar_m.tar.gz - test/fixtures/ball/bar_p-mini-lib.tar.bz2 - test/fixtures/ball/qux_j-mini-lib/Makefile - test/fixtures/ball/qux_j-mini-lib/my_strlen.c - test/fixtures/ball/hello/Makefile - test/fixtures/ball/hello/hello.c - test/fixtures/ball/bar_p-mini-lib/Makefile - test/fixtures/ball/bar_p-mini-lib/my_strlen.c - test/fixtures/ball/jack-exit/Makefile - test/fixtures/ball/jack-exit/exit.c - test/fixtures/ball/john-exit/Makefile - test/fixtures/ball/john-exit/exit.c - test/fixtures/ball/joe-exit/Makefile - test/fixtures/ball/joe-exit/exit.c - test/fixtures/ball/foo_s-mini-lib/Makefile - test/fixtures/ball/foo_s-mini-lib/configure - test/fixtures/ball/foo_s-mini-lib/my_strlen.c - test/fixtures/ball/joe_i-mini-lib/Makefile - test/fixtures/ball/joe_i-mini-lib/configure - test/fixtures/ball/joe_i-mini-lib/my_strlen.c - test/fixtures/demo/filter-tutorial - test/fixtures/demo/command-tutorial - test/fixtures/demo/filter-tutorial/pluralizer.rb - test/fixtures/demo/filter-tutorial/filters - test/fixtures/demo/filter-tutorial/check.yml - test/fixtures/demo/filter-tutorial/filters/CutSkip100.rb - test/fixtures/demo/command-tutorial/steps - test/fixtures/demo/command-tutorial/steps/1 - test/fixtures/demo/command-tutorial/steps/2 - test/fixtures/demo/command-tutorial/steps/3 - test/fixtures/demo/command-tutorial/steps/4 - test/fixtures/demo/command-tutorial/steps/5 - test/fixtures/demo/command-tutorial/steps/6 - test/fixtures/demo/command-tutorial/steps/7 - test/fixtures/demo/command-tutorial/steps/3.1 - test/fixtures/demo/command-tutorial/steps/4.1 - test/fixtures/demo/command-tutorial/steps/5.1 - test/fixtures/demo/command-tutorial/steps/6.1 - test/fixtures/demo/command-tutorial/steps/1/pluralizer.rb - test/fixtures/demo/command-tutorial/steps/1/check.yml - test/fixtures/demo/command-tutorial/steps/2/bad_check.yml - test/fixtures/demo/command-tutorial/steps/2/pluralizer.rb - test/fixtures/demo/command-tutorial/steps/2/check.yml - test/fixtures/demo/command-tutorial/steps/3/check.yml - test/fixtures/demo/command-tutorial/steps/4/pluralizer.rb - test/fixtures/demo/command-tutorial/steps/4/check.yml - test/fixtures/demo/command-tutorial/steps/5/bird.txt - test/fixtures/demo/command-tutorial/steps/5/pluralizer.rb - test/fixtures/demo/command-tutorial/steps/5/check.yml - test/fixtures/demo/command-tutorial/steps/6/bird.txt - test/fixtures/demo/command-tutorial/steps/6/pluralizer.rb - test/fixtures/demo/command-tutorial/steps/6/check.yml - test/fixtures/demo/command-tutorial/steps/7/bird.txt - test/fixtures/demo/command-tutorial/steps/7/pluralizer.rb - test/fixtures/demo/command-tutorial/steps/7/check.yml - test/fixtures/demo/command-tutorial/steps/3.1/check.yml - test/fixtures/demo/command-tutorial/steps/4.1/bird.txt - test/fixtures/demo/command-tutorial/steps/4.1/check.yml - test/fixtures/demo/command-tutorial/steps/5.1/bird.txt - test/fixtures/demo/command-tutorial/steps/5.1/pluralizer.rb - test/fixtures/demo/command-tutorial/steps/5.1/check.yml - test/fixtures/demo/command-tutorial/steps/6.1/bird.txt - test/fixtures/demo/command-tutorial/steps/6.1/pluralizer.rb - test/fixtures/demo/command-tutorial/steps/6.1/check.yml - test/fixtures/java/unit - test/fixtures/java/unit/multifoo.yml - test/fixtures/java/unit/MultiRight - test/fixtures/java/unit/simple_exception.yml - test/fixtures/java/unit/multibar.yml - test/fixtures/java/unit/SimpleException - test/fixtures/java/unit/multiright.yml - test/fixtures/java/unit/build.sh - test/fixtures/java/unit/MultiRight/Foo - test/fixtures/java/unit/MultiRight/bar - test/fixtures/java/unit/MultiRight/MultiRightTest.java - test/fixtures/java/unit/MultiRight/build.sh - test/fixtures/java/unit/MultiRight/MultiRight.java - test/fixtures/java/unit/MultiRight/Foo/FooTest.java - test/fixtures/java/unit/MultiRight/Foo/Foo.java - test/fixtures/java/unit/MultiRight/bar/BarTest.java - test/fixtures/java/unit/MultiRight/bar/Bar.java - test/fixtures/java/unit/SimpleException/SimpleExceptionTest.java - test/fixtures/java/unit/SimpleException/build.sh - test/fixtures/text/1.txt - test/fixtures/unit/error.rb - test/fixtures/unit/bad.rb - test/fixtures/unit/good.rb - test/fixtures/mini-lib/Makefile - test/fixtures/mini-lib/strlen.c - test/fixtures/package/pkg_foo.tar.gz - test/fixtures/package/pkg_foo - test/fixtures/package/pkg_foo/Makefile - test/fixtures/package/pkg_foo/configure - test/fixtures/package/pkg_foo/foo.sh - test/fixtures/package/pkg_foo/bootstrap - test/examples/sql - test/examples/basic.yml - test/examples/cache - test/examples/README - test/examples/students-suite.yml - test/examples/basic.rb - test/examples/students - test/examples/sql/basic.yml - test/examples/cache/cache_and_fatal.yml - test/examples/cache/simple.yml - test/examples/students/mini-lib.yml - test/examples/students/pool_stud.yml - test/examples/students/glob_stud.yml - test/examples/students/ball.yml - test/examples/students/stud.yml - misc/renaming - misc/header.rb - misc/expandtab.rb - misc/uttk-grep.sh - misc/textile_compiler - misc/uttk-line-count.rb - LGPL - NEWS - NORM - TODO - Rakefile - TODO.old - README - VERSION - GUIDELINES - AUTHORS - SPEC.yml - ChangeLog - COPYING test_files: [] rdoc_options: [] extra_rdoc_files: [] executables: - uttk - uttk-unit extensions: [] requirements: [] dependencies: - !ruby/object:Gem::Dependency name: ruby_ex version_requirement: version_requirements: !ruby/object:Gem::Version::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 0.4.5 version: - !ruby/object:Gem::Dependency name: actionpack version_requirement: version_requirements: !ruby/object:Gem::Version::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 1.11.2 version: