Julien Herr

Results 87 issues of Julien Herr

http://stackoverflow.com/q/34081981/4234729

Feature: data-provider
Type: Feature request

``` java @BeforeMethod public void setUp(ITestNGMethod method) { method.setTimeOut(timeout); } ```

Feature: before/after
Feature: injection

### TestNG Version > Note: only the latest version is supported ### Expected behavior See @danberindei comments on https://github.com/cbeust/testng/pull/841

Feature: name

Related to #1490 From: @baev in https://github.com/cbeust/testng/pull/1505#issuecomment-324061822 Possible solution: > `ITestNGMethod.getTestInstance() -> ITestInstance` and `ITestInstance.getFactoryMethod() -> ConstructorOrMethod`? > > `ITestInstance` is just a modelization of the instance which will contain...

Feature: data-provider
Need: Discussion to finalize

### TestNG Version 6.12 ### Expected behavior TestNG should work with JMockit https://github.com/jmockit/jmockit1/issues/464 The first step will be to add non-regression tests.

perf/enhancement
dependencies

Recently, we had many issues with Assertion. See #2643 #2636 #2540 I think it could be helpful to deprecate the internal assertion API and let the user choose the library...

Feature: assertions

From https://github.com/cbeust/testng/pull/2640/files#r711920486 The multi-suite feature allows adding child references to suite files from a parent suite file. The behavior is not yet documented.

Feature: multi-suite
documentation

### Did you remember to? - [ ] Add test case(s) - [x] Update `CHANGES.txt` https://github.com/remkop/picocli is the new defacto library for CLI. Even if there is no plan to...

Runner: CLI

- [x] Add test case(s) - [x] Update `CHANGES.txt` TODO: - [x] upgrade schema version and remove deprecated - [ ] generate POJO from XSD.