#include <criterion/criterion.h>#include "multi-line/smart-multi-line.h"#include "libtest/proto_lib.h"#include "scratch-buffers.h"#include "apphook.h"#include "cfg.h"#include "reloc.h"
Functions | |
| Test (smart_multi_line, three_unrelated_lines_that_are_not_backtraces) | |
| Test (smart_multi_line, feed_smart_multi_line_with_single_and_multi_line_messages) | |
| Test (smart_multi_line, test_python_backtrace) | |
| Test (smart_multi_line, test_python_backtrace_with_tailing_exception_text) | |
| Test (smart_multi_line, test_java_backtrace) | |
| Test (smart_multi_line, test_php_backtrace) | |
| Test (smart_multi_line, test_js_backtrace) | |
| Test (smart_multi_line, test_go_backtrace) | |
| Test (smart_multi_line, test_ruby_backtrace) | |
| Test (smart_multi_line, test_dart_backtrace) | |
| void | setup (void) |
| void | teardown (void) |
| TestSuite (smart_multi_line,.init=setup,.fini=teardown) | |
Variables | |
| GString * | buffer |
| GPtrArray * | output_messages |
| void setup | ( | void | ) |
| void teardown | ( | void | ) |
| Test | ( | smart_multi_line | , |
| feed_smart_multi_line_with_single_and_multi_line_messages | |||
| ) |
| Test | ( | smart_multi_line | , |
| test_dart_backtrace | |||
| ) |
| Test | ( | smart_multi_line | , |
| test_go_backtrace | |||
| ) |
| Test | ( | smart_multi_line | , |
| test_java_backtrace | |||
| ) |
| Test | ( | smart_multi_line | , |
| test_js_backtrace | |||
| ) |
| Test | ( | smart_multi_line | , |
| test_php_backtrace | |||
| ) |
| Test | ( | smart_multi_line | , |
| test_python_backtrace | |||
| ) |
| Test | ( | smart_multi_line | , |
| test_python_backtrace_with_tailing_exception_text | |||
| ) |
| Test | ( | smart_multi_line | , |
| test_ruby_backtrace | |||
| ) |
| Test | ( | smart_multi_line | , |
| three_unrelated_lines_that_are_not_backtraces | |||
| ) |
| GString* buffer |
| GPtrArray* output_messages |