2 Replies Latest reply on Jun 9, 2017 12:01 PM by bmajsak

    Arquillian Persistence Extension - Using DBUnit Table Filter

    jhasenbe

      Hi,

       

      I wonder how (or if) I can define an DBUnit ITableFilter instance for my Arquillian test that uses the persistence extension?

       

      What I want to achieve: pass an instance of SequenceTableFilter (implements ITableFilter) to DBUnit to respect SQL statement ordering based on this filter.

       

      I looked at the documentation but did not find an answer to this.

      If this is not supported yet, is there some sort of extension mechanism I can use?

       

      Thanks for any hint on this.

       

      - Jo