zbychupragmatists
zbychupragmatists
We were trying to implement it but with no luck. To be honest I think we'll not implement it. Any support on it from you, who are interested in solution,...
It seems that this is problem in our library. I gave a quick look at it and reruning tests is implemented by applying filters on test suite. Filter takes all...
We know that our documentation is outdated and lacks many features we introduced. We will tried to update it but any help is appreciated.
Let's make it clear `@Before` annotation is for setup of objects used in test, while parameters method for setting up parameters for them. If your tests works the way you...
I guess you want to point out all the places where you don't have static methods by some failing tests to be sure that all places are ready to migration....
Please make a pull request and we will see how it looks.
We will not introduce such change for couple of reasons. The most important is that ```@Parameters``` annotation abstraction supports many types of "source" of parameters - you can provide parameters...
I'm afraid you don't get exactly our point. We tested your PR and in fact it changes how Description objects are return from getFilteredChildren() but still you cannot achieve a...