Package mvpa :: Package tests :: Module test_niftidataset :: Class NiftiDatasetTests
[hide private]
[frames] | no frames]

Class NiftiDatasetTests

source code


Tests of various Nifti-based datasets
Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
testNiftiDataset(self)
Basic testing of NiftiDataset
source code
 
testNiftiMapper(self)
Basic testing of map2Nifti
source code
 
testNiftiSelfMapper(self)
Test map2Nifti facility ran without arguments
source code
 
testMultipleCalls(self)
Test if doing exactly the same operation twice yields the same result
source code
 
testERNiftiDataset(self)
Basic testing of ERNiftiDataset
source code
 
testERNiftiDatasetMapping(self)
Some mapping testing -- more tests is better
source code
 
testNiftiDatasetFrom3D(self)
Test NiftiDataset based on 3D volume(s)
source code
 
testNiftiDatasetROIMaskNeighbors(self)
Test if we could request neighbors within spherical ROI whenever center is outside of the mask
source code

Inherited from unittest.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, tearDown

Inherited from unittest.TestCase (private): _exc_info