![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | CMakeLists.txt | 2016-06-29 16:03 | 629 | |
![]() | History | 2016-06-29 16:03 | 1.3K | |
![]() | README.html | 2016-06-29 16:03 | 17K | |
![]() | README.md | 2016-06-29 16:03 | 1.2K | |
![]() | gtest01/ | 2016-06-29 16:04 | - | |
![]() | gtest02/ | 2016-06-29 16:04 | - | |
![]() | gtest03/ | 2016-06-29 16:04 | - | |
![]() | gtest04/ | 2016-06-29 16:04 | - | |
![]() | gtest05/ | 2016-06-29 16:04 | - | |
![]() | gtest06/ | 2016-06-29 16:04 | - | |
![]() | gtest07/ | 2016-06-29 16:04 | - | |
![]() | test00/ | 2016-06-29 16:04 | - | |
![]() | test01/ | 2016-06-29 16:04 | - | |
![]() | test02/ | 2016-06-29 16:04 | - | |
![]() | test03/ | 2016-06-29 16:04 | - | |
![]() | test04/ | 2016-06-29 16:04 | - | |
![]() | test05/ | 2016-06-29 16:04 | - | |
![]() | test06/ | 2016-06-29 16:04 | - | |
![]() | test07/ | 2016-06-29 16:04 | - | |
![]() | test08/ | 2016-06-29 16:04 | - | |
![]() | test09/ | 2016-06-29 16:04 | - | |
![]() | test10/ | 2016-06-29 16:04 | - | |
![]() | test11/ | 2016-06-29 16:04 | - | |
![]() | test12/ | 2016-06-29 16:04 | - | |
![]() | test13/ | 2016-06-29 16:04 | - | |
This module collects a set of tests for python wrapping of C++ elements.
Notes:
"testXX" directories contain tests without Geant4 package.
"gtestXX" directories contain tests with Geant4 package.
Test | Description |
---|---|
test00 | hallo world (K.M) |
test01 | simple class wrapping (K.M) |
test02 | simple inheritance (K.M) |
test03 | singleton w/o public constructor (K.M) can NOT be compiled. |
test04 | call policies (K.M) |
test05 | function overloading & default arguments (K.M) |
test06 | python inheritance from base class (K.M) |
test07 | enums (K.M) |
test08 | static member function (K.M) |
test09 | operators (K.M) |
test10 | call by-reference (K.M) |
test11 | no_init (K.M) |
test12 | indexing a STL vector (K.M) |
test13 | test for a list argument/return (K.M) |
Test | Description |
---|---|
gtest01 | user application (K.M) |
gtest02 | test for using site-module packages (K.M) |
gtest03 | test for EZsim package (K.M) |
gtest04 | test for getting command tree and command information (K.M) |
gtest05 | test for constructing CSG geometries in Python (K.M) |
gtest06 | test for constructing/visualizing boolean geoemtries (K.M) |
gtest07 | test for checking overlapped geometries (K.M) |