Mechanical-Advantage / AdvantageKit

Logging & replay framework for FRC
GNU General Public License v3.0
155 stars 45 forks source link

Add initial unit tests for LogTable with tooling support #62

Open kevinclark opened 8 months ago

kevinclark commented 8 months ago

Hi there! I was investingating adding support for serializing collections of serializable objects (Structs and ProtobufSerializables) and wanted unit tests to make that work simpler. I don't think my original effort is going to work in the way I'd hoped, but I've got a branch here that adds JUnit5 support to bazel and writes some initial tests for LogTable which you might find useful.