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 functional tests #182

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    5f596d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    923d8a7 View commit details
    Browse the repository at this point in the history
  3. Add a read/write test, and a stub identifier test.

    The read/write test expects to be configured (via environment variables;
    see the `SerialPortExtension` Javadoc for details) with the names of two
    serial ports connected to each other with a null modem cable. Armed with
    this hardware, it verifies basic read/write functionality of the library
    across a range of baud rates, and using both block and byte transfers.
    
    The identifier test merely verifies a non-null response. Not terribly
    useful at present, but I hope to use it to validate that the ports
    configured for the other test are reported correctly (assuming that the
    user configured them correctly, of course).
    MrDOS committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    7c316dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13876df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3827ba0 View commit details
    Browse the repository at this point in the history