Class DatabaseDriverInspectorTests
Behaviour of the driver check. The inspector takes the installed paths and the defined symbols as arguments, so every case here is a plain list — no filesystem, no editor state, no project mutation.
Inherited Members
Namespace: Serenity.StructuredPersistence.Tests.Editor
Assembly: Serenity.StructuredPersistence.Tests.Editor.dll
Syntax
public class DatabaseDriverInspectorTests
Constructors
DatabaseDriverInspectorTests()
Declaration
public DatabaseDriverInspectorTests()
Methods
InspectAll_OneBackendInstalled_LeavesTheOthersAlone()
Declaration
public void InspectAll_OneBackendInstalled_LeavesTheOthersAlone()
InspectAll_ReportsOneResultPerShippedManifest()
Declaration
public void InspectAll_ReportsOneResultPerShippedManifest()
Inspect_DefineSetWhileFilesMissing_IsAnErrorBecauseTheProjectStopsCompiling()
Declaration
public void Inspect_DefineSetWhileFilesMissing_IsAnErrorBecauseTheProjectStopsCompiling()
Inspect_EveryMissingAssemblyIsNamed_NotJustCounted()
Declaration
public void Inspect_EveryMissingAssemblyIsNamed_NotJustCounted()
Inspect_EverythingInstalledAndDefineSet_ReportsReadyWithNoIssues()
Declaration
public void Inspect_EverythingInstalledAndDefineSet_ReportsReadyWithNoIssues()
Inspect_EverythingInstalledButNoDefine_WarnsThatTheBackendFallsBack()
Declaration
public void Inspect_EverythingInstalledButNoDefine_WarnsThatTheBackendFallsBack()
Inspect_MissingAssembly_NamesTheFileAndThePackageThatShipsIt()
Declaration
public void Inspect_MissingAssembly_NamesTheFileAndThePackageThatShipsIt()
Inspect_NativeFoundInAnyFolder_CountsAsPresent()
Declaration
public void Inspect_NativeFoundInAnyFolder_CountsAsPresent()
Inspect_NothingInstalledAndNoDefine_ReportsNotInstalledWithoutComplaining()
Declaration
public void Inspect_NothingInstalledAndNoDefine_ReportsNotInstalledWithoutComplaining()
Inspect_PathsInEitherSeparatorStyle_AreMatchedTheSame()
Declaration
public void Inspect_PathsInEitherSeparatorStyle_AreMatchedTheSame()
Inspect_SomeFilesPresentButNoDefine_IsAPartialInstallNotAnUnusedBackend()
Declaration
public void Inspect_SomeFilesPresentButNoDefine_IsAPartialInstallNotAnUnusedBackend()
Inspect_SqliteManagedCompleteButNativeMissing_IsIncompleteAndSaysWhyItMatters()
Declaration
public void Inspect_SqliteManagedCompleteButNativeMissing_IsIncompleteAndSaysWhyItMatters()