mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Optimised and tidied up some ValueTree methods. Added a method to MultiDocumentPanel.
This commit is contained in:
parent
ba2287033c
commit
ef63c14040
6 changed files with 740 additions and 600 deletions
|
|
@ -77,7 +77,7 @@ void UnitTest::expect (const bool result, const String& failureMessage)
|
|||
//==============================================================================
|
||||
UnitTestRunner::UnitTestRunner()
|
||||
: currentTest (nullptr),
|
||||
assertOnFailure (false),
|
||||
assertOnFailure (true),
|
||||
logPasses (false)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue