Sha256: fdc04c6d92e488846c9ca6242a481e1d5a57995a094943abf72a40086a48d772

Contents?: true

Size: 623 Bytes

Versions: 1

Compression:

Stored size: 623 Bytes

Contents

require File.dirname(__FILE__) + '/command'
require File.dirname(__FILE__) + '/mediator'
require File.dirname(__FILE__) + '/view'

module Gator
  module AS3
    module RobotLegs
      module ASUnit4

        class TestGeneratorCollection < Gator::Command

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

          register_subcommand CommandTestGenerator
          register_subcommand MediatorTestGenerator
          register_subcommand ViewTestGenerator
          
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gator-as3-robotlegs-0.0.3.pre lib/gator/as3/robotlegs/generators/test/asunit4/collection.rb