ExcelDna.Testing
1.8.0
Prefix Reserved
See the version list below for details.
dotnet add package ExcelDna.Testing --version 1.8.0
NuGet\Install-Package ExcelDna.Testing -Version 1.8.0
<PackageReference Include="ExcelDna.Testing" Version="1.8.0" />
paket add ExcelDna.Testing --version 1.8.0
#r "nuget: ExcelDna.Testing, 1.8.0"
// Install ExcelDna.Testing as a Cake Addin #addin nuget:?package=ExcelDna.Testing&version=1.8.0 // Install ExcelDna.Testing as a Cake Tool #tool nuget:?package=ExcelDna.Testing&version=1.8.0
'ExcelDna.Testing' is a NuGet package and library that lets you develop automatic tests for Excel models and add-ins, including add-ins developed with Excel-DNA and VBA. Test code is written in C# or Visual Basic and is hosted by the popular xUnit test framework, allowing automated tests to run from Visual Stuio or other standard test runners.
Tests developed with the testing helper will run with the add-in loaded inside an Excel instance, and so allow you to test the interaction between an add-in and a real instance of Excel. This type of 'integration testing' can augment 'unit testing' where individual library features are tested in isolation. It is often in the interaction with Excel where the problematic aspects of an add-in are revealed, and developing automated testing for this environment has been difficult.
The testing helper allows flexibility and power in designing automated Excel tests:
* The test code can either run in a separate process that drives Excel through the COM object model, or can be loaded inside the Excel process itself, allowing use of both the COM object model and the C API from the test code.
* Functions, macros and even ribbon commands can be tested.
* Test projects can include pre-populated test workbooks containing spreadsheet models to test or test data.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- ExcelDna.Integration (= 1.8.0)
- ExcelDna.Interop (= 15.0.1)
- Microsoft.VisualStudio.OLE.Interop (>= 17.1.32210.191)
- StreamJsonRpc (>= 2.10.44)
- xunit (>= 2.4.1)
- xunit.abstractions (>= 2.0.3)
- xunit.extensibility.core (>= 2.4.1)
- xunit.extensibility.execution (>= 2.4.1)
- xunit.runner.visualstudio (>= 2.4.3)
-
net6.0-windows7.0
- ExcelDna.Integration (= 1.8.0)
- ExcelDna.Interop (= 15.0.1)
- Microsoft.NET.Test.Sdk (>= 16.11.0)
- Microsoft.VisualStudio.Interop (>= 17.1.32210.191)
- Microsoft.VisualStudio.OLE.Interop (>= 17.1.32210.191)
- StreamJsonRpc (>= 2.10.44)
- xunit (>= 2.4.1)
- xunit.abstractions (>= 2.0.3)
- xunit.extensibility.core (>= 2.4.1)
- xunit.extensibility.execution (>= 2.4.1)
- xunit.runner.visualstudio (>= 2.4.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on ExcelDna.Testing:
Repository | Stars |
---|---|
Excel-DNA/ExcelDna
Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library.
|
|
Excel-DNA/Samples
Various sample projects and snippets related to Excel-DNA
|
Version | Downloads | Last updated |
---|---|---|
1.9.0-alpha2 | 210 | 8/14/2024 |
1.8.0 | 1,607 | 5/16/2024 |
1.8.0-rc | 120 | 5/6/2024 |
1.8.0-alpha3 | 166 | 3/10/2024 |
1.8.0-alpha2 | 188 | 1/3/2024 |
1.8.0-alpha1 | 138 | 12/21/2023 |
1.7.0 | 1,529 | 11/27/2023 |
1.7.0-rcfinal | 103 | 11/6/2023 |
1.7.0-rc9 | 119 | 10/16/2023 |
1.7.0-rc8 | 115 | 10/16/2023 |
1.7.0-rc7 | 154 | 10/7/2023 |
1.7.0-rc6 | 152 | 7/17/2023 |
1.7.0-rc5 | 150 | 6/19/2023 |
1.7.0-rc4 | 161 | 4/24/2023 |
1.7.0-rc3 | 181 | 4/2/2023 |
1.7.0-rc2 | 175 | 3/5/2023 |
1.7.0-rc1 | 137 | 2/26/2023 |
1.6.1-beta3 | 165 | 1/22/2023 |
1.6.1-beta2 | 639 | 1/4/2023 |
1.6.1-alpha4 | 171 | 11/2/2022 |
1.6.1-alpha3 | 205 | 10/19/2022 |
1.6.1-alpha2 | 177 | 10/9/2022 |
1.6.1-alpha | 185 | 10/3/2022 |
1.6.0 | 1,038 | 10/1/2022 |
1.6.0-rc1 | 240 | 8/19/2022 |
1.6.0-preview5 | 222 | 8/2/2022 |
1.6.0-preview4 | 193 | 7/3/2022 |
1.5.0-rc | 1,437 | 11/11/2021 |
0.1.0-preview | 1,168 | 10/31/2020 |