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
|
mcstasscript.tests.test\_plot\_interface.TestPlotInterface
==========================================================
.. currentmodule:: mcstasscript.tests.test_plot_interface
.. autoclass:: TestPlotInterface
:members:
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~TestPlotInterface.__init__
~TestPlotInterface.addClassCleanup
~TestPlotInterface.addCleanup
~TestPlotInterface.addTypeEqualityFunc
~TestPlotInterface.assertAlmostEqual
~TestPlotInterface.assertAlmostEquals
~TestPlotInterface.assertCountEqual
~TestPlotInterface.assertDictContainsSubset
~TestPlotInterface.assertDictEqual
~TestPlotInterface.assertEqual
~TestPlotInterface.assertEquals
~TestPlotInterface.assertFalse
~TestPlotInterface.assertGreater
~TestPlotInterface.assertGreaterEqual
~TestPlotInterface.assertIn
~TestPlotInterface.assertIs
~TestPlotInterface.assertIsInstance
~TestPlotInterface.assertIsNone
~TestPlotInterface.assertIsNot
~TestPlotInterface.assertIsNotNone
~TestPlotInterface.assertLess
~TestPlotInterface.assertLessEqual
~TestPlotInterface.assertListEqual
~TestPlotInterface.assertLogs
~TestPlotInterface.assertMultiLineEqual
~TestPlotInterface.assertNotAlmostEqual
~TestPlotInterface.assertNotAlmostEquals
~TestPlotInterface.assertNotEqual
~TestPlotInterface.assertNotEquals
~TestPlotInterface.assertNotIn
~TestPlotInterface.assertNotIsInstance
~TestPlotInterface.assertNotRegex
~TestPlotInterface.assertNotRegexpMatches
~TestPlotInterface.assertRaises
~TestPlotInterface.assertRaisesRegex
~TestPlotInterface.assertRaisesRegexp
~TestPlotInterface.assertRegex
~TestPlotInterface.assertRegexpMatches
~TestPlotInterface.assertSequenceEqual
~TestPlotInterface.assertSetEqual
~TestPlotInterface.assertTrue
~TestPlotInterface.assertTupleEqual
~TestPlotInterface.assertWarns
~TestPlotInterface.assertWarnsRegex
~TestPlotInterface.assert_
~TestPlotInterface.countTestCases
~TestPlotInterface.debug
~TestPlotInterface.defaultTestResult
~TestPlotInterface.doClassCleanups
~TestPlotInterface.doCleanups
~TestPlotInterface.fail
~TestPlotInterface.failIf
~TestPlotInterface.failIfAlmostEqual
~TestPlotInterface.failIfEqual
~TestPlotInterface.failUnless
~TestPlotInterface.failUnlessAlmostEqual
~TestPlotInterface.failUnlessEqual
~TestPlotInterface.failUnlessRaises
~TestPlotInterface.id
~TestPlotInterface.run
~TestPlotInterface.setUp
~TestPlotInterface.setUpClass
~TestPlotInterface.shortDescription
~TestPlotInterface.skipTest
~TestPlotInterface.subTest
~TestPlotInterface.tearDown
~TestPlotInterface.tearDownClass
~TestPlotInterface.test_initialization_with_data
~TestPlotInterface.test_initialization_without_data
~TestPlotInterface.test_set_colormap
~TestPlotInterface.test_set_current_monitor
~TestPlotInterface.test_set_data
~TestPlotInterface.test_set_log_mode
~TestPlotInterface.test_set_orders_of_mag
~TestPlotInterface.test_show_interface_return
.. rubric:: Attributes
.. autosummary::
~TestPlotInterface.longMessage
~TestPlotInterface.maxDiff
|