Tagged Questions

0
votes
1answer
360 views

Testing an Oracle Coherence IPortableObject Implementation in .NET

In order to get good test coverage, I want to test the WriteExternal and ReadExternal methods of IPortableObject (as described at Creating an IPortableObject Implementation (.NET) ). Here is code ...