Niko Wittenbeck
Niko Wittenbeck
``` public abstract class RelatedToProjectSecurityTest> extends JAFCrudTestStage { (...) public abstract S user_creates_entity_of_$_related_to_$(Class> clazz, @Hidden SampleProject project) { return super.user_creates_entity(Project.class); } } } ``` When I execute ProjectSecurityTest, I expect...
Hi Jan, some additional idea as this just caused confusion: We're using a @Quoted string, that is printed in quotes when it is printed in a single test case -...
Hi, is it be possible to refer to a Spring bean in @JGivenConfiguration or to do this programmatically to inject such a bean? Thanks in advance! Regards, Niko
Hi Jan, sorry for bothering again, but due to the fact that we are systematically introducing JGiven in our testing environment, I want to share every feedback to make this...
Hi there, I'm using a global configuration object that is shared across the stages via @ScenarioState. When an additional stage with @ScenarioStage is used, I have to invoke a method...
Hi, is it possible to download a dump of all running threads? From what I see, it is only possible to directly check the trace per thread, but e.g. when...
Hi there, is it possible to extend the threads grid to show the CPU time that is used per thread? Regards, Niko
Hi there, I am currently trying to update GreenMail 1.6.5 to 1.6.10. With 1.6.6, the MOVE capability was implemented. This breaks my tests and I am currently wondering if it...