mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Separate ValueTest and StringValueTest into headers.
Change-Id: If326e6943a11f271ef939dc815a45ba0b4ee271c
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
#include "Value.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "StringValueTest.h"
|
||||
|
||||
namespace ntimpl {
|
||||
|
||||
class StringValueTest : public ::testing::Test {
|
||||
public:
|
||||
NT_String& ToNT(StringValue& v) { return v; }
|
||||
};
|
||||
|
||||
TEST_F(StringValueTest, ConstructEmpty) {
|
||||
StringValue v;
|
||||
ASSERT_EQ(nullptr, ToNT(v).str);
|
||||
|
||||
Reference in New Issue
Block a user