Summary
A class that can be used to create strongly typed
- Assembly
- Rocket
.Surgery .Extensions .Testing .dll - Namespace
- Rocket
.Surgery .Extensions .Testing - Interfaces
-
- IEnumerable
<object[]> - IEnumerable
- IEnumerable
- Base Types
-
- Object
Syntax
public abstract class TheoryCollection<T> : IEnumerable<object[]>, IEnumerable
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Summary |
---|---|
TheoryCollection |
Methods
Name | Value | Summary |
---|---|---|
GetData |
IEnumerable |
Gets the data from the theory
|
GetEnumerator |
IEnumerator |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|