-
I am trying the sample test cases for PowerMock with Mockito and TestNG
PowerMock version 1.7.1
Mockito-core 2.8.9
TestNG 6.10
Here is the code snippet:
@Test
public void staticMethodTest(…
-
## Summary
While running mutliple testng suite xml files via master testsuite & setAppendExisting(true) , the categories are shown only for the last testsuite.However for individual test cases ca…
-
```
What steps will reproduce the problem?
=======================================
1. use testng-5.8-jdk14.jar (optionally sources too)
2. use a JRE 1.4
3. run your tests with default listeners with o…
-
Hi
when I use powermock with mockito. I meet this problem. could u give some advice?
`objc[22879]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk…
-
Thank you for looking into #3170 so promptly, however I think there is another related issue.
### TestNG Version
> Note: only the latest version is supported
7.11.0-SNAPSHOT at [f55ca8e](https:…
-
### TestNG Version
Latest
### Expected behavior
IAnnotationTransfomer listener changes the annotations after each "BeforeSuite" event is received.
### Actual behavior
IAnnotationTransformer l…
-
```
What is the expected output? What do you see instead?
screenshot listener saves image in / /
image.png
emailable-report.html is in and expects image.png in the
same directory.
What version …
-
```
Here is my class under test:
public class MockMe {
private static final MockMe ME = new MockMe();
public static MockMe getInstance() {
return ME;
}
}
And here is my te…
-
Steps:
I can't record video when implement a testng test as below:
```
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE)
@ContextConfiguration(classes = [AppConfig.class])
@Te…
-
```
Here is my class under test:
public class MockMe {
private static final MockMe ME = new MockMe();
public static MockMe getInstance() {
return ME;
}
}
And here is my te…