Skip to content

Commit 4b7661a

Browse files
committed
TestCaseReader: Expose fileName()
1 parent de0f0b4 commit 4b7661a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/TestCaseReader.h

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class TestCaseReader
5959
std::size_t lineNumber() const { return m_lineNumber; }
6060
std::map<std::string, std::string> const& settings() const { return m_settings; }
6161
std::ifstream& stream() { return m_fileStream; }
62+
boost::filesystem::path const& fileName() const { return m_fileName; }
6263

6364
std::string simpleExpectations();
6465

0 commit comments

Comments
 (0)