2using System.Collections.Generic;
4using System.Reflection;
5using System.Diagnostics;
6using System.Runtime.CompilerServices;
10using Microsoft.Xna.Framework;
11using Microsoft.Xna.Framework.Input;
12using Microsoft.Xna.Framework.Graphics;
19 public class StyleMerge : UnitTest
21 public override void Execute(
string method =
null)
37 Expect(c[
"prop1"]).ToBeEqual(
"b");
38 Expect(c[
"prop2"]).ToBeEqual(
"a");
39 Expect(c[
"prop3"]).ToBeEqual(
"b");
In Fact just an observable dict.