TestCase Class

Assembly
Cake.NUnitRetry.dll
Namespace
Cake.NUnitRetry.Model
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["TestCase"] class Type type-node

Syntax

public class TestCase

Constructors

Name Summary
TestCase(XElement)

Properties

Name Value Summary
Duration TimeSpan
Element XElement
EndTime DateTime
FullName string
Result Result
StartTime DateTime

Extension Methods

Name Value Summary
Dump<TestCase>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<TestCase>(TestCase[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<TestCase>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<TestCase>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<TestCase>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<TestCase>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin