Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Dec 1, 2023
1 parent b572e4b commit e2dcdcd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wpilibc/src/test/native/cpp/util/Color8BitTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ TEST(Color8BitTest, ConstructFromHexString) {}

TEST(Color8BitTest, ImplicitConversionToColor) {}

TEST(Color8BitTest, HexString) {}
TEST(Color8BitTest, ToHexString) {}
2 changes: 1 addition & 1 deletion wpilibc/src/test/native/cpp/util/ColorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ TEST(ColorTest, ConstructFromHexString) {}

TEST(ColorTest, FromHSV) {}

TEST(ColorTest, HexString) {}
TEST(ColorTest, ToHexString) {}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ void testConstructFromColor() {}
void testConstructFromHexString() {}

@Test
void testHexString() {}
void testToHexString() {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ void testConstructFromHexString() {}
void testFromHSV() {}

@Test
void testHexString() {}
void testToHexString() {}
}

0 comments on commit e2dcdcd

Please sign in to comment.