Tagged Questions

2
votes
2answers
308 views

How to check in Java using JIntegra if COM object implements an interface ?

I'm working with JIntegra java com bridge. I have an object of type Object which true coclass is unknown. I need to check if that object can be casted to specific COM interface (which has a proxy …
0
votes
2answers
70 views

JMock and JIntegra COM classes (ESRI, ArcObjects)

I'm writing a unit test but am having difficulty mocking an object from the ESRI ArcObjects library. This library is actually a COM library which is connected to Java using JIntegra. Maybe I'm doing …