-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Queuecaster" feature enhancement (#294)
* add consolewrapper interface * make unit tests run (most of the time) with my JBL speaker device * make unit tests run sequencally and with 'agrerssive' m ultithreading (The PlayandStop/PlayandPause do fail if not set!) * removed duplicated mediastatus event. * prepare tests to show Cast messages (ILogger) in testoutput and have possibility to test for log content * QueueLoad works. * QueueLoad, QueueNext, QueuePrev works. * added queue query requests * fix logging test * move needed runsettings to vs Xunit.runner.json file * all unit tests run allways ok now (Media Channel tests always make new session - never join existing!). Allow Sequence tests to have different slow play timings. * allow ChromecastClient constructor to pass iLogger or ILoggerFactory if needed without need for own serviceCollection. * fix the stop test only sending stop once! * refactor unit tests - now aLL work always with both of my devices! * test and fix for #226 * do not asume any Device Names in UnitTest * Use only One Item Object and this is called QueueItem in the Cast Documentation.
- Loading branch information
Showing
29 changed files
with
701 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.