mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added juce_UnitTestCategories.h to replace raw strings used for test categories
This commit is contained in:
parent
c9fe0afd0f
commit
497a1b3fb7
106 changed files with 325 additions and 79 deletions
|
|
@ -204,7 +204,7 @@ String BufferedInputStream::readString()
|
|||
struct BufferedInputStreamTests : public UnitTest
|
||||
{
|
||||
BufferedInputStreamTests()
|
||||
: UnitTest ("BufferedInputStream", "Streams")
|
||||
: UnitTest ("BufferedInputStream", UnitTestCategories::streams)
|
||||
{}
|
||||
|
||||
void runTest() override
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ class MemoryStreamTests : public UnitTest
|
|||
{
|
||||
public:
|
||||
MemoryStreamTests()
|
||||
: UnitTest ("MemoryInputStream & MemoryOutputStream", "Streams")
|
||||
: UnitTest ("MemoryInputStream & MemoryOutputStream", UnitTestCategories::streams)
|
||||
{}
|
||||
|
||||
void runTest() override
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ bool SubregionStream::isExhausted()
|
|||
struct SubregionInputStreamTests : public UnitTest
|
||||
{
|
||||
SubregionInputStreamTests()
|
||||
: UnitTest ("SubregionInputStream", "Streams")
|
||||
: UnitTest ("SubregionInputStream", UnitTestCategories::streams)
|
||||
{}
|
||||
|
||||
void runTest() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue