Rainer W.
Rainer W.
We use catalogs in the registry as folders. e.g. ${company}/${project}/${module} as catalog name.  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...
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,...
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...
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...