|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Public Member Functions | |
| def | setUp |
| def | tearDown |
| def | testIn |
| def | testRepresentation |
| def | testShortCircuit |
| def | testValid |
Public Attributes | |
| closureCount | |
| ss | |
| ts | |
Definition at line 86 of file test_saferef.py.
| def test_saferef::SaferefTests::setUp | ( | self | ) |
Definition at line 87 of file test_saferef.py.
| def test_saferef::SaferefTests::tearDown | ( | self | ) |
Definition at line 106 of file test_saferef.py.
| def test_saferef::SaferefTests::testIn | ( | self | ) |
Test the "in" operator for safe references (cmp)
Definition at line 110 of file test_saferef.py.
| def test_saferef::SaferefTests::testRepresentation | ( | self | ) |
Test that the reference object's representation works
XXX Doesn't currently check the results, just that no error
is raised
Definition at line 133 of file test_saferef.py.
| def test_saferef::SaferefTests::testShortCircuit | ( | self | ) |
Test that creation short-circuits to reuse existing references
Definition at line 120 of file test_saferef.py.
| def test_saferef::SaferefTests::testValid | ( | self | ) |
Test that the references are valid (return instance methods)
Definition at line 115 of file test_saferef.py.
Definition at line 87 of file test_saferef.py.
Definition at line 87 of file test_saferef.py.
Definition at line 87 of file test_saferef.py.
1.7.4