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
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IEnumerable<object[]>"]
Type-.->Interface1["IEnumerable"]
Type["TheoryCollection<T>"]
class Type type-node
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.
|