public void TestQueryInternalConnections() { IPin testPin = GetSmartTeeInputPin(); int nPin = 0; IPin[] ppPins = null; int hr = testPin.QueryInternalConnections(ppPins, ref nPin); Marshal.ThrowExceptionForHR(hr); Console.Write(nPin); Assert.IsNotNull(ppPins); }