blob: 60f3f2ce9edc2a427163984ca0bb33ff156ef804 [file] [log] [blame]
Tests for error cases with Timeline.setInstruments.
== Running test suite: Timeline.setInstruments.errors
-- Running test case: MissingRequiredArgument
PASS: Should be an error: Some arguments of method 'Timeline.setInstruments' can't be processed
-- Running test case: InvalidTypeInInstrumentsList
PASS: Should be an error: Unexpected type in instruments list, should be string
-- Running test case: InvalidInstrumentInInstrumentsList
PASS: Should be an error: Unexpected enum value: NoSuchInstrument
-- Running test case: ValidInstrumentInInstrumentsList
PASS: Should not be an error setting valid instruments.