MCPcopy Create free account
hub / github.com/argotorg/solidity / run

Method run

test/CommonSyntaxTest.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74TestCase::TestResult CommonSyntaxTest::run(std::ostream& _stream, std::string const& _linePrefix, bool _formatted)
75{
76 parseCustomExpectations(m_reader.stream());
77 parseAndAnalyze();
78
79 return conclude(_stream, _linePrefix, _formatted);
80}
81
82TestCase::TestResult CommonSyntaxTest::conclude(std::ostream& _stream, std::string const& _linePrefix, bool _formatted)
83{

Callers 5

runTestCaseFunction · 0.45
parseMethod · 0.45
run_test_scriptsFunction · 0.45
pyscriptTests.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected