File: mcstasscript.tests.test_component.TestComponent.rst

package info (click to toggle)
python-mcstasscript 0.0.46%2Bgit20250402111921.bfa5a26-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,440 kB
  • sloc: python: 13,421; makefile: 14
file content (127 lines) | stat: -rw-r--r-- 4,631 bytes parent folder | download
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
121
122
123
124
125
126
127
mcstasscript.tests.test\_component.TestComponent
================================================

.. currentmodule:: mcstasscript.tests.test_component

.. autoclass:: TestComponent
   :members:

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~TestComponent.__init__
      ~TestComponent.addClassCleanup
      ~TestComponent.addCleanup
      ~TestComponent.addTypeEqualityFunc
      ~TestComponent.assertAlmostEqual
      ~TestComponent.assertAlmostEquals
      ~TestComponent.assertCountEqual
      ~TestComponent.assertDictContainsSubset
      ~TestComponent.assertDictEqual
      ~TestComponent.assertEqual
      ~TestComponent.assertEquals
      ~TestComponent.assertFalse
      ~TestComponent.assertGreater
      ~TestComponent.assertGreaterEqual
      ~TestComponent.assertIn
      ~TestComponent.assertIs
      ~TestComponent.assertIsInstance
      ~TestComponent.assertIsNone
      ~TestComponent.assertIsNot
      ~TestComponent.assertIsNotNone
      ~TestComponent.assertLess
      ~TestComponent.assertLessEqual
      ~TestComponent.assertListEqual
      ~TestComponent.assertLogs
      ~TestComponent.assertMultiLineEqual
      ~TestComponent.assertNotAlmostEqual
      ~TestComponent.assertNotAlmostEquals
      ~TestComponent.assertNotEqual
      ~TestComponent.assertNotEquals
      ~TestComponent.assertNotIn
      ~TestComponent.assertNotIsInstance
      ~TestComponent.assertNotRegex
      ~TestComponent.assertNotRegexpMatches
      ~TestComponent.assertRaises
      ~TestComponent.assertRaisesRegex
      ~TestComponent.assertRaisesRegexp
      ~TestComponent.assertRegex
      ~TestComponent.assertRegexpMatches
      ~TestComponent.assertSequenceEqual
      ~TestComponent.assertSetEqual
      ~TestComponent.assertTrue
      ~TestComponent.assertTupleEqual
      ~TestComponent.assertWarns
      ~TestComponent.assertWarnsRegex
      ~TestComponent.assert_
      ~TestComponent.countTestCases
      ~TestComponent.debug
      ~TestComponent.defaultTestResult
      ~TestComponent.doClassCleanups
      ~TestComponent.doCleanups
      ~TestComponent.fail
      ~TestComponent.failIf
      ~TestComponent.failIfAlmostEqual
      ~TestComponent.failIfEqual
      ~TestComponent.failUnless
      ~TestComponent.failUnlessAlmostEqual
      ~TestComponent.failUnlessEqual
      ~TestComponent.failUnlessRaises
      ~TestComponent.id
      ~TestComponent.run
      ~TestComponent.setUp
      ~TestComponent.setUpClass
      ~TestComponent.shortDescription
      ~TestComponent.skipTest
      ~TestComponent.subTest
      ~TestComponent.tearDown
      ~TestComponent.tearDownClass
      ~TestComponent.test_Component_basic_init
      ~TestComponent.test_Component_basic_init_defaults
      ~TestComponent.test_Component_basic_init_set_AT
      ~TestComponent.test_Component_basic_init_set_AT_Component
      ~TestComponent.test_Component_basic_init_set_AT_Component_keyword
      ~TestComponent.test_Component_basic_init_set_EXTEND
      ~TestComponent.test_Component_basic_init_set_GROUP
      ~TestComponent.test_Component_basic_init_set_JUMP
      ~TestComponent.test_Component_basic_init_set_RELATIVE
      ~TestComponent.test_Component_basic_init_set_ROTATED
      ~TestComponent.test_Component_basic_init_set_ROTATED_Component
      ~TestComponent.test_Component_basic_init_set_ROTATED_Component_keyword
      ~TestComponent.test_Component_basic_init_set_SPLIT
      ~TestComponent.test_Component_basic_init_set_WHEN
      ~TestComponent.test_Component_basic_init_set_comment
      ~TestComponent.test_Component_basic_new_attribute_error
      ~TestComponent.test_Component_basic_object_ref_init_set_RELATIVE
      ~TestComponent.test_Component_freeze
      ~TestComponent.test_Component_init_complex_call
      ~TestComponent.test_Component_init_complex_call_relative
      ~TestComponent.test_Component_print_long
      ~TestComponent.test_Component_print_short_longest_name
      ~TestComponent.test_Component_print_short_standard
      ~TestComponent.test_Component_show_parameters
      ~TestComponent.test_Component_show_parameters_simple
      ~TestComponent.test_Component_write_Component_required_parameter_error
      ~TestComponent.test_Component_write_to_file_complex
      ~TestComponent.test_Component_write_to_file_complex_SPLIT_string
      ~TestComponent.test_Component_write_to_file_include
      ~TestComponent.test_Component_write_to_file_simple
      ~TestComponent.test_component_basic_init_set_parameters
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~TestComponent.longMessage
      ~TestComponent.maxDiff