Class BugTrackersFactory
Inheritance
System.Object
BugTrackersFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.BugTracking
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class BugTrackersFactory
Properties
Current
Methods
ConfigureBugTrackers(Dictionary<String, BugTrackerPersistableSettings>, List<String>)
Declaration
public void ConfigureBugTrackers(Dictionary<string, BugTrackerPersistableSettings> bugTrackerPersistableSettings, List<string> activeBugTrackers)
Parameters
System.Collections.Generic.Dictionary<System.String, BugTrackerPersistableSettings>
bugTrackerPersistableSettings
|
System.Collections.Generic.List<System.String>
activeBugTrackers
|
Initialize()
Declaration
public void Initialize()
ResetProviders()
Declaration
public void ResetProviders()
SetDefault(BugTrackerWrapper)
Declaration
public void SetDefault(BugTrackerWrapper defaultTracker)
Parameters
BugTrackerWrapper
defaultTracker
|
SubmitBug(AutomationStepResult, String, String, Boolean)
Declaration
public void SubmitBug(AutomationStepResult stepResult, string titleMask, string descriptionMask, bool addAttachment)
Parameters
AutomationStepResult
stepResult
|
System.String
titleMask
|
System.String
descriptionMask
|
System.Boolean
addAttachment
|
SubmitBug(TestResult, ExecutionException, AutomationStep, String, String, Boolean)
Declaration
public void SubmitBug(TestResult testResult, ExecutionException exception, AutomationStep step, string titleMask, string descriptionMask, bool addAttachment)
Parameters
TestResult
testResult
|
ExecutionException
exception
|
AutomationStep
step
|
System.String
titleMask
|
System.String
descriptionMask
|
System.Boolean
addAttachment
|
SubmitBug(String, String, Bitmap, Boolean)
Declaration
public void SubmitBug(string title, string description, Bitmap image, bool addAttachment)
Parameters
System.String
title
|
System.String
description
|
System.Drawing.Bitmap
image
|
System.Boolean
addAttachment
|
SubmitBugSilent(TestResult, ExecutionException, AutomationStep, String, String, Boolean)
Declaration
public List<string> SubmitBugSilent(TestResult testResult, ExecutionException exception, AutomationStep step, string titleMask, string descriptionMask, bool addAttachment)
Parameters
TestResult
testResult
|
ExecutionException
exception
|
AutomationStep
step
|
System.String
titleMask
|
System.String
descriptionMask
|
System.Boolean
addAttachment
|
Returns
System.Collections.Generic.List<System.String>
|