# sig/xcpretty/formatters/formatter.rbs class XCPretty::Formatter def error_symbol: () -> untyped def finish: () -> untyped def format_compile_error: () -> untyped def format_compile_warning: () -> untyped def format_duplicate_symbols: () -> untyped def format_error: () -> untyped def format_failure: () -> untyped def format_failures: () -> untyped def format_file_missing_error: () -> untyped def format_ld_warning: () -> untyped def format_other: () -> untyped def format_test_summary: () -> untyped def format_undefined_symbols: () -> untyped def format_will_not_be_code_signed: () -> untyped def initialize: () -> void def optional_newline: () -> untyped def pretty_format: () -> untyped def use_unicode?: () -> untyped def warning_symbol: () -> untyped end # sig/xcpretty/reporters/html.rbs class XCPretty::HTML < XCPretty::Reporter def add_test: () -> untyped def find_test: () -> untyped def format_failing_test: () -> untyped def format_passing_test: () -> untyped def formatted_snippet: () -> untyped def handle: () -> untyped def initialize: () -> void def load_dependencies: () -> untyped def load_screenshots: () -> untyped def write_report: () -> untyped end # sig/xcpretty/reporters/json_compilation_database.rbs class XCPretty::JSONCompilationDatabase < XCPretty::Reporter def format_compile: () -> untyped def format_compile_command: () -> untyped def format_process_pch_command: () -> untyped def initialize: () -> void def load_dependencies: () -> untyped def write_report: () -> untyped end # sig/xcpretty/reporters/junit.rbs class XCPretty::JUnit < XCPretty::Reporter def finish: () -> untyped def format_failing_test: () -> untyped def format_passing_test: () -> untyped def format_pending_test: () -> untyped def format_test_run_started: () -> untyped def handle: () -> untyped def initialize: () -> void def load_dependencies: () -> untyped def set_test_counters: () -> untyped def suite: () -> untyped def write_report: () -> untyped end # sig/xcpretty/formatters/knock.rbs class XCPretty::Knock < XCPretty::Formatter def format_diagnostics: () -> untyped def format_failing_test: () -> untyped def format_failure_diagnostics: () -> untyped def format_passing_test: () -> untyped def format_test_summary: () -> untyped end # sig/xcpretty/parser.rbs class XCPretty::Parser def current_issue: () -> untyped def current_linker_failure: () -> untyped def error_or_warning_is_present: () -> untyped def failures_per_suite: () -> untyped def format_compile_error: () -> untyped def format_compile_warning: () -> untyped def format_duplicate_symbols: () -> untyped def format_summary_if_needed: () -> untyped def format_undefined_symbols: () -> untyped def initialize: () -> void def load_dependencies: () -> untyped def parse: () -> untyped def reset_linker_format_state: () -> untyped def should_format_duplicate_symbols?: () -> untyped def should_format_error?: () -> untyped def should_format_summary?: () -> untyped def should_format_undefined_symbols?: () -> untyped def should_format_warning?: () -> untyped def store_failure: () -> untyped def unescaped: () -> untyped def update_error_state: () -> untyped def update_linker_failure_state: () -> untyped def update_test_state: () -> untyped end # sig/xcpretty/printer.rbs class XCPretty::Printer def finish: () -> untyped def initialize: () -> void def pretty_print: () -> untyped end # sig/xcpretty/formatters/rspec.rbs class XCPretty::RSpec < XCPretty::Formatter def format_failing_test: () -> untyped def format_measuring_test: () -> untyped def format_passing_test: () -> untyped def format_pending_test: () -> untyped def optional_newline: () -> untyped end # sig/xcpretty/reporters/reporter.rbs class XCPretty::Reporter < XCPretty::Formatter def finish: () -> untyped def format_failing_test: () -> untyped def format_passing_test: () -> untyped def format_pending_test: () -> untyped def handle: () -> untyped def initialize: () -> void def load_dependencies: () -> untyped def write_report: () -> untyped end # sig/xcpretty/formatters/simple.rbs class XCPretty::Simple < XCPretty::Formatter def colored_time: () -> untyped def format: () -> untyped def format_aggregate_target: () -> untyped def format_analyze: () -> untyped def format_analyze_target: () -> untyped def format_build_target: () -> untyped def format_check_dependencies: () -> untyped def format_clean_target: () -> untyped def format_codesign: () -> untyped def format_compile: () -> untyped def format_compile_storyboard: () -> untyped def format_compile_xib: () -> untyped def format_copy_header_file: () -> untyped def format_copy_plist_file: () -> untyped def format_copy_strings_file: () -> untyped def format_cpresource: () -> untyped def format_failing_test: () -> untyped def format_generate_dsym: () -> untyped def format_libtool: () -> untyped def format_linking: () -> untyped def format_measuring_test: () -> untyped def format_passing_test: () -> untyped def format_pbxcp: () -> untyped def format_pending_test: () -> untyped def format_phase_script_execution: () -> untyped def format_phase_success: () -> untyped def format_preprocess: () -> untyped def format_process_info_plist: () -> untyped def format_process_pch: () -> untyped def format_test: () -> untyped def format_test_run_started: () -> untyped def format_test_suite_started: () -> untyped def format_tiffutil: () -> untyped def format_touch: () -> untyped def format_warning: () -> untyped def heading: () -> untyped def status_symbol: () -> untyped end # sig/xcpretty/snippet.rbs class XCPretty::Snippet def self.from_filepath: () -> untyped def self.read_snippet: () -> untyped def self.readline: () -> untyped def initialize: () -> void end # sig/xcpretty/formatters/tap.rbs class XCPretty::TestAnything < XCPretty::Knock def format_failing_test: () -> untyped def format_passing_test: () -> untyped def format_pending_test: () -> untyped def format_test_summary: () -> untyped def increment_counter: () -> untyped def initialize: () -> void end # sig/xcpretty.rbs module XCPretty def self.class_from_path: () -> untyped def self.exit_with_error: () -> untyped def self.load_custom_class: () -> untyped end # sig/xcpretty/ansi.rbs module XCPretty::ANSI def ansi_parse: () -> untyped def applied_effects: () -> untyped def colorize?: () -> untyped def cyan: () -> untyped def green: () -> untyped def red: () -> untyped def strip: () -> untyped def white: () -> untyped def yellow: () -> untyped end # sig/xcpretty/formatters/formatter.rbs module XCPretty::FormatMethods def format_aggregate_target: () -> untyped def format_analyze: () -> untyped def format_analyze_target: () -> untyped def format_build_target: () -> untyped def format_check_dependencies: () -> untyped def format_clean: () -> untyped def format_clean_remove: () -> untyped def format_clean_target: () -> untyped def format_codesign: () -> untyped def format_compile: () -> untyped def format_compile_command: () -> untyped def format_compile_error: () -> untyped def format_compile_storyboard: () -> untyped def format_compile_warning: () -> untyped def format_compile_xib: () -> untyped def format_copy_header_file: () -> untyped def format_copy_plist_file: () -> untyped def format_copy_strings_file: () -> untyped def format_cpresource: () -> untyped def format_duplicate_symbols: () -> untyped def format_error: () -> untyped def format_failing_test: () -> untyped def format_file_missing_error: () -> untyped def format_generate_dsym: () -> untyped def format_ld_warning: () -> untyped def format_libtool: () -> untyped def format_linking: () -> untyped def format_measuring_test: () -> untyped def format_other: () -> untyped def format_passing_test: () -> untyped def format_pbxcp: () -> untyped def format_pending_test: () -> untyped def format_phase_script_execution: () -> untyped def format_phase_success: () -> untyped def format_preprocess: () -> untyped def format_process_info_plist: () -> untyped def format_process_pch: () -> untyped def format_process_pch_command: () -> untyped def format_shell_command: () -> untyped def format_test_run_finished: () -> untyped def format_test_run_started: () -> untyped def format_test_suite_started: () -> untyped def format_test_summary: () -> untyped def format_tiffutil: () -> untyped def format_touch: () -> untyped def format_undefined_symbols: () -> untyped def format_warning: () -> untyped def format_write_auxiliary_files: () -> untyped def format_write_file: () -> untyped end # sig/xcpretty/syntax.rbs module XCPretty::Syntax def self.find_lexer: () -> untyped def self.highlight: () -> untyped def self.highlight_html: () -> untyped def self.highlight_with_formatter: () -> untyped end # sig/xcpretty/term.rbs module XCPretty::Term def self.color?: () -> untyped def self.unicode?: () -> untyped end