C# Class Tmx.SQLiteHelper

Description of SQLiteHelper.
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
ChangeBucket ( PSCmdletBase cmdlet, string bucketNames ) : void
ChangeConstant ( PSCmdletBase cmdlet, string constantNames, object constantValues ) : void
ChangeTestCase ( PSCmdletBase cmdlet, string testCaseNames ) : void
CloseDatabase ( PSCmdletBase cmdlet, string databaseName ) : void
CreateTestCase ( PSCmdletBase cmdlet, string testCaseName, System.Management.Automation.ScriptBlock beforeCode, System.Management.Automation.ScriptBlock mainCode, System.Management.Automation.ScriptBlock afterCode ) : void
DeleteBucket ( PSCmdletBase cmdlet, string bucketNames ) : void
DeleteConstant ( PSCmdletBase cmdlet, string constantNames ) : void
DeleteTestCase ( PSCmdletBase cmdlet, string testCaseNames ) : void
GetBucket ( PSCmdletBase cmdlet, string bucketNames ) : void
GetConstant ( PSCmdletBase cmdlet, string constantNames ) : void
GetScreenshotFromFileSystem ( string filePath ) : byte[]
GetTestCase ( PSCmdletBase cmdlet, string testCaseNames ) : void
RestoreTestResults ( PSCmdletBase cmdlet, string bucketNames ) : void
SetScreenshotToFileSystem ( string testResultName, string testResultId, string filePath ) : void

Private Methods

Méthode Description
GetDatabase ( PSCmdletBase cmdlet, string databaseName ) : IDatabase
PrepareEscapedString ( string inputString ) : string
SQLiteHelper ( ) : System.Linq

Method Details

ChangeBucket() public static méthode

public static ChangeBucket ( PSCmdletBase cmdlet, string bucketNames ) : void
cmdlet PSTestLib.PSCmdletBase
bucketNames string
Résultat void

ChangeConstant() public static méthode

public static ChangeConstant ( PSCmdletBase cmdlet, string constantNames, object constantValues ) : void
cmdlet PSTestLib.PSCmdletBase
constantNames string
constantValues object
Résultat void

ChangeTestCase() public static méthode

public static ChangeTestCase ( PSCmdletBase cmdlet, string testCaseNames ) : void
cmdlet PSTestLib.PSCmdletBase
testCaseNames string
Résultat void

CloseDatabase() public static méthode

public static CloseDatabase ( PSCmdletBase cmdlet, string databaseName ) : void
cmdlet PSTestLib.PSCmdletBase
databaseName string
Résultat void

CreateTestCase() public static méthode

public static CreateTestCase ( PSCmdletBase cmdlet, string testCaseName, System.Management.Automation.ScriptBlock beforeCode, System.Management.Automation.ScriptBlock mainCode, System.Management.Automation.ScriptBlock afterCode ) : void
cmdlet PSTestLib.PSCmdletBase
testCaseName string
beforeCode System.Management.Automation.ScriptBlock
mainCode System.Management.Automation.ScriptBlock
afterCode System.Management.Automation.ScriptBlock
Résultat void

DeleteBucket() public static méthode

public static DeleteBucket ( PSCmdletBase cmdlet, string bucketNames ) : void
cmdlet PSTestLib.PSCmdletBase
bucketNames string
Résultat void

DeleteConstant() public static méthode

public static DeleteConstant ( PSCmdletBase cmdlet, string constantNames ) : void
cmdlet PSTestLib.PSCmdletBase
constantNames string
Résultat void

DeleteTestCase() public static méthode

public static DeleteTestCase ( PSCmdletBase cmdlet, string testCaseNames ) : void
cmdlet PSTestLib.PSCmdletBase
testCaseNames string
Résultat void

GetBucket() public static méthode

public static GetBucket ( PSCmdletBase cmdlet, string bucketNames ) : void
cmdlet PSTestLib.PSCmdletBase
bucketNames string
Résultat void

GetConstant() public static méthode

public static GetConstant ( PSCmdletBase cmdlet, string constantNames ) : void
cmdlet PSTestLib.PSCmdletBase
constantNames string
Résultat void

GetScreenshotFromFileSystem() public static méthode

public static GetScreenshotFromFileSystem ( string filePath ) : byte[]
filePath string
Résultat byte[]

GetTestCase() public static méthode

public static GetTestCase ( PSCmdletBase cmdlet, string testCaseNames ) : void
cmdlet PSTestLib.PSCmdletBase
testCaseNames string
Résultat void

RestoreTestResults() public static méthode

public static RestoreTestResults ( PSCmdletBase cmdlet, string bucketNames ) : void
cmdlet PSTestLib.PSCmdletBase
bucketNames string
Résultat void

SetScreenshotToFileSystem() public static méthode

public static SetScreenshotToFileSystem ( string testResultName, string testResultId, string filePath ) : void
testResultName string
testResultId string
filePath string
Résultat void