-
**Actual behavior**
I'm trying to generate a mock for a type that is a type alias for a generic interface. This is new functionality in gRPC (https://github.com/grpc/grpc-go/issues/7030), available…
ash2k updated
3 weeks ago
-
### What information is missing?
Documentation on how to mock classes that use the final class modifier.
Some people on my team were recently confused by whether to use the new `final` class modif…
-
Spy was removed when we migrated to null safety. Spy also used the mirrors API which introduces problems on some platforms.
Are we able to implement the Spy feature using code gen? A potential spy …
-
记录一些自己的困惑。
- karma,jest和mocha选择哪一个?
- jest, mocha, karma, chai, sinon, jsmine, vue-test-utils都是些什么东西?
- chai,sinon是什么?
- 为什么以spec.js命名?
- 如何为聊天的文字消息组件写单元测试?
- 运行在哪个目录下?
- karma.conf…
-
Currently the RAML spec is just used for documentation purposes, without any connection to the real code. This has given problems1 and will keep giving problems. Either we should drop it (I wouldn't s…
-
From https://github.com/StateSmith/StateSmith/issues/264:
> It’s best practice to implement automated testing for your state machines. These tests are typically dependent only on the generated stat…
-
I am new to `yeoman generator-angular`, I created project using `yo angular`. I run `grunt serve` to launch demo example it works fine. When I try to run `grunt test` it thrown an error
**TypeError: …
-
Start new project, use nuxt, firebase functions, firebase auth, typescript and tests.
/ai:explain
-
**Describe the bug**
As far as I can tell there's no way to use sveltekit runtime imports (eg: `$app/navigation`) outside of sveltekit dev/build. Which makes testing virtually impossible. If there is…
-
Could you support to actor protocol?
I would like to automatically generate an "Actor" compliant protocol as follows.
```.swift
/// @mockable
protocol Hoge: Actor {
func get(hoge: String) asy…