Home
last modified time | relevance | path

Searched refs:testScope (Results 1 – 25 of 117) sorted by relevance

12345

/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DCacheScope_Tests.cs68 CacheScope testScope = new CacheScope("Test.proj", default_scope, "2.0"); in TestConstructor()
72 Assertion.AssertEquals(null, testScope.ScopeProperties.ParentProject); in TestConstructor()
85 testScope.AddCacheEntry(cacheEntry); in BasicCacheOperation()
87 CacheEntry inCacheEntry = testScope.GetCacheEntry("TestEntry"); in BasicCacheOperation()
93 testScope.AddCacheEntry(cacheEntry); in BasicCacheOperation()
94 testScope.ClearCacheEntry("TestEntry"); in BasicCacheOperation()
110 testScope.AddCacheEntryForBuildResults(resultWith0Outputs); in AddRemoveBuildResults()
112 testScope.AddCacheEntryForBuildResults(resultWith1Outputs); in AddRemoveBuildResults()
116 testScope.AddCacheEntryForBuildResults(resultWith2Outputs); in AddRemoveBuildResults()
122 testScope.AddCacheEntryForBuildResults(resultWith1Outputs); in AddRemoveBuildResults()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/extensions/
H A DExtensionXPCShellUtils.jsm44 constructor(extension, testScope) {
46 this.testScope = testScope;
60 this.testScope.do_register_cleanup(() => {
63 this.testScope.equal(JSON.stringify(names), "[]", "message queue is empty");
71 this.testScope.do_register_cleanup(() => {
80 this.testScope.do_print(`Extension loaded`);
86 this.testScope.ok(pass, `${msg} - Expected: ${expected}, Actual: ${actual}`);
89 this.testScope.do_print(msg);
92 this.testScope.ok(pass, msg);
95 this.testScope.ok(pass, msg);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/RandomStressTest/
H A DRandomStressTest.cs106 using (var testScope = rootScope.NewScope<SqlRandomizer>()) in TestThread()
109 RunTest(con, testScope, _katmaiTypes, watch); in TestThread()
116 using (var testScope = rootScope.NewScope<SqlRandomizer>()) in TestThread()
118 RunTest(con, testScope, _katmaiTypes, watch); in TestThread()
149 …private void RunTest(SqlConnection con, RandomizerPool.Scope<SqlRandomizer> testScope, SqlRandomTy… in RunTest() argument
158testScope.Current.NextTableDimentions(MaxRows, MaxColumns, MaxTotal, out rowsCount, out columnsCou… in RunTest()
159 …SqlRandomTable table = SqlRandomTable.Create(testScope.Current, types, columnsCount, rowsCount, cr… in RunTest()
174 using (var iterationScope = testScope.NewScope<SqlRandomizer>()) in RunTest()
185 using (var iterationScope = testScope.NewScope<SqlRandomizer>()) in RunTest()
/dports/news/nget/nget-0.27.1/test/
H A Dauto_container_test.cc18 CPPUNIT_TEST(testScope);
73 void testScope(void) { in testScope() function in auto_vector_Test
94 CPPUNIT_TEST(testScope);
135 void testScope(void) { in testScope() function in auto_map_Test
154 CPPUNIT_TEST(testScope);
201 void testScope(void) { in testScope() function in auto_multimap_Test
/dports/graphics/ampasCTL/CTL-57b48a2/unittest/IlmCtl/
H A DtestScope2.ctl34 testScope()
43 const int testScope2Dummy = testScope();
46 } // namespace testScope
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/
H A DExtensionXPCShellUtils.jsm68 this.testScope = testScope;
91 this.testScope.equal(
98 this.testScope.equal(
146 this.testScope.equal(
155 this.testScope.equal(
170 this.testScope.ok(
345 constructor(testScope) {
346 super(testScope);
508 super(testScope);
613 constructor(testScope, id) {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/
H A DExtensionXPCShellUtils.jsm74 this.testScope = testScope;
97 this.testScope.equal(
104 this.testScope.equal(
152 this.testScope.equal(
161 this.testScope.equal(
176 this.testScope.ok(
333 constructor(testScope) {
334 super(testScope);
496 super(testScope);
601 constructor(testScope, id) {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/
H A DExtensionXPCShellUtils.jsm74 this.testScope = testScope;
97 this.testScope.equal(
104 this.testScope.equal(
152 this.testScope.equal(
161 this.testScope.equal(
176 this.testScope.ok(
333 constructor(testScope) {
334 super(testScope);
496 super(testScope);
601 constructor(testScope, id) {
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/test/src/actions/expression/
H A Dtest_ExpressionParser.cpp79 auto& testScope = context.variables.addScope("test"); in TEST_P() local
81 testScope.addMember("test1", actions::expression::ValueType::Vector); in TEST_P()
82 testScope.addMember("test2", actions::expression::ValueType::Float); in TEST_P()
161 auto& testScope = context.variables.addScope("test"); in TEST_P() local
163 testScope.addMember("test1", actions::expression::ValueType::Vector); in TEST_P()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/extensions/
H A DExtensionXPCShellUtils.jsm309 this.testScope = testScope;
332 this.testScope.equal(
339 this.testScope.equal(
387 this.testScope.equal(
396 this.testScope.equal(
411 this.testScope.ok(
568 constructor(testScope) {
569 super(testScope);
731 super(testScope);
838 constructor(testScope, id) {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/extensions/
H A DExtensionXPCShellUtils.jsm171 constructor(testScope, extension = null) {
172 this.testScope = testScope;
190 this.testScope.registerCleanupFunction(() => {
235 this.testScope.info(`Extension attached`);
241 this.testScope.equal(JSON.stringify(names), "[]", "message queue is empty");
261 this.testScope.info(msg);
265 this.testScope.ok(pass, msg);
269 this.testScope.ok(pass, msg);
348 this.testScope.equal(actual, msg, "test result correct");
391 constructor(testScope, xpiFile, installType) {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory_test.go14 testScope := tally.NewTestScope("pre", map[string]string{"a": "b"})
15 factory := Wrap(testScope).Namespace(metrics.NSOptions{
40 snapshot := testScope.Snapshot()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory_test.go14 testScope := tally.NewTestScope("pre", map[string]string{"a": "b"})
15 factory := Wrap(testScope).Namespace(metrics.NSOptions{
40 snapshot := testScope.Snapshot()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory_test.go14 testScope := tally.NewTestScope("pre", map[string]string{"a": "b"})
15 factory := Wrap(testScope).Namespace(metrics.NSOptions{
40 snapshot := testScope.Snapshot()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory_test.go14 testScope := tally.NewTestScope("pre", map[string]string{"a": "b"})
15 factory := Wrap(testScope).Namespace(metrics.NSOptions{
40 snapshot := testScope.Snapshot()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory_test.go14 testScope := tally.NewTestScope("pre", map[string]string{"a": "b"})
15 factory := Wrap(testScope).Namespace(metrics.NSOptions{
40 snapshot := testScope.Snapshot()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory_test.go14 testScope := tally.NewTestScope("pre", map[string]string{"a": "b"})
15 factory := Wrap(testScope).Namespace(metrics.NSOptions{
40 snapshot := testScope.Snapshot()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory_test.go14 testScope := tally.NewTestScope("pre", map[string]string{"a": "b"})
15 factory := Wrap(testScope).Namespace(metrics.NSOptions{
40 snapshot := testScope.Snapshot()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory_test.go14 testScope := tally.NewTestScope("pre", map[string]string{"a": "b"})
15 factory := Wrap(testScope).Namespace(metrics.NSOptions{
40 snapshot := testScope.Snapshot()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/xpcshell/example/unit/
H A Dimport_module.jsm33 var testScope = {};
34 XPCOMUtils.importRelative(this, "import_sub_module.jsm", testScope);
35 var SUBMODULE_IMPORTED_TO_SCOPE = testScope.SUBMODULE_IMPORTED;
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/xpcshell/example/unit/
H A Dimport_module.jsm31 var testScope = {};
32 XPCOMUtils.importRelative(this, "import_sub_module.jsm", testScope);
33 var SUBMODULE_IMPORTED_TO_SCOPE = testScope.SUBMODULE_IMPORTED;
/dports/www/firefox/firefox-99.0/toolkit/mozapps/extensions/internal/
H A DAddonTestUtils.jsm224 testScope: null,
231 maybeInit(testScope) {
232 if (this.testScope != testScope) {
233 this.init(testScope);
238 if (this.testScope === testScope) {
241 this.testScope = testScope;
374 if (this.testScope === testScope) {
377 this.testScope = testScope;
459 let print = this.testScope.info || this.testScope.do_print;
696 if (this.testScope) {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/extensions/internal/
H A DAddonTestUtils.jsm302 testScope: null,
309 maybeInit(testScope) {
310 if (this.testScope != testScope) {
316 if (this.testScope === testScope) {
319 this.testScope = testScope;
452 if (this.testScope === testScope) {
455 this.testScope = testScope;
537 let print = this.testScope.info || this.testScope.do_print;
790 if (this.testScope) {
1571 let equal = this.testScope.equal || this.testScope.is;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/extensions/internal/
H A DAddonTestUtils.jsm302 testScope: null,
309 maybeInit(testScope) {
310 if (this.testScope != testScope) {
316 if (this.testScope === testScope) {
319 this.testScope = testScope;
452 if (this.testScope === testScope) {
455 this.testScope = testScope;
537 let print = this.testScope.info || this.testScope.do_print;
790 if (this.testScope) {
1571 let equal = this.testScope.equal || this.testScope.is;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/extensions/internal/
H A DAddonTestUtils.jsm335 testScope: null,
341 maybeInit(testScope) {
342 if (this.testScope != testScope) {
343 this.init(testScope);
348 if (this.testScope === testScope) {
351 this.testScope = testScope;
484 if (this.testScope === testScope) {
487 this.testScope = testScope;
616 let print = this.testScope.info || this.testScope.do_print;
1621 let equal = this.testScope.equal || this.testScope.is;
[all …]

12345