Sha256: 2993b0ddf4287169a3a458b0c403fe78102e4e1987b3990df8e85d023c36c3f6

Contents?: true

Size: 355 Bytes

Versions: 4

Compression:

Stored size: 355 Bytes

Contents

require File.dirname(__FILE__) + '/klass'

module Gator
  module AS3
    module ASUnit4

      class TestGeneratorCollection < Gator::Command

        define :command => "test",
               :usage => "generate as3 test GENERATOR", :description => "TestGenerators for ASUnit4"

        register_subcommand ClassTestGenerator

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gator-as3-0.0.7.pre lib/gator/as3/generators/test/asunit4/collection.rb
gator-as3-0.0.6.pre lib/gator/as3/generators/test/asunit4/collection.rb
gator-as3-0.0.5.pre lib/gator/as3/generators/test/asunit4/collection.rb
gator-as3-0.0.2.pre lib/gator/as3/test/asunit4/collection.rb