DESCRIPTION
        create-unit-test

	Creates a new Griffon unit test. A unit test requires that you mock out
	access to dynamic methods, but executes a lot quicker.

SYNTAX
        create-unit-test [options] [name] 

ARGUMENTS
        name
                The name of the test to be created.

OPTIONS
        --archetype
                Archetype to be searched for templates.
                (defaults to default)
        --file-type
                Source file type.
                (defaults to groovy)
        --non-interactive
                Controls if the shell can ask for input or not.
        --skip-package-prompt
                Skips the usage of the application's default package if the name
                of the class is not fully qualified.
