Class AllureReporter
java.lang.Object
net.bugreaper.modules.db.allurereporter.AllureReporter
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidattachTableForDb(String name, Object[][] conditions) Method to create attach with table by:static voidexecuteQueryReporter(String query) Method to create attachment with executed query
-
Method Details
-
executeQueryReporter
Method to create attachment with executed query- Parameters:
query- sql query
-
attachTableForDb
Method to create attach with table by:- Parameters:
name- message + table name with schema ("SCHEMA.TABLE_1")conditions- conditions ({{"ID", "1"},...})
-