The Wayback Machine - https://web.archive.org/web/20200830070220/https://github.com/topics/unit-testing
Skip to content
#

unit-testing

Here are 2,810 public repositories matching this topic...

SwifterSwift
sinon
itmayziii
itmayziii commented Jul 27, 2019

Is your feature request related to a problem? Please describe.
Reading through what a fake can and can not do is not clear from the documentation.

Describe the solution you'd like
Exact methods that are available to a Fake need to be documented.

First of all thank you for Sinon, I believe the library is powerful and has helped me write a lot of tests. What I'm requesting here is

MichalLechowski
MichalLechowski commented Aug 4, 2020

This probably concerns Azure DevOps pipeline but only for Core 3.x since I have been successfully using the documentation config for Core 2.x solution.
The problem is with test task configuration for xunit to run tests in the pipeline.
The basic stuff is:

  1. .NET Core Test task
  2. Task V2
  3. Publish test results and code coverage - checked

The documentation says to configure it like tha

fast-check
dubzzz
dubzzz commented Feb 24, 2020

TypeScript 3.7 · TypeScript https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#assertion-functions

In fast-check fc.pre can be used to stop the execution of a property if some preconditions are not validated.

// v is number | null
fc.pre(v !== null)
// while v cannot be null there, TypeScript stills consider that it can be

As adding thi

AnthonyMillerSF
AnthonyMillerSF commented Apr 16, 2020

I have a library that I generate all of my mocks into that is imported in my unit tests. When mocking a protocol, the generated mock object doesn't have an initializer declared. This means is uses the default initializer, which would be fine, except the default init() method is internal. I can get around this by importing my mock library @testable, but I'd suggest that protocol mocks for publi

mccordscvs
mccordscvs commented Aug 11, 2020

Rubberduck version information

Version 2.5.0.5524
OS: Microsoft Windows NT 10.0.18362.0, x64
Host Product: Microsoft Office 2016 x64
Host Version: 16.0.5026.1000
Host Executable: EXCEL.EXE

Description
When pressing the tab key after preforming a search in Add/Remove references a "Null Reference" error occurs. Pressing tab in other locations will also cause this error. Also, when

Improve this page

Add a description, image, and links to the unit-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unit-testing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.