AW: Re: Wicket tests with Spring Boot

2019-07-10 Thread Stephan Schrader
Have you tried @MockBean from Spring Boot. Alternative with @ContextConfiguration you can assign configuration classes and export custom mocks. Stephan Von meinem gesendet Tom Götz schrieb >We have both, a service layer and a persistence layer (each in it's own maven >module). W

Re: Wicket CDI application junit test

2014-04-11 Thread Stephan Schrader
Hi, maybe you can use DeltaSpike to get the BeanManager reference: http://deltaspike.apache.org/core.html#beanmanagerprovider Stephan 2014-04-11 5:30 GMT+02:00 Duke : > Hi everyone. > I'm trying to write some tests for my wicket-cdi application. But I can't > init wicket WebApplication, result

Re: Visual HTML diff in Wicket?

2014-02-06 Thread Stephan Schrader
You could try https://github.com/alkacon/alkacon-diff Stephan > Am 06.02.2014 um 10:53 schrieb Martin Dietze : > > In my system there is an editorial submodule for creating HTML > contents. As I am about to add a versioning history to it, I'd > like to add some kind of visualisation of what cha