Skip to content

Commit

Permalink
Add tests for sf::String
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Apr 3, 2023
1 parent c584982 commit e9963d3
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/Graphics/Transform.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ static_assert(std::is_copy_assignable_v<sf::Transform>);
static_assert(std::is_nothrow_move_constructible_v<sf::Transform>);
static_assert(std::is_nothrow_move_assignable_v<sf::Transform>);

// Use StringMaker to avoid opening namespace std
// Specialize StringMaker for std::vector<float>
// https://github.com/doctest/doctest/blob/master/doc/markdown/stringification.md#docteststringmakert-specialisation
namespace doctest
{
template <>
Expand Down
Loading

0 comments on commit e9963d3

Please sign in to comment.