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

.NET smoke Test Sample #6652

Merged
merged 19 commits into from
Jul 12, 2019
Merged

.NET smoke Test Sample #6652

merged 19 commits into from
Jul 12, 2019

Commits on Jun 20, 2019

  1. .NET smoke Test Sample

    Performs functionalities with Key Vault, Identity, Event Hubs and Blob Storage Track 2 SDKs.
    JonathanCrd committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    ba7d3af View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Env Variables names changed

    The names were changed to match the name convention for environment variables.
    JonathanCrd committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    6dbfcbc View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    JonathanCrd committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    4ca3f03 View commit details
    Browse the repository at this point in the history
  3. gitignore updated

    A gitignore file was created in the SmokeTest folder, and now all launchSettings.json files are being ignored.
    JonathanCrd committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    386a550 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Exit Codes, PascalCase and refactoring of the static methods.

    Work based on the reviews from the PR #6652. The public methods are now in PascalCase, the methods does not longer return English strings, instead they return booleans or Exceptions.  And Exit Codes handling was implemented.
    JonathanCrd committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    a6950ac View commit details
    Browse the repository at this point in the history
  2. Class names changed

    Class names were changed to match the following pattern: <service>Test. Example: BlobStorage -> BlobStorageTest.
    JonathanCrd committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    87fdf60 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Comments

    XML comments were added and some unnecesary comments were deleted.
    JonathanCrd committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    4717b64 View commit details
    Browse the repository at this point in the history
  2. Higher order functions

    Use of higher order functions to dry up the code.
    JonathanCrd committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    48a656b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Test classes refactured

    Drying up the code by using high order functions.
    JonathanCrd committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b871ca1 View commit details
    Browse the repository at this point in the history
  2. Create CosmosDBTest.cs

    JonathanCrd committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    7139e22 View commit details
    Browse the repository at this point in the history
  3. Cosmos DB implementation

    Tests done with Mirosoft.Azure.DocumentDB SDK.
    JonathanCrd committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    3fff119 View commit details
    Browse the repository at this point in the history
  4. Update CosmosDBTest.cs

    JonathanCrd committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    fd1df4d View commit details
    Browse the repository at this point in the history
  5. Update CosmosDBTest.cs

    JonathanCrd committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    57903ca View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    ada1799 View commit details
    Browse the repository at this point in the history
  2. ExecuteTest typo

    JonathanCrd committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    d3c294f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Base class deleted

    The samples not longer need the "TestBase" class to run.
    JonathanCrd committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    620a7dc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. BlobTestSource.tst deleted

    This text file is not going to be needed any more since the test Blob is being created within the code.
    JonathanCrd committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    30e472c View commit details
    Browse the repository at this point in the history
  2. Static Classes

    All classes are now static.
    JonathanCrd committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    6d90610 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Pair programming comments

    JonathanCrd committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    c044000 View commit details
    Browse the repository at this point in the history