Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustoproiete/exceldna-abstractions
ExcelDna.Abstractions allows you to mock / unit test Excel-DNA Add-ins
https://github.com/augustoproiete/exceldna-abstractions
di exceldna hacktoberfest ioc mock mocking unit-test unit-testing wrapper
Last synced: about 1 month ago
JSON representation
ExcelDna.Abstractions allows you to mock / unit test Excel-DNA Add-ins
- Host: GitHub
- URL: https://github.com/augustoproiete/exceldna-abstractions
- Owner: augustoproiete
- License: apache-2.0
- Created: 2013-09-11T20:59:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T06:05:57.000Z (5 months ago)
- Last Synced: 2024-11-01T13:34:44.442Z (about 2 months ago)
- Topics: di, exceldna, hacktoberfest, ioc, mock, mocking, unit-test, unit-testing, wrapper
- Language: C#
- Homepage:
- Size: 977 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
| README.md |
|:---|ExcelDna.Abstractions
Mock / unit test Excel-DNA Add-ins
[![NuGet Version](http://img.shields.io/nuget/v/ExcelDna.Abstractions.svg?style=flat)](https://www.nuget.org/packages/ExcelDna.Abstractions/) [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-excel--dna-orange.svg)](http://stackoverflow.com/questions/tagged/excel-dna)
## Give a Star! :star:
If you like or are using this project please give it a star. Thanks!
## Getting started :rocket:
Install the [ExcelDna.Abstractions](https://www.nuget.org/packages/ExcelDna.Abstractions/) package from NuGet:
```powershell
Install-Package ExcelDna.Abstractions -pre
```## Release History
Click on the [Releases](https://github.com/augustoproiete/exceldna-abstractions/releases) link on GitHub.
---
_Copyright © 2013-2023 C. Augusto Proiete & Contributors - Provided under the [Apache License, Version 2.0](LICENSE)._