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

Method updateTestCase

test/tools/isoltest.cpp:202–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void TestTool::updateTestCase()
203{
204 std::ofstream file(m_path.string(), std::ios::trunc);
205 m_test->printSource(file);
206 m_test->printUpdatedSettings(file);
207 file << "// ----" << std::endl;
208 m_test->printUpdatedExpectations(file, "// ");
209}
210
211TestTool::Request TestTool::handleResponse(bool _exception)
212{

Callers

nothing calls this directly

Calls 3

printSourceMethod · 0.45
printUpdatedSettingsMethod · 0.45

Tested by

no test coverage detected