Home
last modified time | relevance | path

Searched refs:test_decorator (Results 1 – 25 of 81) sorted by relevance

1234

/dports/cad/uranium/Uranium-3ed9c4de/tests/Scene/
H A DTestSceneNodeDecorator.py49 test_decorator = SceneNodeDecorator()
56 test_decorator.clear = MagicMock()
59 test_node.addDecorator(test_decorator)
64 test_node.addDecorator(test_decorator)
67 assert test_node.getDecorator(type(test_decorator)) == test_decorator
73 …assert test_decorator.clear.call_count == 1 # Ensure that the clear of the test decorator is call…
102 assert test_node.getDecorator(type(test_decorator)) is None
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/logging/
H A Dtest_logDecorations.cpp90 } test_decorator[] = { in TEST_VM() local
97 for (uint i = 0; i < ARRAY_SIZE(test_decorator); i++) { in TEST_VM()
98 tty->print_cr("Processing Decorator %s", test_decorator[i].desc); in TEST_VM()
99 LogDecorators::Decorator decorator = test_decorator[i].decorator; in TEST_VM()
112 EXPECT_STREQ(test_decorator[i].suffix, suffix); in TEST_VM()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/logging/
H A Dtest_logDecorations.cpp90 } test_decorator[] = { in TEST_VM() local
97 for (uint i = 0; i < ARRAY_SIZE(test_decorator); i++) { in TEST_VM()
98 tty->print_cr("Processing Decorator %s", test_decorator[i].desc); in TEST_VM()
99 LogDecorators::Decorator decorator = test_decorator[i].decorator; in TEST_VM()
112 EXPECT_STREQ(test_decorator[i].suffix, suffix); in TEST_VM()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/logging/
H A Dtest_logDecorations.cpp94 } test_decorator[] = { in TEST_VM() local
101 for (uint i = 0; i < ARRAY_SIZE(test_decorator); i++) { in TEST_VM()
102 tty->print_cr("Processing Decorator %s", test_decorator[i].desc); in TEST_VM()
103 LogDecorators::Decorator decorator = test_decorator[i].decorator; in TEST_VM()
116 EXPECT_STREQ(test_decorator[i].suffix, suffix); in TEST_VM()
/dports/textproc/py-dominate/dominate-2.6.0/tests/
H A Dtest_document.py16 def test_decorator(): function
76 test_decorator()
/dports/devel/py-pid/pid-3.0.4/tests/
H A Dtest_pid.py288 def test_decorator(): function
291 test_decorator()
298 def test_decorator(): function
305 test_decorator()
537 def test_decorator(): function
540 test_decorator()
546 def test_decorator(): function
553 test_decorator()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logDecorations.cpp89 } test_decorator[] = { in TEST_VM() local
96 for (uint i = 0; i < ARRAY_SIZE(test_decorator); i++) { in TEST_VM()
97 LogDecorators::Decorator decorator = test_decorator[i].decorator; in TEST_VM()
110 EXPECT_STREQ(test_decorator[i].suffix, suffix); in TEST_VM()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/logging/
H A Dtest_logDecorations.cpp89 } test_decorator[] = { in TEST_VM() local
96 for (uint i = 0; i < ARRAY_SIZE(test_decorator); i++) { in TEST_VM()
97 LogDecorators::Decorator decorator = test_decorator[i].decorator; in TEST_VM()
110 EXPECT_STREQ(test_decorator[i].suffix, suffix); in TEST_VM()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logDecorations.cpp89 } test_decorator[] = { in TEST_VM() local
96 for (uint i = 0; i < ARRAY_SIZE(test_decorator); i++) { in TEST_VM()
97 LogDecorators::Decorator decorator = test_decorator[i].decorator; in TEST_VM()
110 EXPECT_STREQ(test_decorator[i].suffix, suffix); in TEST_VM()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/logging/
H A Dtest_logDecorations.cpp89 } test_decorator[] = { in TEST_VM() local
96 for (uint i = 0; i < ARRAY_SIZE(test_decorator); i++) { in TEST_VM()
97 LogDecorators::Decorator decorator = test_decorator[i].decorator; in TEST_VM()
110 EXPECT_STREQ(test_decorator[i].suffix, suffix); in TEST_VM()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/logging/
H A Dtest_logDecorations.cpp89 } test_decorator[] = { in TEST_VM() local
96 for (uint i = 0; i < ARRAY_SIZE(test_decorator); i++) { in TEST_VM()
97 LogDecorators::Decorator decorator = test_decorator[i].decorator; in TEST_VM()
110 EXPECT_STREQ(test_decorator[i].suffix, suffix); in TEST_VM()
/dports/devel/py-pinocchio/pinocchio-0.4.3/
H A DREADME.rst121 See ``examples/test_decorator.py`` for some examples; use
122 ``examples/test_decorator.attrib`` as the decorator file. For example,
125 nosetests --decorator-file examples/test_decorator.attribs examples/test_decorator.py -a one
126 nosetests --decorator-file examples/test_decorator.attribs examples/test_decorator.py -a two
127 nosetests --decorator-file examples/test_decorator.attribs examples/test_decorator.py -a three
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_lang_tag.py58 def test_decorator(): function
92 test_decorator()
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_lang_tag.py58 def test_decorator(): function
92 test_decorator()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/unittest/
H A Dtest_te_tag.py68 def test_decorator(): function
103 test_decorator()
/dports/devel/py-libcst/libcst-0.3.23/libcst/testing/
H A Dutils.py157 def test_decorator(test_method: Callable) -> Callable: function
163 return test_decorator
/dports/www/py-paste/Paste-3.4.6/tests/
H A Dtest_profilemiddleware.py26 def test_decorator(): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/tests/
H A Dtest_profilemiddleware.py26 def test_decorator(): function
/dports/devel/py-cmd2/cmd2-2.3.2/plugins/template/tests/
H A Dtest_myplugin.py64 def test_decorator(capsys): function
/dports/www/py-dj32-django-cacheops/django-cacheops-6.0/tests/
H A Dtest_extras.py20 def test_decorator(self): member in SettingsTests
141 def test_decorator(self): member in NoInvalidationTests
/dports/www/py-django-cacheops/django-cacheops-6.0/tests/
H A Dtest_extras.py20 def test_decorator(self): member in SettingsTests
141 def test_decorator(self): member in NoInvalidationTests
/dports/devel/py-cachetools/cachetools-4.2.4/tests/
H A Dtest_wrapper.py18 def test_decorator(self): member in DecoratorTestMixin
147 def test_decorator(self): member in NoneWrapperTest
/dports/devel/py-cachetools3/cachetools-3.1.1/tests/
H A Dtest_wrapper.py19 def test_decorator(self): member in DecoratorTestMixin
151 def test_decorator(self): member in NoneWrapperTest
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/base/tests/
H A Dtest_func.py16 def test_decorator(self): member in TestCompose
/dports/sysutils/fusefs-gitfs/gitfs-0.5.2/tests/cache/
H A Dtest_lru.py84 def test_decorator(self): member in TestLRUCache

1234