* Small bug fixes which caused exception on small text sending
[circ.git] / Tests / RgbColorTest.cs
blob7e13df32f000ccad71f2b263ad7f3c7ad9fb8e8c
2 [NUnit.Framework.TestFixtureAttribute]
3 public partial class RgbColorTest
6 public RgbColorTest()
10 [NUnit.Framework.TestAttribute()]
11 [NUnit.Framework.IgnoreAttribute()]
12 void EqualsTest()
14 // TODO: Implement unit test for EqualsTest
17 [NUnit.Framework.TestAttribute()]
18 [NUnit.Framework.IgnoreAttribute()]
19 void GetHashCodeTest()
21 // TODO: Implement unit test for GetHashCodeTest
24 [NUnit.Framework.TestAttribute()]
25 [NUnit.Framework.IgnoreAttribute()]
26 void ToStringTest()
28 // TODO: Implement unit test for ToStringTest
31 [NUnit.Framework.TestAttribute()]
32 [NUnit.Framework.IgnoreAttribute()]
33 void GetTypeTest()
35 // TODO: Implement unit test for GetTypeTest