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

Add Assert.IsInstanceOfType<T> #1241

Merged
merged 15 commits into from
Sep 15, 2022
Merged

Add Assert.IsInstanceOfType<T> #1241

merged 15 commits into from
Sep 15, 2022

Commits on Sep 9, 2022

  1. make assert partial

    engyebrahim committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    47c08ca View commit details
    Browse the repository at this point in the history
  2. applied comments

    engyebrahim committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c304d59 View commit details
    Browse the repository at this point in the history
  3. remove line

    engyebrahim committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    6bba0c6 View commit details
    Browse the repository at this point in the history
  4. partial assert tests

    engyebrahim committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e9af7c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. added tests

    engyebrahim committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    2b27c5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ea95e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into pr/413

    # Conflicts:
    #	src/TestFramework/MSTest.Core/Assertions/Assert.IsInstanceOfType.cs
    #	src/TestFramework/MSTest.Core/Assertions/Assert.cs
    #	test/UnitTests/MSTest.Core.Unit.Tests/Assertions/AssertTests.AreEqualTests.cs
    #	test/UnitTests/MSTest.Core.Unit.Tests/Assertions/AssertTests.IsInstanceOfTypeTests.cs
    engyebrahim committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8bde6b0 View commit details
    Browse the repository at this point in the history
  4. merge

    engyebrahim committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    09b95aa View commit details
    Browse the repository at this point in the history
  5. update tesy fun names

    engyebrahim committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    840d69a View commit details
    Browse the repository at this point in the history
  6. applied format comments

    engyebrahim committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    33145a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Merge branch 'main' into pr/413

    # Conflicts:
    #	src/TestFramework/MSTest.Core/Assertions/Assert.IsInstanceOfType.cs
    engyebrahim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2381cae View commit details
    Browse the repository at this point in the history
  2. fix

    engyebrahim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f9213b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62412d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a19df4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f43c81e View commit details
    Browse the repository at this point in the history