#include "poisson_tester.h"
#include <gtest/gtest.h>
#include <fstream>
#include <sstream>
Go to the source code of this file.
Typedefs | |
using | PoissonTestTypes = ::testing::Types< std::integral_constant< int, 2 >, std::integral_constant< int, 3 > > |
using | Poisson2DTester = PoissonTester< std::integral_constant< int, 2 > > |
Functions | |
TYPED_TEST_CASE (PoissonTester, PoissonTestTypes) | |
TYPED_TEST (PoissonTester, MakeGrid) | |
using PoissonTestTypes = ::testing::Types<std::integral_constant<int, 2>, std::integral_constant<int, 3> > |
Definition at line 11 of file poisson_tester.cc.
using Poisson2DTester = PoissonTester<std::integral_constant<int, 2> > |
Definition at line 14 of file poisson_tester.cc.
TYPED_TEST_CASE | ( | PoissonTester | , |
PoissonTestTypes | |||
) |
TYPED_TEST | ( | PoissonTester | , |
MakeGrid | |||
) |
Definition at line 18 of file poisson_tester.cc.