molecular
Public Member Functions | List of all members
molecular::testbed::EqualsVector3 Class Reference

Matcher for Catch2 that compares Vector3. More...

#include <Matchers.h>

Inheritance diagram for molecular::testbed::EqualsVector3:

Public Member Functions

 EqualsVector3 (const Vector3 &v, double epsilon, double margin)
 
bool match (const Vector3 &v) const override
 Performs the test for this matcher. More...
 
std::string describe () const override
 

Detailed Description

Matcher for Catch2 that compares Vector3.

Constructor & Destructor Documentation

molecular::testbed::EqualsVector3::EqualsVector3 ( const Vector3 v,
double  epsilon,
double  margin 
)
inline

Member Function Documentation

std::string molecular::testbed::EqualsVector3::describe ( ) const
override
bool molecular::testbed::EqualsVector3::match ( const Vector3 v) const
override

Performs the test for this matcher.


The documentation for this class was generated from the following files: