arquillian / arquillian-extension-persistence

Arquillian Database / Persistence Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ApplyScriptAfter annotation runs before test method execution according to javaDoc

vilmosnagy opened this issue · comments

Hi!

The ApplyScriptAfter javaDoc states the following:

Defines SQL scripts applied on test database before test method execution.

Is it correct? Doesn't it run after test exectuon? Thanks!

That's apparently copy-pastie mistake. Can you file a PR? :)

Thanks!