MockBuildService ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Editor.Mocks MockService
    DeltaEngine.Editor.AppBuilder.Tests MockBuildService

Namespace: DeltaEngine.Editor.AppBuilder.Tests
Assembly: DeltaEngine.Editor.AppBuilder.Tests (in DeltaEngine.Editor.AppBuilder.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class MockBuildService : MockService

The MockBuildService type exposes the following members.

Constructors

  NameDescription
Public methodMockBuildService
Initializes a new instance of the MockBuildService class
Top
Methods

  NameDescription
Public methodChangeProject (Inherited from MockService.)
Public methodDeleteContent (Inherited from MockService.)
Public methodGetAbsoluteSolutionFilePath (Inherited from MockService.)
Public methodGetAllContentNames (Inherited from MockService.)
Public methodGetAllContentNamesByType (Inherited from MockService.)
Public methodGetTypeOfContent (Inherited from MockService.)
Public methodRaiseAppBuildInfo
Public methodRaiseAppBuildWarning
Public methodReceiveAppBuildFailed
Public methodReceiveData (Inherited from MockService.)
Public methodReceiveSomeTestMessages
Public methodRecieveData (Inherited from MockService.)
Public methodSend (Overrides MockService Send(Object, Boolean).)
Public methodSetAvailableProjects (Inherited from MockService.)
Public methodSetContentProjectSolutionFilePath (Inherited from MockService.)
Public methodSetContentReady (Inherited from MockService.)
Public methodStartPlugin (Inherited from MockService.)
Public methodUploadContent (Inherited from MockService.)
Public methodUploadContentFilesToService (Inherited from MockService.)
Top
Properties

  NameDescription
Public propertyAvailableProjects (Inherited from MockService.)
Public propertyCurrentContentProjectSolutionFilePath (Inherited from MockService.)
Public propertyEditorSettings (Inherited from MockService.)
Public propertyIsDeveloper (Inherited from MockService.)
Public propertyNumberOfBuildRequests
Public propertyNumberOfMessagesSent (Inherited from MockService.)
Public propertyPlatforms
Public propertyProjectName (Inherited from MockService.)
Public propertyUserName (Inherited from MockService.)
Public propertyViewport (Inherited from MockService.)
Top
Events

  NameDescription
Public eventAvailableProjectsChanged (Inherited from MockService.)
Public eventContentDeleted (Inherited from MockService.)
Public eventContentReady (Inherited from MockService.)
Public eventContentUpdated (Inherited from MockService.)
Public eventDataReceived (Inherited from MockService.)
Public eventProjectChanged (Inherited from MockService.)
Public eventSolutionFilePathOfContentProjectChanged (Inherited from MockService.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodService ShowToolbox (Inherited from MockService.)
Top
See Also