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

Simplify testing with dummy arithmetic #327

Closed

Commits on Jan 8, 2019

  1. Add a static method that runs an application using dummy arithmetic

    Can be used to simplify unit tests; no need to create a subclass of
    TestThreadFactory for each test.
    markspanbroek committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    38f1ec0 View commit details
    Browse the repository at this point in the history
  2. Uses the new DummyArithmeticRunner to simplify the linear algebra tests

    Incidentally fixes that some tests were not running because they were
    missing from the TestDummyArithmeticProtocolSuite.
    markspanbroek committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    324cce0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

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

Commits on Jan 21, 2019

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