-
```
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…
-
```
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…
-
```
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…
-
```
To reproduce:
public class Test extends TestCase {
// mocked objects
@Mock private LinearLayout layout;
@Override
protected void setUp() {
MockitoAnnotations.initMocks(t…
-
```
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…