1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
mcstasscript.tests.test\_McStasPlotOptions.TestMcStasPlotOptions
================================================================
.. currentmodule:: mcstasscript.tests.test_McStasPlotOptions
.. autoclass:: TestMcStasPlotOptions
:members:
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~TestMcStasPlotOptions.__init__
~TestMcStasPlotOptions.addClassCleanup
~TestMcStasPlotOptions.addCleanup
~TestMcStasPlotOptions.addTypeEqualityFunc
~TestMcStasPlotOptions.assertAlmostEqual
~TestMcStasPlotOptions.assertAlmostEquals
~TestMcStasPlotOptions.assertCountEqual
~TestMcStasPlotOptions.assertDictContainsSubset
~TestMcStasPlotOptions.assertDictEqual
~TestMcStasPlotOptions.assertEqual
~TestMcStasPlotOptions.assertEquals
~TestMcStasPlotOptions.assertFalse
~TestMcStasPlotOptions.assertGreater
~TestMcStasPlotOptions.assertGreaterEqual
~TestMcStasPlotOptions.assertIn
~TestMcStasPlotOptions.assertIs
~TestMcStasPlotOptions.assertIsInstance
~TestMcStasPlotOptions.assertIsNone
~TestMcStasPlotOptions.assertIsNot
~TestMcStasPlotOptions.assertIsNotNone
~TestMcStasPlotOptions.assertLess
~TestMcStasPlotOptions.assertLessEqual
~TestMcStasPlotOptions.assertListEqual
~TestMcStasPlotOptions.assertLogs
~TestMcStasPlotOptions.assertMultiLineEqual
~TestMcStasPlotOptions.assertNotAlmostEqual
~TestMcStasPlotOptions.assertNotAlmostEquals
~TestMcStasPlotOptions.assertNotEqual
~TestMcStasPlotOptions.assertNotEquals
~TestMcStasPlotOptions.assertNotIn
~TestMcStasPlotOptions.assertNotIsInstance
~TestMcStasPlotOptions.assertNotRegex
~TestMcStasPlotOptions.assertNotRegexpMatches
~TestMcStasPlotOptions.assertRaises
~TestMcStasPlotOptions.assertRaisesRegex
~TestMcStasPlotOptions.assertRaisesRegexp
~TestMcStasPlotOptions.assertRegex
~TestMcStasPlotOptions.assertRegexpMatches
~TestMcStasPlotOptions.assertSequenceEqual
~TestMcStasPlotOptions.assertSetEqual
~TestMcStasPlotOptions.assertTrue
~TestMcStasPlotOptions.assertTupleEqual
~TestMcStasPlotOptions.assertWarns
~TestMcStasPlotOptions.assertWarnsRegex
~TestMcStasPlotOptions.assert_
~TestMcStasPlotOptions.countTestCases
~TestMcStasPlotOptions.debug
~TestMcStasPlotOptions.defaultTestResult
~TestMcStasPlotOptions.doClassCleanups
~TestMcStasPlotOptions.doCleanups
~TestMcStasPlotOptions.fail
~TestMcStasPlotOptions.failIf
~TestMcStasPlotOptions.failIfAlmostEqual
~TestMcStasPlotOptions.failIfEqual
~TestMcStasPlotOptions.failUnless
~TestMcStasPlotOptions.failUnlessAlmostEqual
~TestMcStasPlotOptions.failUnlessEqual
~TestMcStasPlotOptions.failUnlessRaises
~TestMcStasPlotOptions.id
~TestMcStasPlotOptions.run
~TestMcStasPlotOptions.setUp
~TestMcStasPlotOptions.setUpClass
~TestMcStasPlotOptions.shortDescription
~TestMcStasPlotOptions.skipTest
~TestMcStasPlotOptions.subTest
~TestMcStasPlotOptions.tearDown
~TestMcStasPlotOptions.tearDownClass
~TestMcStasPlotOptions.test_McStasPlotOptions_default_bottom_lim
~TestMcStasPlotOptions.test_McStasPlotOptions_default_colormap
~TestMcStasPlotOptions.test_McStasPlotOptions_default_cut_max
~TestMcStasPlotOptions.test_McStasPlotOptions_default_cut_min
~TestMcStasPlotOptions.test_McStasPlotOptions_default_left_lim
~TestMcStasPlotOptions.test_McStasPlotOptions_default_log
~TestMcStasPlotOptions.test_McStasPlotOptions_default_orders_of_mag
~TestMcStasPlotOptions.test_McStasPlotOptions_default_right_lim
~TestMcStasPlotOptions.test_McStasPlotOptions_default_show_colorbar
~TestMcStasPlotOptions.test_McStasPlotOptions_default_top_lim
~TestMcStasPlotOptions.test_McStasPlotOptions_default_x_axis_multiplier
~TestMcStasPlotOptions.test_McStasPlotOptions_default_y_axis_multiplier
~TestMcStasPlotOptions.test_McStasPlotOptions_set_bottom_lim
~TestMcStasPlotOptions.test_McStasPlotOptions_set_colormap
~TestMcStasPlotOptions.test_McStasPlotOptions_set_cut_max
~TestMcStasPlotOptions.test_McStasPlotOptions_set_cut_min
~TestMcStasPlotOptions.test_McStasPlotOptions_set_left_lim
~TestMcStasPlotOptions.test_McStasPlotOptions_set_log
~TestMcStasPlotOptions.test_McStasPlotOptions_set_orders_of_mag
~TestMcStasPlotOptions.test_McStasPlotOptions_set_right_lim
~TestMcStasPlotOptions.test_McStasPlotOptions_set_show_colorbar
~TestMcStasPlotOptions.test_McStasPlotOptions_set_top_lim
~TestMcStasPlotOptions.test_McStasPlotOptions_set_x_axis_multiplier
~TestMcStasPlotOptions.test_McStasPlotOptions_set_y_axis_multiplier
.. rubric:: Attributes
.. autosummary::
~TestMcStasPlotOptions.longMessage
~TestMcStasPlotOptions.maxDiff
|