File tree Expand file tree Collapse file tree 3 files changed +0
-191
lines changed
Expand file tree Collapse file tree 3 files changed +0
-191
lines changed Original file line number Diff line number Diff line change @@ -130,22 +130,6 @@ public void TestShared()
130130 }
131131 }
132132
133- [ TestMethod ]
134- public void TestColor ( )
135- {
136- if ( new ColorSetKit . Color ( "NoVariant" ) . ProvideValue ( null ) is SolidColorBrush c )
137- {
138- Assert . AreEqual ( c . Color . R , 50 ) ;
139- Assert . AreEqual ( c . Color . G , 100 ) ;
140- Assert . AreEqual ( c . Color . B , 150 ) ;
141- Assert . AreEqual ( c . Color . A , 128 ) ;
142- }
143- else
144- {
145- Assert . Fail ( "Cannot retrieve color from NSColor" ) ;
146- }
147- }
148-
149133 [ TestMethod ]
150134 public void TestChild ( )
151135 {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4444 <Reference Include =" WindowsBase" />
4545 </ItemGroup >
4646 <ItemGroup >
47- <Compile Include =" Color.cs" />
4847 <Compile Include =" ColorExtensions.cs" />
4948 <Compile Include =" ColorPair.cs" />
5049 <Compile Include =" ColorSet.cs" />
You can’t perform that action at this time.
0 commit comments