00001 00009 #pragma once 00010 00011 #include "basics/testcase.hh" 00012 #include "basics/typedefs.hh" 00013 #include "geometry/cellConditions.hh" 00014 00015 namespace test { 00016 00017 using concepts::Real; 00018 using concepts::Cmplx; 00019 00020 // ****************************************************** MixedNonContTest ** 00021 00027 class MixedNonContTest : public TestCase { 00028 public: 00029 virtual ~MixedNonContTest() {} 00030 virtual void run(); 00031 00033 00034 00053 void testCircle_1(Cmplx c0, Real Ri, Real Ra, Real alpha, Real beta = 0.0, 00054 Real gamma = 0.0, uint n = 0, Cmplx ei = 0.0, 00055 Cmplx ea0 = 0.0, Cmplx ea1 = 0.0); 00057 }; 00058 00059 } // namespace test 00060 00061