AssertHaveInTableAsync
Description: the method checks the data in the specified database table and returns the boolean value of the search result, in case of a negative result, the check will be considered a failure
Syntax: AssertHaveInTableAsync(string tableName, string columnName, string value)
Return value: bool (true or false)
Example:
bool result = await testerMySql.AssertHaveInTableAsync("test_table", "name", "'I am Tester'");
Created with the Personal Edition of HelpNDoc: Free Kindle producer