-
Updated
Mar 22, 2021 - JavaScript
mocking
Here are 698 public repositories matching this topic...
-
Updated
Mar 22, 2021 - Java
-
Updated
Feb 24, 2021 - PHP
-
Updated
Mar 22, 2021 - TypeScript
-
Updated
Jan 26, 2021 - Objective-C
Hey Guys,
I see an IllegalStateException when running one particular test.
What steps will reproduce the problem?
The following code fails each time it is run
Testcase:
package backend.model.posting
import backend.controller.exceptions.ConflictException
import backend.model.location.Location
import backend.model.user.UserAccount
import org.junit.Before
import org.-
Updated
Mar 22, 2021 - TypeScript
-
Updated
Feb 24, 2021 - JavaScript
General summary of the issue
Hard to explain, but it took us a complete breakdown of a very complicated script to see what was happening. Please see the test code below.
Describe your environment
Pester version : 5.1.1 C:\Program Files\WindowsPowerShell\Modules\Pester\5.1.1\Pester.psm1
PowerShell version : 5.1.14393.3866
OS version : Microsoft Windows NT 10.0.14393.0
https://github.com/agriffis/vcrpy-unittest adds a VCRTestCase (and a VCRMixin) class. They consists only of 23 lines of code. Please include those two functions in your project to avoid needing to install another package. Those tiny package have a bigger overhead and packaging them for Debian would be rejected due to this reason.
-
Updated
Jan 17, 2021 - Python
-
Updated
Mar 22, 2021 - TypeScript
-
Updated
Feb 20, 2021 - Go
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Jul 27, 2020 - Ruby
-
Updated
Mar 13, 2021 - JavaScript
A "normal" event on an instance ignores null subscriptions. If I do so on a substituted interface, a null subscription leads to an exception. I have a not so nice legacy code with different listeners to an event an one class that does null-attach internally under some conditions, would be nice if this behaviour would be able to be tested as well. Example code for the problem:
publ
Today, my project's build failed in CI because of a problem downloading the cuckoo_generator executable in the run script. I'm not sure what the actual issue was (there was an issue extracting the URL from the GH API response), but it started working again by itself sometime later, so I'm assuming that it was a GH blip.
I find it a little strange that the SPM installation for Cuckoo depends
-
Updated
Oct 4, 2020 - Swift
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Mar 2, 2021 - Go
-
Updated
Mar 16, 2021 - C#
-
Updated
Mar 1, 2021 - C#
-
Updated
May 28, 2020 - Shell
-
Updated
Mar 10, 2021 - C#
Improve this page
Add a description, image, and links to the mocking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mocking topic, visit your repo's landing page and select "manage topics."
Hi,
It seems like the HTTP Assert package does not allow me to specify a body to pass in a POST request for example. Looking at the
HTTPBody()function, the body argument is set tonil:req, err := http.NewRequest(method, url+"?"+values.Encode(), nil)Is this by design, or am I looking at a missing feature?
Cheers,