I am having an error on the PersonManagerImplTest class in the with the
following snip


        context.checking(new Expectations() {{
            one(dao).get(with(equal(id)));
            will(returnValue(person));
        }});


I am using the code from the tutorial, is the code from the tutorial
correct?

regards,

Flávio Oliva

Reply via email to