mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-03 23:52:13 +01:00
514c4bae57
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.