class
	ROOT

General
	cluster: root
	description: "project application root class"
	create: make

Ancestors
	ARGUMENTS
	ES_SUITE

Queries
	argument (i: INTEGER_32): STRING_8
	Argument_array: ARRAY [STRING_8]
	argument_count: INTEGER_32
	browser: BOOLEAN
	coalesced_character_option_value (o: CHARACTER_8): detachable STRING_8
	coalesced_word_option_value (opt: STRING_8): detachable STRING_8
	Command_line: STRING_8
	Command_name: STRING_8
	curr_os_dir_separator: CHARACTER_8
	default_html_name: detachable STRING_8
	get_html_name: STRING_8
	index_of_beginning_with_word_option (opt: STRING_8): INTEGER_32
	index_of_character_option (o: CHARACTER_8): INTEGER_32
	index_of_word_option (opt: STRING_8): INTEGER_32
	new_cursor: ITERATION_CURSOR [STRING_8]
	number_of_tests: INTEGER_32
	number_passed_tests: INTEGER_32
	Option_sign: CHARACTER_8_REF
	separate_character_option_value (o: CHARACTER_8): detachable STRING_8
	separate_word_option_value (opt: STRING_8): detachable STRING_8
	show_err: BOOLEAN

Commands
	add_suite (suite_test_class: ES_SUITE)
	add_test (unit_test_class: ES_TEST)
	check_browser
	print_console_report
	print_to_screen (message: STRING_8)
	run_espec
	safe_put_string (message: STRING_8)
	set_error_report (v: BOOLEAN)
	set_html_name (s: STRING_8)
	set_option_sign (c: CHARACTER_8)
	show_browser
	show_errors


Generated by ISE EiffelStudio