https://github.com/geomatics-io/arcobjects-sdk-nunit-sample
This repository contains an NUnit3 demo project for testing ArcObjects SDK.
https://github.com/geomatics-io/arcobjects-sdk-nunit-sample
arcobjects csharp dotnet esri nunit3
Last synced: about 1 month ago
JSON representation
This repository contains an NUnit3 demo project for testing ArcObjects SDK.
- Host: GitHub
- URL: https://github.com/geomatics-io/arcobjects-sdk-nunit-sample
- Owner: geomatics-io
- Created: 2017-11-24T14:52:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T15:20:45.000Z (over 8 years ago)
- Last Synced: 2025-01-11T21:26:05.052Z (over 1 year ago)
- Topics: arcobjects, csharp, dotnet, esri, nunit3
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NUnit Test Project for ArcObjects
This is a simple NUnit3 Test Project for testing code, that is based on the [ArcObjects SDK 10.4.x](https://desktop.arcgis.com/en/system-requirements/10.4/arcobjects-sdk-system-requirements.htm). Please note, that ArcObjects this **not** the same as the [ArcGIS Runtime SDK](https://developers.arcgis.com/net/). ArcObjects is for customizing/extending the Desktop (ArcMap) and Server applications.
This project contains a pre-configured `SetUpFixture`, that initializes the desired license using the Esri `LicenseInitializer` found in the [SDK Community Examples](https://github.com/Esri/arcobjects-sdk-community-samples/blob/master/Net/Networks/LocationAllocationSolver/CSharp/LicenseInitializer.cs).