-
### TestNG Version
6.10
### Expected behavior
Failure to create test data via DataProvider should mark test as failed.
### Actual behavior
Test is marked as skipped.
### Is the issue repro…
-
I think this issue continues #10.
If I use dataProvider in tests I get incorrect xml output (it different from standard phpunit). The difference is that phpunit output has another `` tag and testsu…
-
From: http://stackoverflow.com/q/39332119/4234729
-
There are a few (to be optimistic) unit tests that need to be migrated from TestNG to JUnit.
There are known features of TestNG used in some of these tests that have no direct equivalent in JUnit, fo…
-
Hi there,
is there any specific reason why
DataConverter.canConvert, line 31 is implemented as
```
return Object.class.equals(innerType);
```
instead of
```
return Object.class.equals(innerT…
-
V3 nightly build 57 07/28\. The deployment of webbeans-guess.war from V3 samples
failed with a message:
"java.lang.NoClassDefFoundError: javax/inject/AnnotationLiteral"
See all deployment messages a…
-
While running a large test (600,000+ test methods) I encountered a deadlock situation.
All of the threads are blocked with this stack trace:
```
pool-102-thread-8 [227] (BLOCKED)
pool-102-thread-7 […
-
Taken from #79, asked by @Vivek-Malhotra:
> Regarding the use case in @Before I am not sure whether that is correct as I am pretty new to spring. What I though from my previous experience on other Te…
-
Hi junit-team,
I am the maintainer of https://github.com/TNG/junit-dataprovider and in order to be able to migrate to the new JUnit5 engine for new test cases in the future I would like to provide a …
-
Toro Version: im.ene.toro3:toro:3.0.1-B1
I just implemented my viewholder as suggested in the README file:
private class FeedItemViewHolderVideo extends RecyclerView.ViewHolder implements To…