I assume you are talking about Mockito syntax.
From my point of view these are just different styles. The first is the normal Mockito syntax and the second just tries to fit nicer into BDD style tests – I really like the second version because it reads so nicely in BDD tests.