Thursday, June 01, 2006
Posted on Thursday, June 01, 2006 4:17:40 PM (Mountain Daylight Time, UTC-06:00)  Comments [0] | 
Categories: .NET | ArcUnit
Last Thursday I gave a presentation on Unit Testing with ArcObjects at the Fort Collins ArcDeverloper User Group. The presentation gives an overview of unit testing in general, how ArcObjects complicates things, and reviews one methodology that can be used for some scenarios (geometry for instance).

The session went pretty well, given the relatively dry nature of unit testing. For this presentation, I refactored the ArcUnit code, mainly creating an ArcDeveloper.Utilities namespace and assembly. The code in the unit tests code now uses the utility classes. I think this is a better organization, and provides a framework that we can grow as a community.

The next steps (when I find time) are to get a source forge project set up, and then to port these classes to C#.

This presentation and the associated code is now available on ArcDeveloper.net

Presentation Link

Source Code Link

Comments are closed.