C# Class Banshee.MediaEngine.Tests

Inheritance: TestBase
Datei anzeigen Open project: mono-soc-2011/banshee

Public Properties

Property Type Description
default_ignore Func,System

Protected Methods

Method Description
IdleTimeoutRemove ( uint id ) : bool
RunIdle ( IdleHandler handler ) : uint
RunTimeout ( uint milliseconds, TimeoutHandler handler ) : uint

Private Methods

Method Description
AssertTransition ( System action ) : void
AssertTransition ( System ignore, System action ) : void
LoadAndPlay ( string filename ) : void
RunMainLoop ( ) : void
Setup ( ) : void
Teardown ( ) : void
TestMediaEngineService ( ) : void
WaitFor ( ) : void
WaitFor ( PlayerState state ) : void
WaitFor ( System action, PlayerState state ) : void
WaitFor ( System ignore ) : void
WaitFor ( System ignore, System action, PlayerState state ) : void

Method Details

IdleTimeoutRemove() protected method

protected IdleTimeoutRemove ( uint id ) : bool
id uint
return bool

RunIdle() protected method

protected RunIdle ( IdleHandler handler ) : uint
handler IdleHandler
return uint

RunTimeout() protected method

protected RunTimeout ( uint milliseconds, TimeoutHandler handler ) : uint
milliseconds uint
handler TimeoutHandler
return uint

Property Details

default_ignore public_oe property

public Func,System default_ignore
return Func,System