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

Attempt 2: Setting up for resolving issue 64, Theories honoring generic t #256

Merged
merged 3 commits into from
Jul 12, 2011
Merged

Attempt 2: Setting up for resolving issue 64, Theories honoring generic t #256

merged 3 commits into from
Jul 12, 2011

Commits on Jul 9, 2011

  1. Attempt 2: Setting up for resolving issue 64, Theories honoring gener…

    …ic type parameters. This commit comprises only those changes required in the core of JUnit -- basically adding a validator that the Theories runner can call to reject theories with generic type variables (that are hard to resolve), and deprecating FrameworkMethod#producesType, which only the Theories runner uses, and which will be supplanted by an equivalent method on ParameterSignature. Other required changes will be added to the Theories experiment once it migrates over to junit.contrib.
    pholser committed Jul 9, 2011
    Configuration menu
    Copy the full SHA
    9c4e365 View commit details
    Browse the repository at this point in the history
  2. Adding additional javadoc context for deprecated FrameworkMethod#prod…

    …ucesType. Adding acknowledgements entry for pholser. Starting 4.9.1 release notes.
    pholser committed Jul 9, 2011
    Configuration menu
    Copy the full SHA
    89ffd7e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2011

  1. Configuration menu
    Copy the full SHA
    ab936ef View commit details
    Browse the repository at this point in the history