Results 5 issues of Rainer W.

We use catalogs in the registry as folders. e.g. ${company}/${project}/${module} as catalog name. ![image](https://user-images.githubusercontent.com/118649/47918666-83fe7500-dead-11e8-81c0-42ac303cb46a.png) The ui does actually list the subrepositories when selecting the Namespace ${catalog} and also corretly shows...

Since the new TestRule interface some behaviours have change in the execution order of the @Rules. We have one rule which records Test Results. That Rule implements MethodsRule. Now in...

rules

I switched form 4.8 to 4.10 and decided to change my MethodRule's to TestRule ... bad idea. I'm missing a way to get the FrameworkMethod, and the current test instance,...

rules

Is there a way to create the same behaviour then @Ignore with a rule? This would allow me to create a custom annoationen and rule where you can mark tests...

feature

Hi, I'm using liquibase in OpenShift, which runs images with a random user id. Since 4.31.0 this does lead to an error. Which can locally reproduced with: > docker run...