mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Warnings: Add missing overrides
This commit is contained in:
parent
6c32c4df87
commit
047448fbce
84 changed files with 630 additions and 627 deletions
|
|
@ -406,7 +406,7 @@ public:
|
|||
: UnitTest ("OSCAddress class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("construction and parsing");
|
||||
{
|
||||
|
|
@ -452,7 +452,7 @@ public:
|
|||
: UnitTest ("OSCAddressPattern class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("construction and parsing");
|
||||
{
|
||||
|
|
@ -593,7 +593,7 @@ public:
|
|||
: UnitTest ("OSCAddress class / pattern matching", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("basic string matching");
|
||||
{
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ public:
|
|||
return block;
|
||||
}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
runTestInitialisation();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ public:
|
|||
: UnitTest ("OSCBundle class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("Construction");
|
||||
{
|
||||
|
|
@ -224,7 +224,7 @@ public:
|
|||
: UnitTest ("OSCBundle::Element class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("Construction from OSCMessage");
|
||||
{
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ public:
|
|||
: UnitTest ("OSCMessage class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("Basic usage");
|
||||
{
|
||||
|
|
|
|||
|
|
@ -670,7 +670,7 @@ public:
|
|||
: UnitTest ("OSCInputStream class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("reading OSC addresses");
|
||||
{
|
||||
|
|
|
|||
|
|
@ -343,7 +343,7 @@ public:
|
|||
: UnitTest ("OSCBinaryWriter class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("writing OSC addresses");
|
||||
{
|
||||
|
|
@ -672,7 +672,7 @@ public:
|
|||
: UnitTest ("OSCRoundTripTests class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("Empty OSC message");
|
||||
{
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ public:
|
|||
: UnitTest ("OSCTimeTag class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("Basics");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue