mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add group and run type to UnitTest
This commit is contained in:
@@ -2078,7 +2078,7 @@ String String::fromUTF8 (const char* const buffer, int bufferSizeBytes)
|
||||
class StringTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
StringTests() : UnitTest ("String") { }
|
||||
StringTests() : UnitTest ("String", "beast") { }
|
||||
|
||||
template <class CharPointerType>
|
||||
struct TestUTFConversion
|
||||
|
||||
Reference in New Issue
Block a user