public void testobj_get_BSTR_prop() { var obj = new TestObj(); Assert.Equal("Test string", obj.TestStringProp2); }
public void testobj_constructed_correctly() { var obj = new TestObj(); Assert.NotNull(obj); }