Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
fa4567b3
Commit
fa4567b3
authored
Sep 28, 2020
by
niklas.baumgarten
Browse files
added MockClasses.hpp
parent
c78bb6e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/MockClasses.hpp
0 → 100644
View file @
fa4567b3
#ifndef MOCKCLASSES_HPP
#define MOCKCLASSES_HPP
//#include "montecarlo/IPDESolver.hpp"
//#include "stochastics/SampleGenerator.hpp"
////#include "TestEnvironment.hpp"
//#include "gmock/gmock.h"
//
//
//class PDESolverMock : public IPDESolver {
// MOCK_METHOD(void, run, (IAssemble *assemble, SampleSolution &solution))
//
// void run(SampleSolution &gmock_a1)
//
// ;
//// MOCK_METHOD(void, Run, (IAssemble *assemble, SampleSolution &solution));
//};
//class SampleGeneratorMock : public SampleGenerator {
//public:
// MOCK_METHOD(EvalScalarSample, Scalar(const Point &));
//// MOCK_METHOD1(EvalScalarSample, Scalar(int, const Point &))
//// MOCK_METHOD2()
//
//};
#endif //MOCKCLASSES_HPP
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment