Sha256: 4aa1e9744140dac3bf4614e17392f37245b06effd1ecad682f52cbcb9648f592
Contents?: true
Size: 199 Bytes
Versions: 4
Compression:
Stored size: 199 Bytes
Contents
#include "empty.hpp" namespace Origen { namespace TestMethod { Empty::Empty() {} Empty::~Empty() {} // All test methods must implement this function Empty& Empty::getThis() { return *this; } } }
Version data entries
4 entries across 4 versions & 1 rubygems