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
|
|
@ -340,7 +340,9 @@ bool OSCSender::sendToIPAddress (const String& host, int port, const OSCBundle&
|
|||
class OSCBinaryWriterTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
OSCBinaryWriterTests() : UnitTest ("OSCBinaryWriter class", "OSC") {}
|
||||
OSCBinaryWriterTests()
|
||||
: UnitTest ("OSCBinaryWriter class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
{
|
||||
|
|
@ -667,7 +669,9 @@ static OSCBinaryWriterTests OSCBinaryWriterUnitTests;
|
|||
class OSCRoundTripTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
OSCRoundTripTests() : UnitTest ("OSCRoundTripTests class", "OSC") {}
|
||||
OSCRoundTripTests()
|
||||
: UnitTest ("OSCRoundTripTests class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue