• Aitor Cedres's avatar
    Use BeforeSuit instead of its Synchronized version · ac47fbd9
    Aitor Cedres authored
    The intention of SynchronizedBeforeSuite is to initialise singletons
    e.g. a database. It then provides a block to initialise clients, using
    the data from the previous block if needed. Since we don't have a
    singleton, we don't need to use this.
    ac47fbd9