Home
last modified time | relevance | path

Searched refs:suite_setup (Results 1 - 16 of 16) sorted by relevance

/third_party/cJSON/tests/unity/test/expectdata/
H A Dtestsample_mock_new2.c56 static int suite_setup(void) in suite_setup() function
82 suite_setup(); in main()
H A Dtestsample_mock_run2.c56 static int suite_setup(void) in suite_setup() function
82 suite_setup(); in main()
H A Dtestsample_new2.c39 static int suite_setup(void) in suite_setup() function
62 suite_setup(); in main()
H A Dtestsample_run2.c39 static int suite_setup(void) in suite_setup() function
62 suite_setup(); in main()
H A Dtestsample_yaml.c46 static int suite_setup(void) in suite_setup() function
63 suite_setup(); in main()
H A Dtestsample_mock_yaml.c63 static int suite_setup(void) in suite_setup() function
83 suite_setup(); in main()
/third_party/unity/test/expectdata/
H A Dtestsample_mock_new2.c56 static int suite_setup(void) in suite_setup() function
82 suite_setup(); in main()
H A Dtestsample_mock_run2.c56 static int suite_setup(void) in suite_setup() function
82 suite_setup(); in main()
H A Dtestsample_new2.c39 static int suite_setup(void) in suite_setup() function
62 suite_setup(); in main()
H A Dtestsample_run2.c39 static int suite_setup(void) in suite_setup() function
62 suite_setup(); in main()
H A Dtestsample_yaml.c46 static int suite_setup(void) in suite_setup() function
63 suite_setup(); in main()
H A Dtestsample_mock_yaml.c63 static int suite_setup(void) in suite_setup() function
83 suite_setup(); in main()
/third_party/unity/auto/
H A Dgenerate_test_runner.rb21 @options[:has_suite_setup] = !options[:suite_setup].nil?
335 return if @options[:suite_setup].nil?
340 output.puts(@options[:suite_setup])
533 ' --suite_setup="" - code to execute for setup of entire suite',
/third_party/cJSON/tests/unity/test/tests/
H A Dtest_generate_test_runner.rb294 :suite_setup => " CounterSuiteSetup = 1;",
622 :suite_setup => " CounterSuiteSetup = 1;",
/third_party/cJSON/tests/unity/auto/
H A Dgenerate_test_runner.rb242 output.puts('static void suite_setup(void)')
244 if @options[:suite_setup].nil?
250 # Old style, C code embedded in the :suite_setup option
251 output.puts(@options[:suite_setup])
362 output.puts(' suite_setup();')
443 ' --suite_setup="" - code to execute for setup of entire suite',
/third_party/unity/test/tests/
H A Dtest_generate_test_runner.rb300 :suite_setup => " CounterSuiteSetup = 1;",
631 :suite_setup => " CounterSuiteSetup = 1;",

Completed in 8 milliseconds