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
TheoryCollection
Object
IEnumerable
IEnumerable

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