-
Your shunit2 description mentions that it can't be used to mock functions by export. In my experience it's working though.
Looks like alias in your unit test example is still in effect and break func…
-
This project revolves around designing a reusable framework for mocking the driver side of a VirtQueue operation. It would allow rust-vmm crates and other projects to use it and would provide a cleane…
-
Hi, I want to use projectroot/__mocks__/@organization/module.js style mock but the getMockName seems to look for the mock inside node_modules/@organization/module/__mocks__
-
```
I have a clas with the following constructor
public Struct(NameValue[] nameValueArray)
{
_nvs = nameValueArray;
}
that I want to mock. Problem is that I get Unexpected const…
-
```
What steps will reproduce the problem?
1. Create interface with virtual operator (e.g. operator==())
2. Create mock class implementing interface
3. Create instance of mock class
What is the expec…
-
```
I have a clas with the following constructor
public Struct(NameValue[] nameValueArray)
{
_nvs = nameValueArray;
}
that I want to mock. Problem is that I get Unexpected const…
-
```
What steps will reproduce the problem?
1. Unzip the eclipse project attached to the issue
2. Run the unit test.
What is the expected output? What do you see instead?
Expected the test to pass b…
-
```
What steps will reproduce the problem?
1. Create interface with virtual operator (e.g. operator==())
2. Create mock class implementing interface
3. Create instance of mock class
What is the expec…
-
```
What steps will reproduce the problem?
1. Create interface with virtual operator (e.g. operator==())
2. Create mock class implementing interface
3. Create instance of mock class
What is the expec…
-
```
I was wondering whether JsTestDriver supports mocking AJAX/jQuery calls?
I'm currently testing against an environment which I cannot get access to,
so the only way to do so is to mock up the AJA…