source: trunk/environments/g4py/tests/README @ 1343

Last change on this file since 1343 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 1.6 KB
Line 
1$Id: README,v 1.5 2007/08/07 03:37:36 kmura Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5              Geant4Py - A Geant4-Python Bridge
6     =========================================================
7
8                         Tests Module
9                         ------------
10
11This module collects a set of tests for python wrapping of C++ elements.
12
13Note:
14- "testXX" directories contain tests without Geant4 package.
15- "gtestXX" directories contain tests with Geant4 package.
16
17-------------------------------------------------------------------
18test00  ## hallo world (K.M)
19test01  ## simple class wrapping (K.M)
20test02  ## simple inheritance (K.M)
21test03  ## singleton w/o public constructor (K.M)
22        ## can NOT be compiled.
23test04  ## call policies (K.M)
24test05  ## function overloading & default arguments (K.M)
25test06  ## python inheritabce from base class (K.M)
26test07  ## enums (K.M)
27test08  ## static member function (K.M)
28test09  ## operators (K.M)
29test10  ## call by-reference (K.M)
30test11  ## no_init (K.M)
31test12  ## indexing a STL vector (K.M)
32test13  ## test for a list argument/return (K.M)
33-------------------------------------------------------------------
34gtest01 ## user application (K.M)
35gtest02 ## test for using site-module packages (K.M)
36gtest03 ## test for EZsim package (K.M)
37gtest04 ## test for getting command tree and command information (K.M)
38gtest05 ## test for constructing CSG geometries in Python (K.M)
39gtest06 ## test for constructing/visualizing boolean geoemtries (K.M)
40gtest07 ## test for checking overlapped geometries (K.M)
Note: See TracBrowser for help on using the repository browser.