matcher
Here are 126 public repositories matching this topic...
-
Updated
Apr 15, 2021 - JavaScript
Take this class, for example:
`
import Foundation
// some comment has import SOMEBADTHING
public protocol TestProtocol: AnyObject {
func doSomething() -> Void
}
`
The generated mock ends up having:
... import SOMEBADTHING ...
Looks like it is looking for "{import .*}" in source files and just adding that verbatim to the output file, causing compile issues.
-
Updated
Jul 22, 2021 - TypeScript
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
May 14, 2021 - JavaScript
-
Updated
Oct 26, 2020 - JavaScript
Although the two source streams and the result stream have all a length of 5, an exception is thrown.
Reproduction:
import { cold, hot } from 'jest-marbles'
import { buffer, mergeAll } from 'rxjs/operators'
describe('test', () => {
it('should not fail', () => {
const source1 = cold('AB--|')
const source2 = hot('^-A-|')
expect(source1.pipe(buffer(source2), mergeAl-
Updated
Jan 5, 2020 - JavaScript
-
Updated
May 12, 2021 - Python
-
Updated
Dec 21, 2020 - Go
Feature Request
Parse all bodies as a Buffer and only looks at requests where the Content-Type header matches the type option. This parser supports automatic inflation of gzip and deflate encodings.
-
Updated
Nov 19, 2018 - Ruby
-
Updated
May 24, 2021 - Java
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
Jun 11, 2017 - Java
-
Updated
Aug 15, 2019 - JavaScript
-
Updated
Apr 24, 2021 - JavaScript
-
Updated
May 17, 2021 - TypeScript
-
Updated
Jul 6, 2017 - Clojure
-
Updated
Dec 8, 2019 - Go
-
Updated
Mar 1, 2016 - LiveScript
Improve this page
Add a description, image, and links to the matcher topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the matcher topic, visit your repo's landing page and select "manage topics."
Expected Behavior
Invoking a mockk should never cause a test to hang. If too many invocations lead to performance issues, it would be better to either:
Current Behavior
After invoking a mock around 130 000 times (on my machine, running JDK 15 on Windows) further invocations will hit a wall and take for