mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +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
|
|
@ -163,7 +163,9 @@ bool BlocksVersion::operator>= (const BlocksVersion& other) const
|
|||
class BlocksVersionUnitTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
BlocksVersionUnitTests() : UnitTest ("BlocksVersionUnitTests", "Blocks") {}
|
||||
BlocksVersionUnitTests()
|
||||
: UnitTest ("BlocksVersionUnitTests", UnitTestCategories::blocks)
|
||||
{}
|
||||
|
||||
void runTest() override
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue