Use BeforeSuit instead of its Synchronized version
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.
Showing
+2 -15
Please register or sign in to comment