Add deployment for ADML agent with http interface
[anna.git] / include / anna / testing / TestCase.hpp
index 6ec64ad..e87750c 100644 (file)
@@ -78,6 +78,7 @@ public:
   bool isFinished() const throw() { return (getState() == State::Failed || getState() == State::Success); }
   bool inProgress() const throw() { return (getState() == State::InProgress); }
   bool isFailed() const throw() { return (getState() == State::Failed); }
+  bool isSuccess() const throw() { return (getState() == State::Success); }
   bool hasSameCondition(const TestDiameterCondition &condition) const throw();
   const DebugSummary & getDebugSummary() const throw() { return a_debugSummary; }