public void test_set_value_nominal() { PropertyTree p = new PropertyTree("t"); p.SetValue("a", "420"); Assert.Equal(420, p.GetInt16("a")); }