Olegus Testerovichus

Results 18 comments of Olegus Testerovichus

Error in Parameterized.get (Object object) ![image](https://user-images.githubusercontent.com/15269131/44948907-5f473c00-ae2f-11e8-8d78-7a56575905eb.png)

@pvliss @mageddo ``` spring.plugins.repository http://repo.spring.io/plugins-release/ ``` and use version 1.74+ ``` com.beust jcommander 1.74 ```

A year will soon pass, and the problem has not been resolved. The plugin is developing in the best traditions of a bloody enterprise. Good strategy, effective and users are...

@semonte Could you fix this defect? I would be very grateful :)

It is much more convenient to use a ready-made solution TestResult, than to invent a bicycle. I had to. ![image](https://user-images.githubusercontent.com/15269131/48049616-443ad480-e1b0-11e8-8f7f-70e64cb0ffd2.png)

@juherr Enum is hard to extend :) I suggest implementing the default statuses via an interface. And in the API implementation, use interfaces instead of enums. In this case, users...

I'm only talking about test execution statuses and the possibility of their extension. Initially, in the task, the problem is in the exception. ### Actual behavior (exception) [TestResult](https://github.com/cbeust/testng/blob/cd85bcb7afebbaecd2299cbc72632e27f89a441b/testng-runner-api/src/main/java/org/testng/internal/TestResult.java#L244) ``` java...

In any case, in my opinion, the hardcode of statuses without the possibility of expanding the list is not the best solution.

@mkarg I just can't imagine how to fix it. There is clearly an error in defining the number of variables and possible values. Here is another clear example of an...

A little more information ![image](https://github.com/cbeust/jcommander/assets/15269131/cfba53d1-7a31-4c0b-baed-60fd722d0f0d)