| 707 | } |
| 708 | |
| 709 | void SemanticTest::parseExpectations(std::istream& _stream) |
| 710 | { |
| 711 | m_tests += TestFileParser{_stream, m_builtins}.parseFunctionCalls(m_lineOffset); |
| 712 | } |
| 713 | |
| 714 | bool SemanticTest::deploy( |
| 715 | std::string const& _contractName, |
nothing calls this directly
no test coverage detected