Beispiel #1
0
        public void testobj_get_BSTR_prop()
        {
            var obj = new TestObj();

            Assert.Equal("Test string", obj.TestStringProp2);
        }
Beispiel #2
0
        public void testobj_constructed_correctly()
        {
            var obj = new TestObj();

            Assert.NotNull(obj);
        }