mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-10 04:54:21 +01:00
This abstracts some the common code (running Arduino, copying output, waiting for completion, checking result) from all testcases into a single method. This simplifies each testcase, but also prepares for adding more common arguments to all runs in a subsequent commit.