| 10805 | namespace Catch { |
| 10806 | |
| 10807 | XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) |
| 10808 | : m_str( str ), |
| 10809 | m_forWhat( forWhat ) |
| 10810 | {} |
| 10811 | |
| 10812 | void XmlEncode::encodeTo( std::ostream& os ) const { |
| 10813 |
nothing calls this directly
no outgoing calls
no test coverage detected