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

switch arguments for expected and actual in Assert.AreEquals in multiple tests #2329

Merged
merged 13 commits into from
Feb 24, 2020

Commits on Feb 14, 2020

  1. switch arguments for expected and actual

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    a7ffab6 View commit details
    Browse the repository at this point in the history
  2. forgot bracket

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    893c577 View commit details
    Browse the repository at this point in the history
  3. added using Using System.Globalization to fix build for linux

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    67a87f1 View commit details
    Browse the repository at this point in the history
  4. fixed expected parameter for test (butter fingers)

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    6cf349e View commit details
    Browse the repository at this point in the history
  5. removed unused argument

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    cc3b3d3 View commit details
    Browse the repository at this point in the history
  6. revert using System.Globalization

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    76d5ead View commit details
    Browse the repository at this point in the history
  7. convert Assert.AreEqual(true, ... to Assert.IsTrue(

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    fb6614c View commit details
    Browse the repository at this point in the history
  8. convert Assert.AreEqual(false, ... to Assert.IsFalse(

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    52f0bbb View commit details
    Browse the repository at this point in the history
  9. convert Assert.AreEqual(null, ... to Assert.IsNull(

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    58ad620 View commit details
    Browse the repository at this point in the history
  10. missed a whole bunch more

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    2443eaf View commit details
    Browse the repository at this point in the history
  11. removed unused argument

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    5ca5e78 View commit details
    Browse the repository at this point in the history
  12. fixed test

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    e365e11 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. NIT: whitespace

    Maximilian Chaplin authored and Maximilian Chaplin committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    3975831 View commit details
    Browse the repository at this point in the history