Lines Matching defs:matrix

59         $matrix = @(  variable
76 $matrix = @( variable
101 $matrix = @( variable
129 $matrix = @( variable
144 $matrix = @( variable
159 $matrix = @(1, 2, 3, 4) variable
176 $matrix = @(0, 1, 2, 3, 4, 5, 6, 7) variable
199 $matrix = @(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11) variable
221 $matrix = @(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11) variable
248 $matrix = @(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15) variable
260 $matrix = @(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15) variable
263 $matrix[$arrayIndex] | Should -Be $value variable
315 … $matrix = GenerateFullMatrix $generateConfig.matrixParameters $generateconfig.displayNamesLookup variable
329 … $matrix = GenerateFullMatrix $generateConfig.matrixParameters $generateConfig.displayNamesLookup variable
371 $matrix = GenerateMatrix $generateConfig "all" variable
409 $matrix = GenerateFullMatrix $config.matrixParameters $config.displayNamesLookup variable
413 $matrix = GenerateSparseMatrix $config.matrixParameters $config.displayNamesLookup variable
419 $matrix = GenerateFullMatrix $config.matrixParameters $config.displayNamesLookup variable
425 [Array]$matrix = GenerateMatrix $config "all" variable
428 $matrix[0].name | Should -Be "windows2019_netcoreapp21" variable
429 $matrix[0].parameters.operatingSystem | Should -Be "windows-2019" variable
430 $matrix[0].parameters.framework | Should -Be "netcoreapp2.1" variable
431 $matrix[0].parameters.additionalArguments | Should -Be "" variable
433 $matrix[1].name | Should -Be "windows2019_netcoreapp21_withfoo" variable
434 $matrix[1].parameters.operatingSystem | Should -Be "windows-2019" variable
435 $matrix[1].parameters.framework | Should -Be "netcoreapp2.1" variable
436 $matrix[1].parameters.additionalArguments | Should -Be "--enableFoo" variable
438 $matrix[2].name | Should -Be "ubuntu1804_net461" variable
439 $matrix[2].parameters.framework | Should -Be "net461" variable
440 $matrix[2].parameters.operatingSystem | Should -Be "ubuntu-18.04" variable
441 $matrix[2].parameters.additionalArguments | Should -Be "" variable
443 $matrix[4].name | Should -Be "macOS1015_net461" variable
444 $matrix[4].parameters.framework | Should -Be "net461" variable
445 $matrix[4].parameters.operatingSystem | Should -Be "macOS-10.15" variable
446 $matrix[4].parameters.additionalArguments | Should -Be "" variable
448 $matrix[7].name | Should -Be "windows2019_net50_enableWindowsFoo" variable
449 $matrix[7].parameters.framework | Should -Be "net50" variable
450 $matrix[7].parameters.operatingSystem | Should -Be "windows-2019" variable
451 $matrix[7].parameters.additionalArguments | Should -Be "--enableWindowsFoo" variable
467 [Array]$matrix = GenerateMatrix $config "all" variable
469 $matrix[0].name | Should -Be "windows2019_net461" variable
483 [Array]$matrix = GenerateMatrix $config "all" variable
485 $matrix[0].name | Should -Be "windows2019_net461" variable
525 [Array]$matrix = GenerateMatrix $objectFieldConfig "sparse" variable
528 $matrix[0].name | Should -Be "testObjectName1_secondTestObjectName1_footest" variable
529 $matrix[0].parameters.testField | Should -Be "footest" variable
530 $matrix[0].parameters.testObject1Value1 | Should -Be "1" variable
531 $matrix[0].parameters.testObject1Value2 | Should -Be "2" variable
532 $matrix[0].parameters.secondTestObject1Value1 | Should -Be "1" variable
533 $matrix[0].parameters.Count | Should -Be 5 variable
535 $matrix[1].name | Should -Be "testObjectName2_secondTestObjectName1_bartest" variable
536 $matrix[1].parameters.testField | Should -Be "bartest" variable
537 $matrix[1].parameters.testObject2Value1 | Should -Be "1" variable
538 $matrix[1].parameters.testObject2Value2 | Should -Be "2" variable
539 $matrix[1].parameters.secondTestObject1Value1 | Should -Be "1" variable
540 $matrix[1].parameters.Count | Should -Be 5 variable
542 $matrix[2].name | Should -Be "testObjectIncludeName_footest" variable
543 $matrix[2].parameters.testField | Should -Be "footest" variable
544 $matrix[2].parameters.testObjectValue1 | Should -Be "1" variable
545 $matrix[2].parameters.testObjectValue2 | Should -Be "2" variable
546 $matrix[2].parameters.Count | Should -Be 3 variable
550 [Array]$matrix = GenerateMatrix $objectFieldConfig "all" variable
553 $matrix[0].name | Should -Be "testObjectName1_secondTestObjectName1_footest" variable
554 $matrix[0].parameters.testField | Should -Be "footest" variable
555 $matrix[0].parameters.testObject1Value1 | Should -Be "1" variable
556 $matrix[0].parameters.testObject1Value2 | Should -Be "2" variable
557 $matrix[0].parameters.secondTestObject1Value1 | Should -Be "1" variable
558 $matrix[0].parameters.Count | Should -Be 5 variable
560 $matrix[3].name | Should -Be "testObjectName2_secondTestObjectName1_bartest" variable
561 $matrix[3].parameters.testField | Should -Be "bartest" variable
562 $matrix[3].parameters.testObject2Value1 | Should -Be "1" variable
563 $matrix[3].parameters.testObject2Value2 | Should -Be "2" variable
564 $matrix[3].parameters.secondTestObject1Value1 | Should -Be "1" variable
565 $matrix[3].parameters.Count | Should -Be 5 variable
567 $matrix[4].name | Should -Be "testObjectIncludeName_footest" variable
568 $matrix[4].parameters.testField | Should -Be "footest" variable
569 $matrix[4].parameters.testObjectValue1 | Should -Be "1" variable
570 $matrix[4].parameters.testObjectValue2 | Should -Be "2" variable
571 $matrix[4].parameters.Count | Should -Be 3 variable
605 … $matrix = GenerateFullMatrix $generateconfig.matrixParameters $generateconfig.displayNamesLookup variable
607 … $matrix[0].name | Should -Be "ubuntu1804_123some456invalid_formatnamefoo_TestObjectValueName" variable
609 $matrix[1].name.Length | Should -Be 100 variable
611 $matrix[1].name | Should -BeLike "ubuntu1804_aaaaaaaaaaaaaaaaa*" variable
615 $matrix = GenerateMatrix $generateConfig "sparse" variable
616 $matrix[0].name | Should -Be "ubuntu1804_net461_TestObjectValueName" variable