TheoryCollection<T> Class

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
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<T>
Gets the data from the theory
GetEnumerator() IEnumerator<object[]>

Extension Methods