Method | Description | |
---|---|---|
ChangeBucket ( |
||
ChangeConstant ( |
||
ChangeTestCase ( |
||
CloseDatabase ( |
||
CreateTestCase ( |
||
DeleteBucket ( |
||
DeleteConstant ( |
||
DeleteTestCase ( |
||
GetBucket ( |
||
GetConstant ( |
||
GetScreenshotFromFileSystem ( string filePath ) : byte[] | ||
GetTestCase ( |
||
RestoreTestResults ( |
||
SetScreenshotToFileSystem ( string testResultName, string testResultId, string filePath ) : void |
Method | Description | |
---|---|---|
GetDatabase ( |
||
PrepareEscapedString ( string inputString ) : string | ||
SQLiteHelper ( ) : System.Linq |
public static ChangeBucket ( |
||
cmdlet | ||
bucketNames | string | |
return | void |
public static ChangeConstant ( |
||
cmdlet | ||
constantNames | string | |
constantValues | object | |
return | void |
public static ChangeTestCase ( |
||
cmdlet | ||
testCaseNames | string | |
return | void |
public static CloseDatabase ( |
||
cmdlet | ||
databaseName | string | |
return | void |
public static CreateTestCase ( |
||
cmdlet | ||
testCaseName | string | |
beforeCode | System.Management.Automation.ScriptBlock | |
mainCode | System.Management.Automation.ScriptBlock | |
afterCode | System.Management.Automation.ScriptBlock | |
return | void |
public static DeleteBucket ( |
||
cmdlet | ||
bucketNames | string | |
return | void |
public static DeleteConstant ( |
||
cmdlet | ||
constantNames | string | |
return | void |
public static DeleteTestCase ( |
||
cmdlet | ||
testCaseNames | string | |
return | void |
public static GetBucket ( |
||
cmdlet | ||
bucketNames | string | |
return | void |
public static GetConstant ( |
||
cmdlet | ||
constantNames | string | |
return | void |
public static GetScreenshotFromFileSystem ( string filePath ) : byte[] | ||
filePath | string | |
return | byte[] |
public static GetTestCase ( |
||
cmdlet | ||
testCaseNames | string | |
return | void |
public static RestoreTestResults ( |
||
cmdlet | ||
bucketNames | string | |
return | void |
public static SetScreenshotToFileSystem ( string testResultName, string testResultId, string filePath ) : void | ||
testResultName | string | |
testResultId | string | |
filePath | string | |
return | void |