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

Support GTest runner in interactive mode #393

Commits on Mar 11, 2020

  1. Support GTest runner in interactive mode

    Add required methods to ProcessTestRunner base class to support running
    interactively. Slightly modify report structure so that a ProcessCheck
    suite and testcase are always included regardless of pass/fail. Render
    RawAssertion content in UI.
    ryan-collingham committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    327faae View commit details
    Browse the repository at this point in the history
  2. Fix up tests to match GTest report changes

    Expect extra ProcessChecks suite in every report.
    ryan-collingham committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    dbb2617 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb31bea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2725e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

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