-
##upgrading from EF Core 5.0.2 to 6.0.1 making Nunit unit test to fail
Currently I have upgraded from .net core 5 to .net 6, so I also have to update ef core from 5 to 6.0.1. However doing this is …
-
```
What steps will reproduce the problem?
Public methods are not virtual so some mocking frameworks are unable to easily
mock the Markdown class for unit testing.
What is the expected output? What…
-
Herbert's copy of the test framework is currently well behind the new one which has some nice features we may want to use.
Updating the framework may be complicated by the inclusion of `skipTest`, …
-
-
-
```
What steps will reproduce the problem?
Public methods are not virtual so some mocking frameworks are unable to easily
mock the Markdown class for unit testing.
What is the expected output? What…
-
```
What steps will reproduce the problem?
Public methods are not virtual so some mocking frameworks are unable to easily
mock the Markdown class for unit testing.
What is the expected output? What…
-
## Background
In our code, we dynamically create a `` that is injected into the DOM to be evaluated by the browser engine—the specific code [[source](https://github.com/CrossLead/angular-zendesk-widg…
-
I'd like to use Kotlin and the MockK library to generate mocks for cdi-test, but cdi-test doesn't seem to pick up de annotated mocks.
I'd like some hints as to how I can extend cdi-test to support Mo…
kfud updated
6 months ago
-
## 🚀 Feature Proposal
Add a `global` property to the `this` of globalSetup and globalTeardown async functions that can be used to set global variables that can be accessed in all tests via `global`…