Searched refs:verify_match (Results 1 - 2 of 2) sorted by relevance
/third_party/cJSON/tests/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 1181 allgood = expected[:to_pass].inject(true) {|s,v| s && verify_match(/#{v}:PASS/, output) } 1182 allgood = expected[:to_fail].inject(allgood) {|s,v| s && verify_match(/#{v}:FAIL/, output) } 1183 allgood = expected[:to_ignore].inject(allgood) {|s,v| s && verify_match(/#{v}:IGNORE/, output) } 1192 allgood = expected[:text].inject(allgood) {|s,v| s && verify_match(/#{v}/, output) } 1200 def verify_match(expression, output) method
|
/third_party/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 1227 allgood = expected[:to_pass].inject(true) {|s,v| s && verify_match(/#{v}:PASS/, output) } 1228 allgood = expected[:to_fail].inject(allgood) {|s,v| s && verify_match(/#{v}:FAIL/, output) } 1229 allgood = expected[:to_ignore].inject(allgood) {|s,v| s && verify_match(/#{v}:IGNORE/, output) } 1238 allgood = expected[:text].inject(allgood) {|s,v| s && verify_match(/#{v}/, output) } 1246 def verify_match(expression, output) method
|
Completed in 3 milliseconds