[wpiutil] Refactor SpanMatcher and TestPrinters from ntcore (#5658)

This commit is contained in:
Peter Johnson
2023-09-18 00:11:36 -07:00
committed by GitHub
parent 9fe258427a
commit 7be290147c
14 changed files with 86 additions and 45 deletions

View File

@@ -10,8 +10,8 @@
#include <string_view>
#include <gtest/gtest.h>
#include <wpi/SpanMatcher.h>
#include "../SpanMatcher.h"
#include "../TestPrinters.h"
#include "../ValueMatcher.h"
#include "gmock/gmock.h"

View File

@@ -9,9 +9,9 @@
#include <vector>
#include <gtest/gtest.h>
#include <wpi/SpanMatcher.h>
#include <wpi/raw_ostream.h>
#include "../SpanMatcher.h"
#include "../TestPrinters.h"
#include "net3/Message3.h"
#include "net3/WireEncoder3.h"