summaryrefslogtreecommitdiff
path: root/include/cppunit/NotEqualException.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/NotEqualException.h')
-rw-r--r--include/cppunit/NotEqualException.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cppunit/NotEqualException.h b/include/cppunit/NotEqualException.h
index ba39cd2..ca97364 100644
--- a/include/cppunit/NotEqualException.h
+++ b/include/cppunit/NotEqualException.h
@@ -19,6 +19,10 @@ namespace CppUnit {
virtual ~NotEqualException();
+ std::string expectedValue() const;
+
+ std::string actualValue() const;
+
/*! Copy operator.
* @param other Object to copy.
* @return Reference on this object.