Class GlobalConfig
- java.lang.Object
-
- com.github.database.rider.core.configuration.GlobalConfig
-
public class GlobalConfig extends Object
Created by pestano on 03/09/16. pojo which represents dbunit.yml, used for global which can be overrided via @DataSet annotation at class or method level and with @DBUnit at class or method level
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DBUnitConfiggetDbUnitConfig()static GlobalConfiginstance()static GlobalConfignewInstance()
-
-
-
Method Detail
-
instance
public static GlobalConfig instance()
-
newInstance
public static GlobalConfig newInstance()
-
getDbUnitConfig
public DBUnitConfig getDbUnitConfig()
-
-