Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create only necessary test fixture #29

Merged
merged 6 commits into from Mar 27, 2014
Merged

Create only necessary test fixture #29

merged 6 commits into from Mar 27, 2014

Conversation

jwChung
Copy link
Owner

@jwChung jwChung commented Mar 27, 2014

implementation of #28

ITestCommand ConvertToTestCommand(IMethodInfo, Func<MethodInfo, ITestFixture>)
ITestCommand ConvertToTestCommand(IMethodInfo, ITestFixture)
CA2208: Instantiate argument exceptions correctly
First class test should pass MethodInfo of the test delegate to
fixture factory, not MethodInfo of a test method adorned with
FirstClassTheoremAttribute.
CreateTestCommandsInitializesTestFixtureForEachTestCase
jwChung added a commit that referenced this pull request Mar 27, 2014
Create only necessary test fixture
@jwChung jwChung merged commit 7e5b52a into master Mar 27, 2014
@jwChung jwChung deleted the change-signature branch March 27, 2014 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant