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

Clean up junit imports #221

Merged
merged 2 commits into from Apr 9, 2015

Commits on Apr 9, 2015

  1. Don't use deprecated junit.framework.Assert.*

    Replace with org.junit.Assert.*
    
    Change-Id: I21cfe75f1b338db7191580e4fa2974e2c079fece
    dpursehouse committed Apr 9, 2015
    Copy the full SHA
    6811804 View commit details
    Browse the repository at this point in the history
  2. Don't use wildcard imports for junit's assert methods

    Change-Id: I3496923285f1104f57a33c82c218b72d32fd66e6
    dpursehouse committed Apr 9, 2015
    Copy the full SHA
    2306156 View commit details
    Browse the repository at this point in the history