diff --git a/.gitignore b/.gitignore index e83ec6cd..3e759b75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,330 @@ -obj -bin -deploy -*.csproj.user -*.suo -*ReSharper* -*.orig -*.dotCover -output -*.TeamCitySharp.sln.metaproj* -*.DotSettings.* -nuget -Package \ No newline at end of file +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ +**/Properties/launchSettings.json + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush +.cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ diff --git a/License.txt b/License.txt index 94bd1306..b94199d0 100644 --- a/License.txt +++ b/License.txt @@ -1 +1 @@ -License: http://stack72.mit-license.org/ +License: http://stack72.mit-license.org/ \ No newline at end of file diff --git a/README.md b/README.md index 4db5e6a8..50944530 100644 --- a/README.md +++ b/README.md @@ -1,134 +1,254 @@ -#TeamCitySharp +# TeamCitySharp -*.NET Library to access TeamCity via their REST API. +* .NET Library to access TeamCity via their REST API. + +Current Stable Version: +[![NuGet version (TeamCitySharp-forked-mavezeau)](https://img.shields.io/nuget/v/TeamCitySharp-forked-mavezeau.svg?style=flat-square)](https://www.nuget.org/packages/TeamCitySharp-forked-mavezeau/) + +Latest Version: +[![NuGet version (TeamCitySharp-forked-mavezeau)](https://img.shields.io/nuget/vpre/TeamCitySharp-forked-mavezeau.svg?style=flat-square)](https://www.nuget.org/packages/TeamCitySharp-forked-mavezeau/) For more information on TeamCity visit: http://www.jetbrains.com/teamcity -##Releases -Please find the release notes [here](https://github.com/stack72/TeamCitySharp/releases) +## Releases + +Please find the release notes [here](https://github.com/mavezeau/TeamCitySharp/releases) + +## License -##License http://stack72.mit-license.org/ -##Installation +## Installation + There are 2 ways to use TeamCitySharp: -* install-package TeamCitysharp (via Nuget) +* install-package TeamCitySharp-forked-mavezeau (via Nuget) * Download source and compile -##Build Monitor +## Build Monitor + * There is a sample build monitor built with TeamCitySharp. It can be found at [TeamCityMonitor](https://github.com/stack72/TeamCityMonitor) -##Sample Usage +## Sample Usage + To get a list of projects var client = new TeamCityClient("localhost:81"); client.Connect("admin", "qwerty"); var projects = client.Projects.All(); - To get a list of running builds var client = new TeamCityClient("localhost:81"); client.Connect("admin", "qwerty"); var builds = client.Builds.ByBuildLocator(BuildLocator.RunningBuilds()); -##Connecting to a server +## Connecting to a server To connect as an authenticated user: var client = new TeamCityClient("localhost:81"); + // To use a https server + // var client = new TeamCityClient("localhost", true); client.Connect("username", "password"); To connect as a Guest: var client = new TeamCityClient("localhost:81"); client.ConnectAsGuest(); - -##API Interaction Groups + +To connect with a access token (Since: 2019.1): + + // see https://www.jetbrains.com/help/teamcity/2019.2/authentication-modules.html#AuthenticationModules-tokenBasedAuth + var client = new TeamCityClient("localhost:81"); + client.ConnectWithAccessToken("Token"); + +To use a previous rest api version: + + var client = new TeamCityClient("localhost:81"); + client.Connect("admin", "qwerty"); + client.UseVersion("7.0"); // 6.0, 7.0, 8.1, 9.0, 9.1, 10.0, 2017.1, 2017.2, 2018.1, latest + +Use fields specializations: Extract complex objects for specified Fields + + // For each builds get only the Id, Number, Status and StartDate + var buildField = BuildField.WithFields(id: true,number:true, status: true, startDate: true); + var buildsFields = BuildsField.WithFields( buildField: buildField); + var currentListBuild = client.Builds.GetFields(buildsFields.ToString()).ByBuildConfigId(currentProjectId); + +Use fields specializations: Extract statistics from a build with one query + + // For a build get Statistics, id and the build number + var propertyField = PropertyField.WithFields(name: true, value: true); + var statisticsField = StatisticsField.WithFields(propertyField: propertyField,href:true, count:true); + var buildField = BuildField.WithFields(id: true,number:true, statistics: statisticsField); + var tempBuild = m_client.Builds.LastBuildByBuildConfigId(tempBuildConfig.Id); + +## API Interaction Groups + There are many tasks that the TeamCity API can do for us. TeamCitySharp groups these tasks into specialist areas * Builds -* Projects * BuildConfigs +* BuildInvestigations +* BuildQueue +* Projects * ServerInformation * Users * Agents * VcsRoots * Changes +* Triggered +* LastChange * BuildArtifacts +* Statistics Each area has its own list of methods available -###Builds - List SuccessfulBuildsByBuildConfigId(string buildConfigId); - Build LastSuccessfulBuildByBuildConfigId(string buildConfigId); - List FailedBuildsByBuildConfigId(string buildConfigId); - Build LastFailedBuildByBuildConfigId(string buildConfigId); - Build LastBuildByBuildConfigId(string buildConfigId); - List ErrorBuildsByBuildConfigId(string buildConfigId); - Build LastErrorBuildByBuildConfigId(string buildConfigId); - List ByBuildConfigId(string buildConfigId); - List ByConfigIdAndTag(string buildConfigId, string tag); - List ByUserName(string userName); - List ByBuildLocator(BuildLocator locator); - List AllSinceDate(DateTime date); - List AllBuildsOfStatusSinceDate(DateTime date, BuildStatus buildStatus); - List NonSuccessfulBuildsForUser(string userName); - Build LastBuildByAgent(string agentName); - -###Projects - List All(); - Project ByName(string projectLocatorName); - Project ById(string projectLocatorId); - Project Details(Project project); - Project Create(string projectName); - void Delete(string projectName); - void DeleteProjectParameter(string projectName, string parameterName); - void SetProjectParameter(string projectName, string settingName, string settingValue); - -###BuildConfigs - List All(); - BuildConfig ByConfigurationName(string buildConfigName); - BuildConfig ByConfigurationId(string buildConfigId); - BuildConfig ByProjectNameAndConfigurationName(string projectName, string buildConfigName); - BuildConfig ByProjectNameAndConfigurationId(string projectName, string buildConfigId); - BuildConfig ByProjectIdAndConfigurationName(string projectId, string buildConfigName); - BuildConfig ByProjectIdAndConfigurationId(string projectId, string buildConfigId); - List ByProjectId(string projectId); - List ByProjectName(string projectName); - BuildConfig CreateConfiguration(string projectName, string configurationName); - - void SetConfigurationSetting(BuildTypeLocator locator, string settingName, string settingValue); - void PostRawArtifactDependency(BuildTypeLocator locator, string rawXml); - void PostRawBuildStep(BuildTypeLocator locator, string rawXml); - void PostRawBuildTrigger(BuildTypeLocator locator, string rawXml); - void SetConfigurationParameter(BuildTypeLocator locator, string key, string value); - void PostRawAgentRequirement(BuildTypeLocator locator, string rawXml); - void DeleteBuildStep(BuildTypeLocator locator, string buildStepId); - void DeleteArtifactDependency(BuildTypeLocator locator, string artifactDependencyId); - void DeleteAgentRequirement(BuildTypeLocator locator, string agentRequirementId); - void DeleteParameter(BuildTypeLocator locator, string parameterName); - void DeleteBuildTrigger(BuildTypeLocator locator, string buildTriggerId); - - void SetBuildTypeTemplate(BuildTypeLocator locatorBuildType, BuildTypeLocator locatorTemplate); - void DeleteSnapshotDependency(BuildTypeLocator locator, string snapshotDependencyId); - void PostRawSnapshotDependency(BuildTypeLocator locator, XmlElement rawXml); - BuildConfig BuildType(BuildTypeLocator locator); - +### Builds + + Builds GetFields(string fields); + List SuccessfulBuildsByBuildConfigId(string buildConfigId, List param = null); + Build LastSuccessfulBuildByBuildConfigId(string buildConfigId, List param = null); + List FailedBuildsByBuildConfigId(string buildConfigId, List param = null); + Build LastFailedBuildByBuildConfigId(string buildConfigId, List param = null); + Build LastBuildByBuildConfigId(string buildConfigId, List param = null); + List ErrorBuildsByBuildConfigId(string buildConfigId, List param = null); + Build LastErrorBuildByBuildConfigId(string buildConfigId, List param = null); + Build LastBuildByAgent(string agentName, List param = null); + Build ById(string id); + List ByBuildConfigId(string buildConfigId); + List RunningByBuildConfigId(string buildConfigId); + List ByBuildConfigId(string buildConfigId, List param); + List ByBuildLocator(BuildLocator locator, List param); + List ByConfigIdAndTag(string buildConfigId, string tag); + List ByUserName(string userName); + List ByBuildLocator(BuildLocator locator); + List AllSinceDate(DateTime date, long count = 100, List param = null); + List AllBuildsOfStatusSinceDate(DateTime date, BuildStatus buildStatus); + List NonSuccessfulBuildsForUser(string userName); + List ByBranch(string branchName); + void Add2QueueBuildByBuildConfigId(string buildConfigId); + List AllRunningBuild(); + List RetrieveEntireBuildChainFrom(string buildConfigId, bool includeInitial = true, List param = null); + List RetrieveEntireBuildChainTo(string buildConfigId, bool includeInitial = true, List param = null); + List NextBuilds(string buildid, long count = 100, List param = null); + List AffectedProject(string projectId, long count = 100, List param = null); + void DownloadLogs(string projectId, bool zipped, Action downloadHandler); + +### BuildConfigs + + List All(); + BuildConfigs GetFields(string fields); + BuildConfig ByConfigurationName(string buildConfigName); + BuildConfig ByConfigurationId(string buildConfigId); + BuildConfig ByProjectNameAndConfigurationName(string projectName, string buildConfigName); + BuildConfig ByProjectNameAndConfigurationId(string projectName, string buildConfigId); + BuildConfig ByProjectIdAndConfigurationName(string projectId, string buildConfigName); + BuildConfig ByProjectIdAndConfigurationId(string projectId, string buildConfigId); + List ByProjectId(string projectId); + List ByProjectName(string projectName); + bool ModifTrigger(string format, string oldTriggerConfigurationId, string id); + BuildConfig CreateConfiguration(BuildConfig buildConfig); + BuildConfig CreateConfiguration(string projectName, string configurationName); + BuildConfig CreateConfigurationByProjectId(string projectId, string configurationName); + BuildConfig Copy(string buildConfigId, string buildConfigName, string destinationProjectId, string newBuildTypeId = ""); + + + void SetConfigurationSetting(BuildTypeLocator locator, string settingName, string settingValue); + bool GetConfigurationPauseStatus(BuildTypeLocator locator); + void SetConfigurationPauseStatus(BuildTypeLocator locator, bool isPaused); + void PostRawArtifactDependency(BuildTypeLocator locator, string rawXml); + void PostRawBuildStep(BuildTypeLocator locator, string rawXml); + void PutRawBuildStep(BuildTypeLocator locator, string rawXml); + BuildSteps GetRawBuildStep(BuildTypeLocator locator); + void PostRawBuildTrigger(BuildTypeLocator locator, string rawXml); + void SetConfigurationParameter(BuildTypeLocator locator, string key, string value); + void PostRawAgentRequirement(BuildTypeLocator locator, string rawXml); + void DeleteBuildStep(BuildTypeLocator locator, string buildStepId); + void DeleteArtifactDependency(BuildTypeLocator locator, string artifactDependencyId); + void DeleteAgentRequirement(BuildTypeLocator locator, string agentRequirementId); + void DeleteParameter(BuildTypeLocator locator, string parameterName); + void DeleteBuildTrigger(BuildTypeLocator locator, string buildTriggerId); + void SetBuildTypeTemplate(BuildTypeLocator locatorBuildType, BuildTypeLocator locatorTemplate); + void DeleteSnapshotDependency(BuildTypeLocator locator, string snapshotDependencyId); + void PostRawSnapshotDependency(BuildTypeLocator locator, XmlElement rawXml); + BuildConfig BuildType(BuildTypeLocator locator); + void SetBuildTypeVariable(BuildTypeLocator locatorBuildType, string nameVariable, string value); void DeleteConfiguration(BuildTypeLocator locator); + void DownloadConfiguration(BuildTypeLocator locator, Action downloadHandler); + Template CopyTemplate(string templateId, string templateName, string destinationProjectId, string newTemplateId = ""); + Template GetTemplate(BuildTypeLocator locator); + void AttachTemplate(BuildTypeLocator locator, string templateId); + void DetachTemplate(BuildTypeLocator locator); + ArtifactDependencies GetArtifactDependencies(string buildTypeId); + SnapshotDependencies GetSnapshotDependencies(string buildTypeId); + bool ModifArtifactDependencies(string format, string oldDendencyConfigurationId, string id); + bool ModifSnapshotDependencies(string format, string oldDendencyConfigurationId, string id); + + /// 8.0 void DeleteAllBuildTypeParameters(BuildTypeLocator locator); void PutAllBuildTypeParameters(BuildTypeLocator locator, IDictionary parameters); - void DownloadConfiguration(BuildTypeLocator locator, Action downloadHandler); -###ServerInformation + // 2017.1 + Branches GetBranchesByBuildConfigurationId(string buildTypeId, BranchLocator locator = null); + + /// 2017.2 + Templates GetTemplates(BuildTypeLocator locator); + void AttachTemplates(BuildTypeLocator locator, Templates templateList); + void DetachTemplates(BuildTypeLocator locator); + +### BuildInvestigation + + List All(); + BuildInvestigations GetFields(string fields); + List InvestigationsByBuildTypeId(string buildTypeId); + +### BuildQueue + + List All(); + BuildQueue GetFields(string fields); + List ByBuildTypeLocator(BuildTypeLocator locator); + List ByProjectLocater(ProjectLocator projectLocator); + +### Projects + + List All(); + Projects GetFields(string fields); + Project ByName(string projectLocatorName); + Project ById(string projectLocatorId); + Project Details(Project project); + Project Create(string projectName); + Project Create(string projectName, string sourceId, string projectId = ""); + Project Move(string projectId, string destinationId); + Project Copy(string projectid, string projectName, string newProjectId, string parentProjectId = ""); + string GenerateID(string projectName); + void Delete(string projectName); + void DeleteById(string projectId); + void DeleteProjectParameter(string projectName, string parameterName); + void SetProjectParameter(string projectName, string settingName, string settingValue); + bool ModifParameters(string projectId, string mainprojectbranch, string variablePath); + bool ModifSettings(string projectId, string description, string fullProjectName); + ProjectFeatures GetProjectFeatures(string projectLocatorId); + ProjectFeature GetProjectFeatureByProjectFeature(string projectLocatorId, string projectFeatureId); + ProjectFeature CreateProjectFeature(string projectId, ProjectFeature projectFeature); + void DeleteProjectFeature(string projectId, string projectFeatureId); + + // 2017.1 + Branches GetBranchesByBuildProjectId(string projectId, BranchLocator locator = null); + +### ServerInformation + Server ServerInfo(); List AllPlugins(); string TriggerServerInstanceBackup(BackupOptions backupOptions); + string GetBackupStatus(); + +### Users -###Users List All(); + Users GetFields(string fields); User Details(string userName); List AllRolesByUserName(string userName); List AllGroupsByUserName(string userName); @@ -137,27 +257,44 @@ Each area has its own list of methods available List AllUserRolesByUserGroup(string userGroupName); bool Create(string username, string name, string email, string password); bool AddPassword(string username, string password); + bool IsAdministrator(string username); + +### Agents + + List All(bool includeDisconnected = false, bool includeUnauthorized = false); + Agents GetFields(string fields); -###Agents - List All(); +### VcsRoots -###VcsRoots + VcsRoots GetFields(string fields); List All(); VcsRoot ById(string vcsRootId); VcsRoot AttachVcsRoot(BuildTypeLocator locator, VcsRoot vcsRoot); void DetachVcsRoot(BuildTypeLocator locator, string vcsRootId); void SetVcsRootField(VcsRoot vcsRoot, VcsRootField field, object value); + VcsRoot CreateVcsRoot(VcsRoot configurationName, string projectId); + void SetConfigurationProperties(VcsRoot vcsRootId, string key, string value); + void DeleteProperties(VcsRoot vcsRootId, string parameterName); + void DeleteVcsRoot(VcsRoot vcsRoot); + +### Changes -###Changes List All(); Change ByChangeId(string id); Change LastChangeDetailByBuildConfigId(string buildConfigId); List ByBuildConfigId(string buildConfigId); -###BuildArtifacts +### BuildArtifacts + void DownloadArtifactsByBuildId(string buildId, Action downloadHandler); + ArtifactWrapper ByBuildConfigId(string buildConfigId, string param=""); + +### Statistics + + Statistics GetFields(string fields); + Properties GetByBuildId(string buildId); -##Credits +## Credits Copyright (c) 2013 Paul Stack (@stack72) @@ -169,4 +306,7 @@ Thanks to the following contributors: * Alexander Fast (@mizipzor) * Serge Baltic * Philipp Dolder -* Mark deVilliers \ No newline at end of file +* Mark deVilliers +* Marc-Andre Vezeau (@exfo) +* Bassem Mawassi (@exfo) +* Tusman Akhter (@exfo) diff --git a/TeamCitySharp.sln b/TeamCitySharp.sln index f368ed68..7612bf16 100644 --- a/TeamCitySharp.sln +++ b/TeamCitySharp.sln @@ -1,14 +1,21 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29926.136 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{263F35DD-20C1-4209-B121-E962C9328C70}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamCitySharp.IntegrationTests", "src\Tests\IntegrationTests\TeamCitySharp.IntegrationTests.csproj", "{BA409A09-CC7B-4A71-A3D4-FE27234A721B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamCitySharp", "src\TeamCitySharp\TeamCitySharp.csproj", "{87598714-132F-478E-866E-8C1AF3E83057}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamCitySharp.UnitTests", "src\Tests\UnitTests\TeamCitySharp.UnitTests.csproj", "{1DA175C4-2A6F-4B52-A9B4-87D382150AE9}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamCitySharp", "src\TeamCitySharp\TeamCitySharp.csproj", "{419C8D24-ED8A-47BE-87BB-8790534FEF09}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{E947C127-1479-451D-994A-0E6935999466}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -29,16 +36,6 @@ Global {BA409A09-CC7B-4A71-A3D4-FE27234A721B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {BA409A09-CC7B-4A71-A3D4-FE27234A721B}.Release|Mixed Platforms.Build.0 = Release|Any CPU {BA409A09-CC7B-4A71-A3D4-FE27234A721B}.Release|x86.ActiveCfg = Release|Any CPU - {87598714-132F-478E-866E-8C1AF3E83057}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {87598714-132F-478E-866E-8C1AF3E83057}.Debug|Any CPU.Build.0 = Debug|Any CPU - {87598714-132F-478E-866E-8C1AF3E83057}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {87598714-132F-478E-866E-8C1AF3E83057}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {87598714-132F-478E-866E-8C1AF3E83057}.Debug|x86.ActiveCfg = Debug|Any CPU - {87598714-132F-478E-866E-8C1AF3E83057}.Release|Any CPU.ActiveCfg = Release|Any CPU - {87598714-132F-478E-866E-8C1AF3E83057}.Release|Any CPU.Build.0 = Release|Any CPU - {87598714-132F-478E-866E-8C1AF3E83057}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {87598714-132F-478E-866E-8C1AF3E83057}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {87598714-132F-478E-866E-8C1AF3E83057}.Release|x86.ActiveCfg = Release|Any CPU {1DA175C4-2A6F-4B52-A9B4-87D382150AE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1DA175C4-2A6F-4B52-A9B4-87D382150AE9}.Debug|Any CPU.Build.0 = Debug|Any CPU {1DA175C4-2A6F-4B52-A9B4-87D382150AE9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU @@ -49,6 +46,18 @@ Global {1DA175C4-2A6F-4B52-A9B4-87D382150AE9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {1DA175C4-2A6F-4B52-A9B4-87D382150AE9}.Release|Mixed Platforms.Build.0 = Release|Any CPU {1DA175C4-2A6F-4B52-A9B4-87D382150AE9}.Release|x86.ActiveCfg = Release|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Debug|Any CPU.Build.0 = Debug|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Debug|x86.ActiveCfg = Debug|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Debug|x86.Build.0 = Debug|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Release|Any CPU.ActiveCfg = Release|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Release|Any CPU.Build.0 = Release|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Release|x86.ActiveCfg = Release|Any CPU + {419C8D24-ED8A-47BE-87BB-8790534FEF09}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -57,4 +66,7 @@ Global {BA409A09-CC7B-4A71-A3D4-FE27234A721B} = {263F35DD-20C1-4209-B121-E962C9328C70} {1DA175C4-2A6F-4B52-A9B4-87D382150AE9} = {263F35DD-20C1-4209-B121-E962C9328C70} EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {81D02472-9664-494C-B6A4-0D6ABBD44EC7} + EndGlobalSection EndGlobal diff --git a/packages/EasyHttp.1.6.1.0/EasyHttp.1.6.1.0.nupkg b/packages/EasyHttp.1.6.1.0/EasyHttp.1.6.1.0.nupkg deleted file mode 100644 index 947bc18f..00000000 Binary files a/packages/EasyHttp.1.6.1.0/EasyHttp.1.6.1.0.nupkg and /dev/null differ diff --git a/packages/EasyHttp.1.6.1.0/lib/net40/EasyHttp.dll b/packages/EasyHttp.1.6.1.0/lib/net40/EasyHttp.dll deleted file mode 100644 index 109d6c89..00000000 Binary files a/packages/EasyHttp.1.6.1.0/lib/net40/EasyHttp.dll and /dev/null differ diff --git a/packages/EasyHttp.1.6.1.0/lib/sl40-wp/EasyHttp.dll b/packages/EasyHttp.1.6.1.0/lib/sl40-wp/EasyHttp.dll deleted file mode 100644 index 109d6c89..00000000 Binary files a/packages/EasyHttp.1.6.1.0/lib/sl40-wp/EasyHttp.dll and /dev/null differ diff --git a/packages/EasyHttp.1.6.1.0/lib/sl40/EasyHttp.dll b/packages/EasyHttp.1.6.1.0/lib/sl40/EasyHttp.dll deleted file mode 100644 index 109d6c89..00000000 Binary files a/packages/EasyHttp.1.6.1.0/lib/sl40/EasyHttp.dll and /dev/null differ diff --git a/packages/FakeItEasy.1.10.0/FakeItEasy.1.10.0.nupkg b/packages/FakeItEasy.1.10.0/FakeItEasy.1.10.0.nupkg deleted file mode 100644 index 5e753eaa..00000000 Binary files a/packages/FakeItEasy.1.10.0/FakeItEasy.1.10.0.nupkg and /dev/null differ diff --git a/packages/FakeItEasy.1.10.0/FakeItEasy.1.10.0.nuspec b/packages/FakeItEasy.1.10.0/FakeItEasy.1.10.0.nuspec deleted file mode 100644 index 00eea1a3..00000000 --- a/packages/FakeItEasy.1.10.0/FakeItEasy.1.10.0.nuspec +++ /dev/null @@ -1,23 +0,0 @@ - - - - FakeItEasy - 1.10.0 - Fake it Easy! - Patrik Hägne - Patrik Hägne - https://github.com/FakeItEasy/FakeItEasy/blob/master/License.txt - https://github.com/FakeItEasy/FakeItEasy/ - https://raw.github.com/FakeItEasy/FakeItEasy/master/Resources/fakeiteasy_128x128.png - false - It's faking amazing! The easy mocking framework for .NET that works great in C# and VB.NET alike. No need to know the difference between a stub, a mock or a spy, everything's a fake! The easy to use, refactoring friendly API makes faking a breeze. - Enhancement: Add EndsWith to complement StartsWith - https://github.com/FakeItEasy/FakeItEasy/issues/84/ -Enhancement: Upgrade to Castle.Core 3.2.0 - https://github.com/FakeItEasy/FakeItEasy/issues/59/ -Bug: Fake config fails when 2 interfaces both declare the member - https://github.com/FakeItEasy/FakeItEasy/issues/83/ - en-US - TDD unittesting mocking faking stubbing spy spies doubles - - - - - \ No newline at end of file diff --git a/packages/FakeItEasy.1.10.0/lib/net35/FakeItEasy.dll b/packages/FakeItEasy.1.10.0/lib/net35/FakeItEasy.dll deleted file mode 100644 index af2da6f0..00000000 Binary files a/packages/FakeItEasy.1.10.0/lib/net35/FakeItEasy.dll and /dev/null differ diff --git a/packages/FakeItEasy.1.10.0/lib/net35/FakeItEasy.xml b/packages/FakeItEasy.1.10.0/lib/net35/FakeItEasy.xml deleted file mode 100644 index 34b1dc2d..00000000 --- a/packages/FakeItEasy.1.10.0/lib/net35/FakeItEasy.xml +++ /dev/null @@ -1,3543 +0,0 @@ - - - - FakeItEasy - - - - - Provides methods for generating fake objects. - - - - - Creates a fake object of the type T. - - The type of fake object to create. - A fake object. - - - - Creates a fake object of the type T. - - The type of fake object to create. - A lambda where options for the built fake object can be specified. - A fake object. - - - - Creates a collection of fakes of the specified type. - - The type of fakes to create. - The number of fakes in the collection. - A collection of fake objects of the specified type. - - - - Gets a dummy object of the specified type. The value of a dummy object - should be irrelevant. Dummy objects should not be configured. - - The type of dummy to return. - A dummy object of the specified type. - Dummies of the specified type can not be created. - - - - Gets a value indicating whether the two objects are equal. - - The first object to compare. - The second object to compare. - True if the two objects are equal. - - - - Gets a value indicating whether the two objects are the same reference. - - The object A. - The object B. - True if the objects are the same reference. - - - - Configures a call to a faked object. - - An expression where the configured member is called. - A configuration object. - - - - Gets a configuration object allowing for further configuration of - any call to the specified faked object. - - - The fake to configure. - - - A configuration object. - - - - - Configures a call to a faked object. - - The type of member on the faked object to configure. - An expression where the configured member is called. - A configuration object. - - - - Provides an API entry point for constraining arguments of fake object calls. - - The type of argument to validate. - - - - Gets an argument constraint object that will be used to constrain a method call argument. - - - - - Gets a constraint that considers any value of an argument as valid. - - This is a shortcut for the "Ignored"-property. - - - - Gets a constraint that considers any value of an argument as valid. - - - - - Provides configuration for any (not a specific) call on a faked object. - - - - - Gets a configuration object allowing for further configuration of - any call to the specified faked object. - - The faked object to configure. - A configuration object. - - - - Gets a value indicating whether the two objects are equal. - - The first object to compare. - The second object to compare. - True if the two objects are equal. - - - - Gets a value indicating whether the two objects are the same reference. - - The object A. - The object B. - True if the objects are the same reference. - - - - A collection of method arguments. - - - - - The arguments this collection contains. - - - - - Initializes a new instance of the class. - - The arguments. - The argument names. - - - - Initializes a new instance of the class. - - The arguments. - The method. - - - - Returns an enumerator that iterates through the collection or arguments. - - - A that can be used to iterate through the collection. - - - - - Gets the argument at the specified index. - - The type of the argument to get. - The index of the argument. - The argument at the specified index. - - - - Gets the argument with the specified name. - - The type of the argument to get. - The name of the argument. - The argument with the specified name. - - - - Gets an empty ArgumentList. - - - - - Gets the number of arguments in the list. - - - - - Gets the names of the arguments in the list. - - - - - Gets the argument at the specified index. - - The index of the argument to get. - The argument at the specified index. - - - - Provides validation extensions for . - - - - - Constrains an argument so that it must be null (Nothing in VB). - - The type of the argument. - The constraint manager to match the constraint. - A dummy argument value. - - - - Constrains the string argument to contain the specified text. - - The constraint manager to match the constraint. - The string the argument string should contain. - A dummy argument value. - - - - Constrains the sequence so that it must contain the specified value. - - The constraint manager to match the constraint. - The value the collection should contain. - The type of sequence. - A dummy argument value. - - - - Constrains the string so that it must start with the specified value. - - The constraint manager to match the constraint. - The value the string should start with. - A dummy argument value. - - - - Constrains the string so that it must end with the specified value. - - The constraint manager to match the constraint. - The value the string should end with. - A dummy argument value. - - - - Constrains the string so that it must be null or empty. - - The constraint manager to match the constraint. - A dummy argument value. - - - - Constrains argument value so that it must be greater than the specified value. - - The constraint manager to match the constraint. - The value the string should start with. - The type of argument to constrain. - A dummy argument value. - - - - The tested argument collection should contain the same elements as the - as the specified collection. - - The constraint manager to match the constraint. - The sequence to test against. - The type of argument to constrain. - A dummy argument value. - - - - Tests that the IEnumerable contains no items. - - The type of argument. - The constraint manager to match the constraint. - A dummy argument value. - - - - Tests that the passed in argument is equal to the specified value. - - The type of the argument. - The constraint manager to match the constraint. - The value to compare to. - A dummy argument value. - - - - Constrains the argument to be of the specified type. - - The type of argument in the method signature. - The constraint manager. - The type to constrain the argument with. - A dummy value. - - - - Constrains the argument with a predicate. - - - The constraint manager. - - - The predicate that should constrain the argument. - - - A human readable description of the constraint. - - - The type of argument in the method signature. - - - A dummy argument value. - - - - - Constrains the argument with a predicate. - - - The constraint manager. - - - The predicate that should constrain the argument. - - - A human readable description of the constraint format string. - - - Arguments for the format string. - - - The type of argument in the method signature. - - - A dummy argument value. - - - - - Constrains the argument with a predicate. - - - The constraint manager. - - - The predicate that should constrain the argument. - - - The type of argument in the method signature. - - - A dummy argument value. - - - - - Constrains the argument to be not null (Nothing in VB) and to match - the specified predicate. - - The type of the argument to constrain. - The constraint manager. - The predicate that constrains non null values. - An action that writes a description of the constraint - to the output. - A dummy argument value. - - - - Provides string formatting for arguments of type T when written in call lists. - - The type of the arguments which will be formatted by this instance. - - - - Provides string formatting for arguments when written in - call lists. - - - - - Gets a string representing the specified argument value. - - The argument value to get as a string. - A string representation of the value. - - - - Gets the type of arguments this formatter works on. - - - - - Gets the priority of the formatter, when two formatters are - registered for the same type the one with the highest - priority is used. - - - - - Gets a string representing the specified argument value. - - The argument value to get as a string. - A string representation of the value. - - - - Gets a string representing the specified argument value. - - The argument value to get as a string. - A string representation of the value. - - - - Gets the type of arguments this formatter works on. - - - - - Gets the priority of the formatter, when two formatters are - registered for the same type the one with the highest - priority is used. - - - - - Provides extension methods for the common uses. - - - - - Replaces the format item in a specified System.String with the text equivalent - of the value of a corresponding System.Object instance in a specified array using - invariant culture as . - - A composite format string. - An array containing zero or more objects to format. - The formatted string. - - - - Gets an enumerable of tuples where the first value of each tuple is a value - from the first collection and the second value of each tuple is the value at the same position - from the second collection. - - The type of values in the first collection. - The type of values in the second collection. - The first of the collections to combine. - The second of the collections to combine. - An enumerable of tuples. - - - - Joins the collection to a string. - - The type of items in the collection. - The items to join. - A function that converts from an item to a string value. - Separator to insert between each item. - A string representation of the collection. - - - - Gets a dictionary containing the first element from the sequence that has a key specified by the key selector. - - The type of items in the sequence. - The type of the key. - The sequence. - The key selector. - A dictionary. - - - - Provides the base for rules that can be built using the FakeConfiguration. - - - - - Represents a call rule that has a description of the calls the - rule is applicable to. - - - - - Allows for intercepting call to a fake object and - act upon them. - - - - - Gets whether this interceptor is applicable to the specified - call, if true is returned the Apply-method of the interceptor will - be called. - - The call to check for applicability. - True if the interceptor is applicable. - - - - Applies an action to the call, might set a return value or throw - an exception. - - The call to apply the interceptor to. - - - - Gets the number of times this call rule is valid, if it's set - to null its infinitely valid. - - - - - Writes a description of calls the rule is applicable to. - - The writer. - - - - Gets if this rule is applicable to the specified call. - - The call to validate. - True if the rule applies to the call. - - - - Writes a description of calls the rule is applicable to. - - The writer to write the description to. - - - - Gets or sets an action that is called by the Apply method to apply this - rule to a fake object call. - - - - - Gets a collection of actions that should be invoked when the configured - call is made. - - - - - Gets or sets values to apply to output and reference variables. - - - - - Gets or sets a value indicating whether the base method of the fake object call should be - called when the fake object call is made. - - - - - Gets or sets the number of times the configured rule should be used. - - - - - Gets a description of calls the rule is applicable to. - - - - - - Configuration for any call to a faked object. - - - - - Provides a way to configure predicates for when a call should be applied. - - The type of fake object that is going to be configured.. - - - - Applies a predicate to constrain which calls will be considered for interception. - - A predicate for a fake object call. - An action that writes a description of the predicate - to the output. - The configuration object. - - - - Provides configuration methods for methods that does not have a return value and - allows the use to specify validations for arguments. - - - - - Provides configuration methods for methods that does not have a return value. - - - - - Configuration that lets the developer specify that an exception should be - thrown by a fake object call. - - - - - Hides standard Object members to make fluent interfaces - easier to read. Found in the source of Autofac: - Based on blog post here: - - - - - - Hides the ToString-method. - - A string representation of the implementing object. - - - - Determines whether the specified is equal to this instance. - - The to compare with this instance. - - true if the specified is equal to this instance; otherwise, false. - - - - - Returns a hash code for this instance. - - - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. - - - - - Gets the type. - - The exact runtime type of the current instance. - - - - Throws the specified exception when the currently configured - call gets called. - - A function that creates the exception to throw. - Configuration object. - - - - Configuration for callbacks of fake object calls. - - The type of interface to return. - - - - Executes the specified action when a matching call is being made. - - The action to invoke. - A configuration object. - - - - Configuration that lets you specify that a fake object call should call it's base method. - - - - - When the configured method or methods are called the call - will be delegated to the base method of the faked method. - - A configuration object. - The fake object is of an abstract type or an interface - and no base method exists. - - - - Lets the developer configure output values of out and ref parameters. - - - - - Specifies output values for out and ref parameters. Specify the values in the order - the ref and out parameters has in the configured call, any non out and ref parameters are ignored. - - The values. - A configuration object. - - - - Allows the developer to assert on a call that's configured. - - - - - Asserts that the configured call has happened the number of times - constrained by the repeatConstraint parameter. - - A constraint for how many times the call - must have happened. - The call has not been called a number of times - that passes the repeat constraint. - - - - Configures the specified call to do nothing when called. - - A configuration object. - - - - Provides configurations to validate arguments of a fake object call. - - The type of interface to return. - - - - Configures the call to be accepted when the specified predicate returns true. - - The argument predicate. - A configuration object. - - - - Matches calls that has the return type specified in the generic type parameter. - - The return type of the members to configure. - A configuration object. - - - - Manages registration of a set of components in a DictionaryContainer. - - - - - Registers the components of this module. - - The container to register components in. - - - - A factory that creates instances of the RecordingCallRuleType. - - - - - Creates the specified fake object. - - The type of the fake. - The fake object the rule belongs to. - The rule that's being recorded. - A RecordingCallRule instance. - - - - A factory responsible for creating start configuration for fake objects. - - - - - Creates a start configuration for the specified fake object that fakes the - specified type. - - The type of the fake object. - The fake object to configure. - A configuration object. - - - - An exception that can be thrown when something goes wrong with the configuration - of a fake object. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - - Handles the configuration of fake object given an expression specifying - a call on a faked object. - - - - - Lets you set up expectations and configure repeat for the configured call. - - - - - Provides configuration for method calls that has a return value. - - - - - Specifies the number of times for the configured event. - - The number of times to repeat. - - - - A combination of the IAfterCallSpecifiedConfiguration and IOutAndRefParametersConfiguration - interfaces. - - - - - Aggregate of IReturnValueArgumentValidationConfiguration<T> and IWhereConfiguration<IAnyCallConfigurationWithReturnTypeSpecified<T>>. - - The type of fake object that is configured. - - - - Configures a call that returns a value and allows the use to - specify validations for arguments. - - The type of the member. - - - - Configures a call that returns a value. - - The type of the member. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - A function that produces the return value. - A configuration object. - - - - Configurations for when a configured call is recorded. - - - - - Provides configuration from VisualBasic. - - - - - Provides methods for configuring a fake object. - - The type of fake object. - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - The type of the return value of the member. - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call is made to any method on the - object. - - A configuration object. - - - - A call rule that has been recorded. - - - - - A call rule that "sits and waits" for the next call, when - that call occurs the recorded rule is added for that call. - - The type of the fake. - - - - Provides access to a set of calls and a call matcher for these calls. - - - - - Provides access to a call matcher. - - - - - Gets a call predicate that can be used to check if a fake object call matches - the specified constraint. - - - - - Gets the set of calls. - - - - - Represents a delegate that creates a configuration object from - a fake object and the rule to build. - - The rule that's being built. - The fake object the rule is for. - A configuration object. - - - - Represents a predicate that matches a fake object call. - - - - - Gets a value indicating whether the call matches the predicate. - - The call to match. - True if the call matches the predicate. - - - - Provides configuration of faked objects. - - - - - Gets a configuration for the specified faked object. - - The type of the fake. - The faked object to configure. - A configuration object. - The specified object is not a faked object. - The fakedObject parameter was null. - - - - Access all types in all assemblies in the same directory as the FakeItEasy assembly. - - - - - Provides a set of types that are available. - - - - - Gets a collection of available types. - - The available types. - - - - Initializes a new instance of the class. - - - - - Gets a collection of available types. - - The available types. - - - - Represents an argument and a dummy value to use for that argument. - - - - - Initializes a new instance of the class. - - A value indicating if the dummy value was successfully resolved. - The type of argument. - The resolved value. - - - - Gets a value indicating whether a dummy argument value was successfully - resolved. - - - - - Gets the type of the argument. - - - - - Gets the resolved value. - - - - - Represents an event that happens when a call has been intercepted by a proxy. - - - - - Initializes a new instance of the class. - - The call. - - - - Gets the call that was intercepted. - - The call. - - - - Keeps track of metadata for interceptions. - - - - - Gets whether the rule has been called the number of times specified or not. - - True if the rule has not been called the number of times specified. - - - - Gets or sets the number of times the rule has been used. - - - - - Gets or sets the rule this metadata object is tracking. - - - - - Manages attaching of argument constraints. - - The type of argument to constrain. - - - - Constrains the argument with a predicate. - - The predicate that should constrain the argument. - An action that will be write a description of the constraint. - A dummy argument value. - - - - Inverts the logic of the matches method. - - - - - Validates an argument, checks that it's valid in a specific fake call. - - - - - Writes a description of the argument constraint to the specified writer. - - - The writer. - - - - - Gets whether the argument is valid. - - The argument to validate. - True if the argument is valid. - - - - Default implementation of . - - - - - Attaches a fake manager to the proxy so that intercepted - calls can be configured. - - - - - Attaches a to the specified proxy, listening to - the event raiser. - - The type of the fake object proxy. - The proxy to attach to. - The event raiser to listen to. - - - - Gets the fake manager associated with the proxy. - - The proxy to get the manager from. - A fake manager. - - - - Attaches a to the specified proxy, listening to - the event raiser. - - The type of the fake object proxy. - The proxy to attach to. - The event raiser to listen to. - - - - Gets the fake manager associated with the proxy. - - The proxy to get the manager from. - A fake manager. - - - - Represents an object that can be tagged with another object. When implemented - by a proxy returned from an FakeItEasy uses the tag - to store a reference to the that handles that proxy. - - - - - Gets or sets the tag. - - - - - The default implementation of the IFakeObjectCallFormatter interface. - - - - - Provides string formatting for fake object calls. - - - - - Gets a human readable description of the specified - fake object call. - - The call to get a description for. - A description of the call. - - - - Gets a human readable description of the specified - fake object call. - - The call to get a description for. - A description of the call. - - - - Handles configuring of fake objects to delegate all their calls to a wrapped instance. - - - - - Manages configuration of fake objects to wrap instances. - - - - - Configures the specified faked object to wrap the specified instance. - - The faked object to configure. - The instance to wrap. - The recorder to use, null if no recording should be made. - - - - Configures the specified faked object to wrap the specified instance. - - The faked object to configure. - The instance to wrap. - The recorder to use, null if no recording should be made. - - - - A fake object container where delegates can be registered that are used to - resolve fake objects. - - - - - A container that can create fake objects. - - - - - Handles global configuration of fake object. - - - - - Applies base configuration to a fake object. - - The type the fake object represents. - The fake object to configure. - - - - Creates a dummy object of the specified type using the specified arguments if it's - supported by the container, returns a value indicating if it's supported or not. - - The type of dummy object to create. - The dummy object that was created if the method returns true. - True if a dummy object can be created. - - - - Initializes a new instance of the class. - Creates a new instance of the DelegateFakeObjectContainer. - - - - - Creates a fake object of the specified type using the specified arguments if it's - supported by the container, returns a value indicating if it's supported or not. - - The type of dummy object to create. - The fake object that was created if the method returns true. - True if a fake object can be created. - - - - Configures the fake. - - The type of fake. - The fake object. - - - - Registers the specified fake delegate. - - The type of the return value of the method that encapsulates. - The fake delegate. - - - - A IFakeObjectContainer implementation that uses MEF to load IFakeDefinitions and - IFakeConfigurations. - - - - - Initializes a new instance of the class. - - The dummy definitions. - The fake configurators. - - - - Creates a fake object of the specified type using the specified arguments if it's - supported by the container, returns a value indicating if it's supported or not. - - The type of fake object to create. - The fake object that was created if the method returns true. - True if a fake object can be created. - - - - Applies base configuration to a fake object. - - The type the fake object represents. - The fake object to configure. - - - - An exception that is thrown when there was an error creating a fake object. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - Auto fake property rule. - - The central point in the API for proxied fake objects handles interception - of fake object calls by using a set of rules. User defined rules can be inserted - by using the AddRule-method. - - Event rule. - Object member rule. - Property behavior rule. - Property setter rule. - - - - Initializes a new instance of the class. - - - - - Adds a call rule to the fake object. - - The rule to add. - - - - Adds a call rule last in the list of user rules, meaning it has the lowest priority possible. - - The rule to add. - - - - Removes the specified rule for the fake object. - - The rule to remove. - - - - Adds an interception listener to the manager. - - The listener to add. - - - - Removes any specified user rules. - - - - - Gets the faked object. - - - - - Gets the faked type. - - - - - Gets the interceptions that are currently registered with the fake object. - - - - - Gets a collection of all the calls made to the fake object within the current scope. - - - - - A delegate responsible for creating FakeObject instances. - - An instance of . - - - - Represents a call to a fake object at interception time. - - - - - Represents a fake object call that can be edited. - - - - - Represents a call to a fake object. - - - - - Gets the method that's called. - - - - - Gets the arguments used in the call. - - - - - Gets the faked object the call is performed on. - - - - - Sets the return value of the call. - - The return value to set. - - - - Calls the base method of the faked type. - - - - - Sets the value of the argument at the specified index in the parameters list. - - The index of the argument to set the value of. - The value to set to the argument. - - - - Freezes the call so that it can no longer be modified. - - A completed fake object call. - - - - Sets that the call should not be recorded by the fake manager. - - - - - Represents a scope for fake objects, calls configured within a scope - are only valid within that scope. Only calls made within a scope - are accessible from within a scope so for example asserts will only - assert on those calls done within the scope. - - - - - Provides access to all calls made to fake objects within a scope. - Scopes calls so that only calls made within the scope are visible. - - - - - Creates a new scope and sets it as the current scope. - - The created scope. - - - - Creates a new scope and sets it as the current scope, using the specified - container as the container for the new scope. - - The container to use for the new scope. - The created scope. - - - - Closes the scope. - - - - - Adds an intercepted call to the current scope. - - The fake object. - The call that is intercepted. - - - - Adds a fake object call to the current scope. - - The fake object. - The rule to add. - - - - Represents a completed call to a fake object. - - - - - Gets the value set to be returned from the call. - - - - - Used by the event raising rule of fake objects to get the event arguments used in - a call to Raise.With. - - - - - Gets the sender of the event. - - - - - Gets the event arguments of the event. - - - - - Represents a listener for fake object calls, can be plugged into a - FakeManager instance to listen to all intercepted calls. - - The OnBeforeCallIntercepted method will be invoked before the OnBeforeCallIntercepted method of any - previously added listener. The OnAfterCallIntercepted method will be invoked after the OnAfterCallIntercepted - method of any previously added listener. - - - - Called when the interception begins but before any call rules - has been applied. - - The intercepted call. - - - - Called when the interception has been completed and rules has been - applied. - - The intercepted call. - The rule that was applied to the call. - - - - Handles comparisons of instances of . - - - - - Gets a value indicating whether the two instances of would invoke the same method - if invoked on an instance of the target type. - - The type of target for invocation. - The first . - The second . - True if the same method would be invoked. - - - - A null implementation for the IFakeObjectContainer interface. - - - - - Always returns false and sets the fakeObject to null. - - The type of dummy object to create. - Output variable for the fake object that will always be set to null. - Always return false. - - - - Applies base configuration to a fake object. - - The type the fake object represents. - The fake object to configure. - - - - Initializes a new instance of the class. - - The calls. - The call writer. - - - - Asserts the was called. - - The call predicate. - The call description. - The repeat predicate. - The repeat description. - - - - Provides instances from type catalogues. - - - - - Gets an instance per type in the catalogue that is a descendant - of the specified type. - - The type of instances to get. - A sequence of instances of the specified type. - - - - A call rule that applies to any call and just delegates the - call to the wrapped object. - - - - - Initializes a new instance of the class. - Creates a new instance. - - - The object to wrap. - - - - - Gets whether this interceptor is applicable to the specified - call, if true is returned the Apply-method of the interceptor will - be called. - - The call to check for applicability. - True if the interceptor is applicable. - - - - Applies an action to the call, might set a return value or throw - an exception. - - The call to apply the interceptor to. - - - - Gets the number of times this call rule is valid, if it's set - to null its infinitely valid. - - - - - - An interface to be implemented by classes that can generate proxies for FakeItEasy. - - - - - Generates a proxy of the specified type and returns a result object containing information - about the success of the generation and the proxy if it was generated. - - The type of proxy to generate. - Interfaces to be implemented by the proxy. - Arguments to pass to the constructor of the type in . - The custom attribute builders. - A result containing the generated proxy. - - - - Generates a proxy of the specified type and returns a result object containing information - about the success of the generation and the proxy if it was generated. - - The type of proxy to generate. - Interfaces to be implemented by the proxy. - Arguments to pass to the constructor of the type in . - A result containing the generated proxy. - - - - Gets a value indicating whether the specified member can be intercepted by the proxy generator. - - The member to test. - The instance the method will be called on. - The reason the method can not be intercepted. - True if the member can be intercepted. - - - - An object that raises an event every time a call to a proxy has been intercepted. - - - - - Raised when a call is intercepted. - - - - - An adapter that adapts an to a . - - - - - Initializes a new instance of the class. - - The invocation. - - - - Freezes the call so that it can no longer be modified. - - A completed fake object call. - - - - Calls the base method, should not be used with interface types. - - - - - Sets the specified value to the argument at the specified index. - - The index of the argument to set the value to. - The value to set to the argument. - - - - Sets the return value of the call. - - The return value. - - - - Returns a description of the call. - - - A that represents this instance. - - - - - Gets a human readable description of the call. - - - - - - Gets the value set to be returned from the call. - - - - - Gets the method that's called. - - - - - Gets the arguments used in the call. - - - - - Gets the faked object the call is performed on. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to No constructor matches the passed arguments for constructor.. - - - - - Looks up a localized string similar to Arguments for constructor specified for interface type.. - - - - - Looks up a localized string similar to The type of proxy "{0}" is sealed.. - - - - - Looks up a localized string similar to The type of proxy must be an interface or a class but it was {0}.. - - - - - Looks up a localized string similar to No default constructor was found on the type {0}.. - - - - - The default implementation of the IFakeAndDummyManager interface. - - - - - Handles the creation of fake and dummy objects. - - - - - Creates a dummy of the specified type. - - The type of dummy to create. - The created dummy. - The current IProxyGenerator is not able to generate a fake of the specified type and - the current IFakeObjectContainer does not contain the specified type. - - - - Creates a fake object of the specified type. - - The type of fake object to generate. - Options for building the fake object. - A fake object. - The current IProxyGenerator is not able to generate a fake of the specified type. - - - - Tries to create a dummy of the specified type. - - The type of dummy to create. - Outputs the result dummy when creation is successful. - A value indicating whether the creation was successful. - - - - Tries to create a fake object of the specified type. - - The type of fake to create. - Options for the creation of the fake. - The created fake object when creation is successful. - A value indicating whether the creation was successful. - - - - Default implementation of the IFakeCreator-interface. - - - - - A facade used by the public API for testability. - - - - - Creates a fake object of the specified type. - - The type of fake to create. - Options for the created fake object. - The created fake object. - Was unable to generate the fake in the current configuration. - - - - Creates a dummy object, this can be a fake object or an object resolved - from the current IFakeObjectContainer. - - The type of dummy to create. - The created dummy. - Was unable to generate the fake in the current configuration and - no dummy was registered in the container for the specified type.. - - - - Creates a collection of fakes of the specified type. - - The type of fakes to create. - The number of fakes in the collection. - A collection of fake objects of the specified type. - - - - Initializes a new instance of the class. - - The fake and dummy manager. - - - - Creates a fake object of the specified type. - - The type of fake to create. - Options for the created fake object. - The created fake object. - Was unable to generate the fake in the current configuration. - - - - Creates a collection of fakes of the specified type. - - The type of fakes to create. - The number of fakes in the collection. - - A collection of fake objects of the specified type. - - - - - Creates a dummy object, this can be a fake object or an object resolved - from the current IFakeObjectContainer. - - The type of dummy to create. - The created dummy. - Was unable to generate the fake in the current configuration and - no dummy was registered in the container for the specified type.. - - - - Provides options for fake wrappers. - - The type of the fake object generated. - - - - Provides options for generating fake object. - - The type of fake object generated. - - - - Specifies arguments for the constructor of the faked class. - - The arguments to pass to the constructor of the faked class. - Options object. - - - - Specifies arguments for the constructor of the faked class by giving an expression with the call to - the desired constructor using the arguments to be passed to the constructor. - - The constructor call to use when creating a class proxy. - Options object. - - - - Specifies that the fake should delegate calls to the specified instance. - - The object to delegate calls to. - Options object. - - - - Specifies that the fake should be created with these additional attributes. - - The attributes to build into the proxy. - Options object. - - - - Sets up the fake to implement the specified interface in addition to the - originally faked class. - - The type of interface to implement. - Options object. - The specified type is not an interface. - The specified type is null. - - - - Specifies an action that should be run over the fake object - once it's created. - - An action to perform. - Options object. - - - - Specifies a fake recorder to use. - - The recorder to use. - Options object. - - - - Initializes a new instance of the class. - - The container. - The fake object creator. - - - - Contains the result of a call to TryCreateProxy of IProxyGenerator. - - - - - Initializes a new instance of the class. - Creates a new instance representing a failed proxy - generation attempt. - - - The reason the proxy generation failed. - - - - - Initializes a new instance of the class. - Creates a new instance representing a successful proxy - generation. - - - The proxy that was generated. - - - An event raiser that raises - events when calls are intercepted to the proxy. - - - - - Gets a value indicating whether the proxy was successfully created. - - - - - Gets the generated proxy when it was successfully created. - - - - - Gets the event raiser that raises events when calls to the proxy are - intercepted. - - - - - Gets the reason for failure when the generation was not successful. - - - - - Represents a text writer that writes to the output. - - - - - Writes the specified value to the output. - - The value to write. - The writer for method chaining. - - - - Formats the specified argument value as a string and writes - it to the output. - - The value to write. - The writer for method chaining. - - - - Indents the writer. - - A disposable that will unindent the writer when disposed. - - - - Represents a definition of how a fake object of the type T should - be created. - - The type of fake. - - - - Represents a definition of how dummies of the specified type should be created. - - - - - Creates the fake. - - The fake object. - - - - Gets the type of fake object the definition is for. - - - - - Creates the dummy. - - The dummy object. - - - - Creates the dummy. - - The dummy object. - - - - Gets the type the definition is for. - - For type. - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The Apply method of the ExpressionInterceptor may no be called before the Applicator property has been set.. - - - - - Looks up a localized string similar to The specified argument name does not exist in the ArgumentList.. - - - - - Looks up a localized string similar to Arguments for constructor was specified when generating proxy of interface type.. - - - - - Looks up a localized string similar to An argument validation was not configured correctly.. - - - - - Looks up a localized string similar to The method '{0}' was called too few times, expected #{1} times but was called #{2} times.. - - - - - Looks up a localized string similar to The method '{0}' was called too many times, expected #{1} times but was called #{2} times.. - - - - - Looks up a localized string similar to Can not create fake of the type '{0}', it's not registered in the current container and the current IProxyGenerator can not generate the fake. - - The following constructors failed: - {1}. - - - - - Looks up a localized string similar to Error when accessing FakeObject, the specified argument is of the type '{0}' which is not faked.. - - - - - Looks up a localized string similar to An ExpressionCallMatcher can only be created for expressions that represents a method call or a property getter.. - - - - - Looks up a localized string similar to The current proxy generator failed to create a proxy with the specified arguments for the constructor: - - Reason for failure: - - {0}. - - - - - Looks up a localized string similar to FakeItEasy failed to create fake object of type "{0}". - - 1. The type is not registered in the current IFakeObjectContainer. - 2. The current IProxyGenerator failed to generate a proxy for the following reason: - - {1}. - - - - - Looks up a localized string similar to Unable to create fake object.. - - - - - Looks up a localized string similar to Only abstract classes can be faked using the A.Fake-method that takes an enumerable of objects as arguments for constructor, use the overload that takes an expression instead.. - - - - - Looks up a localized string similar to The member accessor expression must be a lambda expression with a MethodCallExpression or MemberAccessExpression as its body.. - - - - - Looks up a localized string similar to The specified method can not be configured since it can not be intercepted by the current IProxyGenerator.. - - - - - Looks up a localized string similar to The method of the call did not match the method of the recorded call, the recorded sequence is no longer valid.. - - - - - Looks up a localized string similar to No constructor matching the specified arguments was found on the type {0}.. - - - - - Looks up a localized string similar to Can not generate fake object for the class since no default constructor was found, specify a constructor call.. - - - - - Looks up a localized string similar to All the recorded calls has been applied, the recorded sequence is no longer valid.. - - - - - Looks up a localized string similar to Only expression of the type ExpressionType.New (constructor calls) are accepted.. - - - - - Looks up a localized string similar to The Now-method on the event raise is not meant to be called directly, only use it to register to an event on a fake object that you want to be raised.. - - - - - Looks up a localized string similar to The number of values for out and ref parameters specified does not match the number of out and ref parameters in the call.. - - - - - Looks up a localized string similar to A scope for ordered assertions is already opened, close that scope before opening another one.. - - - - - Looks up a localized string similar to The specified call is not made on a fake object.. - - - - - Looks up a localized string similar to The current fake proxy generator can not create proxies of the type {0}.. - - - - - Looks up a localized string similar to FakeItEasy was unable to create dummy of type "{0}", register it in the current IFakeObjectContainer to enable this.. - - - - - Looks up a localized string similar to Expected to find call {0} the number of times specified by the predicate '{1}' but found it {2} times among the calls:. - - - - - Looks up a localized string similar to The number of argument names does not match the number of arguments.. - - - - - An exception thrown when an expectation is not met (when asserting on fake object calls). - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - - Represents a class that can parse a lambda expression - that represents a method or property call. - - - - - Parses the specified expression. - - The expression to parse. - The parsed expression. - - - - Handles the matching of fake object calls to expressions. - - - - - Initializes a new instance of the class. - - The call specification. - The constraint factory. - The method info manager to use. - A parser to use to parse call expressions. - - - - Matches the specified call against the expression. - - The call to match. - True if the call is matched by the expression. - - - - Gets a description of the call. - - Description of the call. - - - - Gets a human readable description of calls that will be matched by this - matcher. - - - - - An implementation of the interface that uses - expressions for evaluating if the rule is applicable to a specific call. - - - - - Initializes a new instance of the class. - - The expression matcher to use. - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Handles the instantiation of ExpressionCallRule instance. - - An expression specifying the call. - A rule instance. - - - - Manages breaking call specification expression into their various parts. - - - - - Manages breaking call specification expression into their various parts. - - - - - Gets the fake object an expression is called on. - - The call expression. - The FakeManager instance that manages the faked object the call is made on. - The fakeObjectCall is null. - The specified expression is not an expression where a call is made to a faked object. - - - - Gets the fake object an expression is called on. - - The call expression. - A FakeObject. - The fakeObjectCall is null. - The specified expression is not an expression where a call is made to a faked object. - - - - Provides extension methods for configuring and asserting on faked objects - without going through the static methods of the Fake-class. - - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - The type of fake object to configure. - The type of the return value of the member. - The faked object to configure. - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - The faked object to configure. - The type of fake object to configure. - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call is made to any method on the - object. - - The type of the fake. - The faked object. - A configuration object. - - - - Provides an extension method for configuring fake objects. - - - - - Gets an object that provides a fluent interface syntax for configuring - the fake object. - - The type of the fake object. - The fake object to configure. - A configuration object. - The fakedObject was null. - The object passed in is not a faked object. - - - - Provides static methods for accessing fake objects. - - - - - Gets the fake object that manages the faked object. - - The faked object to get the manager object for. - The fake object manager. - - - - Creates a new scope and sets it as the current scope. When inside a scope the - getting the calls made to a fake will return only the calls within that scope and when - asserting that calls were made, the calls must have been made within that scope. - - The created scope. - - - - Creates a new scope and sets it as the current scope. When inside a scope the - getting the calls made to a fake will return only the calls within that scope and when - asserting that calls were made, the calls must have been made within that scope. - - The container to use within the specified scope. - The created scope. - - - - Gets a value indicating whether the two objects are equal. - - The first object to compare. - The second object to compare. - True if the two objects are equal. - - - - Gets a value indicating whether the two objects are the same reference. - - The object A. - The object B. - True if the objects are the same reference. - - - - Gets all the calls made to the specified fake object. - - The faked object. - A collection containing the calls to the object. - The object passed in is not a faked object. - - - - Clears the configuration of the faked object. - - The faked object to clear the configuration of. - - - - Sets a new fake to each property or field that is tagged with the FakeAttribute in the specified - fixture. - - The object to initialize. - - - - Represents a fake object that provides an API for configuring a faked object, exposed by the - FakedObject-property. - - The type of the faked object. - - - - Initializes a new instance of the class. - Creates a new fake object. - - - - - Initializes a new instance of the class. - Creates a new fake object using the specified options. - - - Options used to create the fake object. - - - - - Configures calls to the specified member. - - An expression specifying the call to configure. - A configuration object. - - - - Configures calls to the specified member. - - The type of value the member returns. - An expression specifying the call to configure. - A configuration object. - - - - Configures any call to the fake object. - - A configuration object. - - - - Gets the faked object. - - - - - Gets all calls made to the faked object. - - - - - Used to tag fields and properties that will be initialized through the - Fake.Initialize-method. - - - - - Provides the base implementation for the IFakeConfigurator-interface. - - The type of fakes the configurator can configure. - - - - Provides configurations for fake objects of a specific type. - - - - - Applies the configuration for the specified fake object. - - The fake object to configure. - - - - Gets the type the instance provides configuration for. - - - - - Configures the fake. - - The fake object. - - - - Applies the configuration for the specified fake object. - - The fake object to configure. - - - - Asserts the type of the that fake is of correct. - - The fake object. - - - - Gets the type the instance provides configuration for. - - - - - - Provides extension methods for fake objects. - - - - - Specifies NumberOfTimes(1) to the IRepeatConfiguration{TFake}. - - The configuration to set repeat 1 to. - - - - Specifies NumberOfTimes(2) to the IRepeatConfiguration{TFake}. - - The configuration to set repeat 2 to. - - - - Specifies that a call to the configured call should be applied no matter what arguments - are used in the call to the faked object. - - The type of the interface. - The configuration. - A configuration object. - - - - Filters to contain only the calls that matches the call specification. - - The type of fake the call is made on. - The calls to filter. - The call to match on. - A collection of the calls that matches the call specification. - - - - Asserts that the specified call must have happened once or more. - - The configuration to assert on. - - - - Asserts that the specified has not happened. - - The configuration to assert on. - - - - Configures the call to return the next value from the specified sequence each time it's called. Null will - be returned when all the values in the sequence has been returned. - - - The type of return value. - - - The call configuration to extend. - - - The values to return in sequence. - - - - - Specifies the value to return when the configured call is made. - - The type of the return value. - The configuration to extend. - The value to return. - A configuration object. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The type of the return value. - The configuration to extend. - A function that produces the return value. - A configuration object. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The type of the return value. - Type of the first argument of the faked method call. - The configuration to extend. - A function that produces the return value. - A configuration object. - The signatures of the faked method and the do not match. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The configuration to extend. - A function that produces the return value. - The type of the return value. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - A configuration object. - The signatures of the faked method and the do not match. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The configuration to extend. - A function that produces the return value. - The type of the return value. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - A configuration object. - The signatures of the faked method and the do not match. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The configuration to extend. - A function that produces the return value. - The type of the return value. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Type of the fourth argument of the faked method call. - A configuration object. - The signatures of the faked method and the do not match. - - - - Writes the calls in the collection to the specified text writer. - - The type of the calls. - The calls to write. - The writer to write the calls to. - - - - Writes all calls in the collection to the console. - - The type of the calls. - The calls to write. - - - - Gets the argument at the specified index in the arguments collection - for the call. - - The type of the argument to get. - The call to get the argument from. - The index of the argument. - The value of the argument with the specified index. - - - - Gets the argument with the specified name in the arguments collection - for the call. - - The type of the argument to get. - The call to get the argument from. - The name of the argument. - The value of the argument with the specified name. - - - - Makes the fake strict, this means that any call to the fake - that has not been explicitly configured will throw an exception. - - The type of fake object. - The configuration. - A configuration object. - - - - Applies a predicate to constrain which calls will be considered for interception. - - - The return type of the where method. - - - The configuration object to extend. - - - A predicate for a fake object call. - - to the output. - - The configuration object. - - - - - Executes the specified action when a matching call is being made. This overload can also be used to fake calls with arguments when they don't need to be accessed. - - The type of fake object. - The configuration that is extended. - The to invoke. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Type of the fourth argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - The exception to throw when a call that matches is invoked. - Configuration object. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Configuration object. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Type of the fourth argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - The type of exception to throw. - Configuration object. - - - - Provides methods for guarding method arguments. - - - - - Throws an exception if the specified argument is null. - - The argument. - Name of the argument. - The specified argument was null. - - - - Throws an exception if the specified argument is not in the given range. - - The type of the argument. - The argument. - The lower bound. - The upper bound. - Name of the argument. - The specified argument was not in the given range. - - - - Throws an ArgumentNullException if the specified string is null or empty. - - The value to guard. - Name of the argument. - - - - Gets the value produced by the specified expression when compiled and invoked. - - The expression to get the value from. - The value produced by the expression. - - - - Provides access to the file system. - - - - - Opens the specified file in the specified mode. - - The full path and name of the file to open. - The mode to open the file in. - A stream for reading and writing the file. - - - - Gets a value indicating whether the specified file exists. - - The path and name of the file to check. - True if the file exists. - - - - Creates a file with the specified name. - - The name of the file to create. - - - - A simple implementation of an IoC container. - - - - - The dictionary that stores the registered services. - - - - - Initializes a new instance of the class. - - - - - Resolves an instance of the specified component type. - - Type of the component. - An instance of the component type. - - - - Registers the specified resolver. - - The type of component to register. - The resolver. - - - - Registers the specified resolver as a singleton. - - The type of component to register. - The resolver. - - - - Provides properties and methods to specify repeat. - - - - - Specifies the number of times as repeat. - - The number of times expected. - A Repeated instance. - - - - Specifies once as the repeat. - - - - - Specifies twice as the repeat. - - - - - Writes the specified message to the logger. - - The message to write. - - - - Lets you specify options for the next call to a fake object. - - - - - Specifies options for the next call to the specified fake object. The next call will - be recorded as a call configuration. - - The type of the faked object. - The faked object to configure. - A call configuration object. - - - - Provides functionality for making ordered assertions on fakes. - - - - - Creates a scope that changes the behavior on asserts so that all asserts within - the scope must be to calls in the specified collection of calls. Calls must have happened - in the order that the asserts are specified or the asserts will fail. - - The calls to assert among. - A disposable used to close the scope. - - - - Provides static methods for the IOutputWriter-interface. - - - - - Writes a new line to the writer. - - The writer to write to. - The writer. - - - - Writes the format string to the writer. - - The writer to write to. - The format string to write. - Replacements for the format string. - The writer. - - - - Writes the specified object to the writer (using the ToString-method of the object). - - The writer to write to. - The value to write to the writer. - The writer. - - - - Allows the developer to raise an event on a faked object. - - - - - Raises an event on a faked object by attaching the event handler produced by the method - to the event that is to be raised. - - The type of the event args. - The sender of the event. - The instance containing the event data. - A Raise(TEventArgs)-object that exposes the event handler to attach. - - - - Raises an event on a faked object by attaching the event handler produced by the method - to the event that is to be raised. - - The type of the event arguments. - The instance containing the event data. - - A Raise(TEventArgs)-object that exposes the event handler to attach. - - - - - Raises an event with empty event arguments on a faked object by attaching the event handler produced by the method - to the event that is to be raised. - - - A Raise(TEventArgs)-object that exposes the event handler to attach. - - - - - A class exposing an event handler to attach to an event of a faked object - in order to raise that event. - - The type of the event args. - - - - Register this event handler to an event on a faked object in order to raise that event. - - The sender of the event. - Event args for the event. - - - - Gets a generic event handler to attach to the event to raise. - - - - - Provides methods for creating recorders for self initializing fakes. - - - - - Gets a recorder that records to and loads calls from the specified file. - - The file to use for recording. - A recorder instance. - - - - Provides syntax for specifying the number of times a call must have been repeated when asserting on - fake object calls. - - A.CallTo(() => foo.Bar()).Assert(Happened.Once.Exactly); - - - - Specifies that a call must have been repeated a number of times - that is validated by the specified repeatValidation argument. - - A predicate that specifies the number of times - a call must have been made. - A Repeated-instance. - - - - When implemented gets a value indicating if the repeat is matched - by the Happened-instance. - - The repeat of a call. - True if the repeat is a match. - - - - Asserts that a call has not happened at all. - - - - - The call must have happened exactly the number of times that is specified in the next step. - - - - - The call must have happened any number of times greater than or equal to the number of times that is specified - in the next step. - - - - - The call must have happened any number of times less than or equal to the number of times that is specified - in the next step. - - - - - Handles the registration of root dependencies in an IoC-container. - - - - - Registers the dependencies. - - The container to register the dependencies in. - - - - DTO for recorded calls. - - - - - Initializes a new instance of the class. - - The method. - The output arguments. - The return value. - - - - Gets the method that was called. - - The method. - - - - Gets the output arguments of the call. - - The output arguments. - - - - Gets the return value of the call. - - The return value. - - - - Represents storage for recorded calls for self initializing - fakes. - - - - - Loads the recorded calls for the specified recording. - - The recorded calls for the recording with the specified id. - - - - Saves the specified calls as the recording with the specified id, - overwriting any previous recording. - - The calls to save. - - - - Initializes a new instance of the class. - - Name of the file. - The file system. - - - - Loads the recorded calls for the specified recording. - - - The recorded calls for the recording with the specified id. - - - - - Saves the specified calls as the recording with the specified id, - overwriting any previous recording. - - The calls to save. - - - - A factory responsible for creating instances of FileStorage. - - The file name of the storage. - A FileStorage instance. - - - - An interface for recorders that provides stored responses for self initializing fakes. - - - - - Applies the call if the call has been recorded. - - The call to apply to from recording. - - - - Records the specified call. - - The call to record. - - - - Gets a value indicating whether the recorder is currently recording. - - - - - An exception that can be thrown when recording for self initialized - fakes fails or when playback fails. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - - Manages the applying of recorded calls and recording of new calls when - using self initialized fakes. - - - - - Initializes a new instance of the class. - - The storage. - - - - Applies the call if the call has been recorded. - - The call to apply to from recording. - - - - Records the specified call. - - The call to record. - - - - Saves all recorded calls to the storage. - - - - - Gets a value indicating whether the recorder is currently recording. - - - - - - Represents a factory responsible for creating recording manager - instances. - - The storage the manager should use. - A RecordingManager instance. - - - - A call rule use for self initializing fakes, delegates call to - be applied by the recorder. - - - - - Initializes a new instance of the class. - - The wrapped rule. - The recorder. - - - - Gets whether this interceptor is applicable to the specified - call, if true is returned the Apply-method of the interceptor will - be called. - - The call to check for applicability. - True if the interceptor is applicable. - - - - Applies an action to the call, might set a return value or throw - an exception. - - The call to apply the interceptor to. - - - - Gets the number of times this call rule is valid, if it's set - to null its infinitely valid. - - - - - - An attribute that can be applied to code that should be fixed because there's a - code smell. - - - - - Gets or sets the description of the smell. - - - - - Used to tag fields and properties that will be initialized as a SUT through the Fake.Initialize-method. - - - - diff --git a/packages/FakeItEasy.1.10.0/lib/net40/FakeItEasy.dll b/packages/FakeItEasy.1.10.0/lib/net40/FakeItEasy.dll deleted file mode 100644 index b5016dea..00000000 Binary files a/packages/FakeItEasy.1.10.0/lib/net40/FakeItEasy.dll and /dev/null differ diff --git a/packages/FakeItEasy.1.10.0/lib/net40/FakeItEasy.xml b/packages/FakeItEasy.1.10.0/lib/net40/FakeItEasy.xml deleted file mode 100644 index 61bfe2d5..00000000 --- a/packages/FakeItEasy.1.10.0/lib/net40/FakeItEasy.xml +++ /dev/null @@ -1,3528 +0,0 @@ - - - - FakeItEasy - - - - - Provides methods for generating fake objects. - - - - - Creates a fake object of the type T. - - The type of fake object to create. - A fake object. - - - - Creates a fake object of the type T. - - The type of fake object to create. - A lambda where options for the built fake object can be specified. - A fake object. - - - - Creates a collection of fakes of the specified type. - - The type of fakes to create. - The number of fakes in the collection. - A collection of fake objects of the specified type. - - - - Gets a dummy object of the specified type. The value of a dummy object - should be irrelevant. Dummy objects should not be configured. - - The type of dummy to return. - A dummy object of the specified type. - Dummies of the specified type can not be created. - - - - Gets a value indicating whether the two objects are equal. - - The first object to compare. - The second object to compare. - True if the two objects are equal. - - - - Gets a value indicating whether the two objects are the same reference. - - The object A. - The object B. - True if the objects are the same reference. - - - - Configures a call to a faked object. - - An expression where the configured member is called. - A configuration object. - - - - Gets a configuration object allowing for further configuration of - any call to the specified faked object. - - - The fake to configure. - - - A configuration object. - - - - - Configures a call to a faked object. - - The type of member on the faked object to configure. - An expression where the configured member is called. - A configuration object. - - - - Provides configuration for any (not a specific) call on a faked object. - - - - - Gets a configuration object allowing for further configuration of - any call to the specified faked object. - - The faked object to configure. - A configuration object. - - - - Gets a value indicating whether the two objects are equal. - - The first object to compare. - The second object to compare. - True if the two objects are equal. - - - - Gets a value indicating whether the two objects are the same reference. - - The object A. - The object B. - True if the objects are the same reference. - - - - Provides string formatting for arguments of type T when written in call lists. - - The type of the arguments which will be formatted by this instance. - - - - Provides string formatting for arguments when written in - call lists. - - - - - Gets a string representing the specified argument value. - - The argument value to get as a string. - A string representation of the value. - - - - Gets the type of arguments this formatter works on. - - - - - Gets the priority of the formatter, when two formatters are - registered for the same type the one with the highest - priority is used. - - - - - Gets a string representing the specified argument value. - - The argument value to get as a string. - A string representation of the value. - - - - Gets a string representing the specified argument value. - - The argument value to get as a string. - A string representation of the value. - - - - Gets the type of arguments this formatter works on. - - - - - Gets the priority of the formatter, when two formatters are - registered for the same type the one with the highest - priority is used. - - - - - Provides the base for rules that can be built using the FakeConfiguration. - - - - - Represents a call rule that has a description of the calls the - rule is applicable to. - - - - - Allows for intercepting call to a fake object and - act upon them. - - - - - Gets whether this interceptor is applicable to the specified - call, if true is returned the Apply-method of the interceptor will - be called. - - The call to check for applicability. - True if the interceptor is applicable. - - - - Applies an action to the call, might set a return value or throw - an exception. - - The call to apply the interceptor to. - - - - Gets the number of times this call rule is valid, if it's set - to null its infinitely valid. - - - - - Writes a description of calls the rule is applicable to. - - The writer. - - - - Gets if this rule is applicable to the specified call. - - The call to validate. - True if the rule applies to the call. - - - - Writes a description of calls the rule is applicable to. - - The writer to write the description to. - - - - Gets or sets an action that is called by the Apply method to apply this - rule to a fake object call. - - - - - Gets a collection of actions that should be invoked when the configured - call is made. - - - - - Gets or sets values to apply to output and reference variables. - - - - - Gets or sets a value indicating whether the base method of the fake object call should be - called when the fake object call is made. - - - - - Gets or sets the number of times the configured rule should be used. - - - - - Gets a description of calls the rule is applicable to. - - - - - - Aggregate of IReturnValueArgumentValidationConfiguration<T> and IWhereConfiguration<IAnyCallConfigurationWithReturnTypeSpecified<T>>. - - The type of fake object that is configured. - - - - Configures a call that returns a value and allows the use to - specify validations for arguments. - - The type of the member. - - - - Configures a call that returns a value. - - The type of the member. - - - - Configuration that lets the developer specify that an exception should be - thrown by a fake object call. - - - - - Hides standard Object members to make fluent interfaces - easier to read. Found in the source of Autofac: - Based on blog post here: - - - - - - Hides the ToString-method. - - A string representation of the implementing object. - - - - Determines whether the specified is equal to this instance. - - The to compare with this instance. - - true if the specified is equal to this instance; otherwise, false. - - - - - Returns a hash code for this instance. - - - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. - - - - - Gets the type. - - The exact runtime type of the current instance. - - - - Throws the specified exception when the currently configured - call gets called. - - A function that creates the exception to throw. - Configuration object. - - - - Configuration for callbacks of fake object calls. - - The type of interface to return. - - - - Executes the specified action when a matching call is being made. - - The action to invoke. - A configuration object. - - - - Allows the developer to assert on a call that's configured. - - - - - Asserts that the configured call has happened the number of times - constrained by the repeatConstraint parameter. - - A constraint for how many times the call - must have happened. - The call has not been called a number of times - that passes the repeat constraint. - - - - Configuration that lets you specify that a fake object call should call it's base method. - - - - - When the configured method or methods are called the call - will be delegated to the base method of the faked method. - - A configuration object. - The fake object is of an abstract type or an interface - and no base method exists. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - A function that produces the return value. - A configuration object. - - - - Provides configurations to validate arguments of a fake object call. - - The type of interface to return. - - - - Configures the call to be accepted when the specified predicate returns true. - - The argument predicate. - A configuration object. - - - - Provides a way to configure predicates for when a call should be applied. - - The type of fake object that is going to be configured.. - - - - Applies a predicate to constrain which calls will be considered for interception. - - A predicate for a fake object call. - An action that writes a description of the predicate - to the output. - The configuration object. - - - - Provides an API entry point for constraining arguments of fake object calls. - - The type of argument to validate. - - - - Gets an argument constraint object that will be used to constrain a method call argument. - - - - - Gets a constraint that considers any value of an argument as valid. - - This is a shortcut for the "Ignored"-property. - - - - Gets a constraint that considers any value of an argument as valid. - - - - - A class exposing an event handler to attach to an event of a faked object - in order to raise that event. - - The type of the event args. - - - - Used by the event raising rule of fake objects to get the event arguments used in - a call to Raise.With. - - - - - Gets the sender of the event. - - - - - Gets the event arguments of the event. - - - - - Register this event handler to an event on a faked object in order to raise that event. - - The sender of the event. - Event args for the event. - - - - Gets a generic event handler to attach to the event to raise. - - - - - Represents a fake object that provides an API for configuring a faked object, exposed by the - FakedObject-property. - - The type of the faked object. - - - - Provides methods for configuring a fake object. - - The type of fake object. - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - The type of the return value of the member. - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call is made to any method on the - object. - - A configuration object. - - - - Initializes a new instance of the class. - Creates a new fake object. - - - - - Initializes a new instance of the class. - Creates a new fake object using the specified options. - - - Options used to create the fake object. - - - - - Configures calls to the specified member. - - An expression specifying the call to configure. - A configuration object. - - - - Configures calls to the specified member. - - The type of value the member returns. - An expression specifying the call to configure. - A configuration object. - - - - Configures any call to the fake object. - - A configuration object. - - - - Gets the faked object. - - - - - Gets all calls made to the faked object. - - - - - Access all types in all assemblies in the same directory as the FakeItEasy assembly. - - - - - Provides a set of types that are available. - - - - - Gets a collection of available types. - - The available types. - - - - Initializes a new instance of the class. - - - - - Gets a collection of available types. - - The available types. - - - - Configuration for any call to a faked object. - - - - - Provides configuration methods for methods that does not have a return value and - allows the use to specify validations for arguments. - - - - - Provides configuration methods for methods that does not have a return value. - - - - - Lets the developer configure output values of out and ref parameters. - - - - - Specifies output values for out and ref parameters. Specify the values in the order - the ref and out parameters has in the configured call, any non out and ref parameters are ignored. - - The values. - A configuration object. - - - - Configures the specified call to do nothing when called. - - A configuration object. - - - - Matches calls that has the return type specified in the generic type parameter. - - The return type of the members to configure. - A configuration object. - - - - Manages registration of a set of components in a DictionaryContainer. - - - - - Registers the components of this module. - - The container to register components in. - - - - A factory that creates instances of the RecordingCallRuleType. - - - - - Creates the specified fake object. - - The type of the fake. - The fake object the rule belongs to. - The rule that's being recorded. - A RecordingCallRule instance. - - - - A factory responsible for creating start configuration for fake objects. - - - - - Creates a start configuration for the specified fake object that fakes the - specified type. - - The type of the fake object. - The fake object to configure. - A configuration object. - - - - An exception that can be thrown when something goes wrong with the configuration - of a fake object. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - - Handles the configuration of fake object given an expression specifying - a call on a faked object. - - - - - Lets you set up expectations and configure repeat for the configured call. - - - - - Provides configuration for method calls that has a return value. - - - - - Specifies the number of times for the configured event. - - The number of times to repeat. - - - - A combination of the IAfterCallSpecifiedConfiguration and IOutAndRefParametersConfiguration - interfaces. - - - - - Configurations for when a configured call is recorded. - - - - - Provides configuration from VisualBasic. - - - - - A call rule that has been recorded. - - - - - A call rule that "sits and waits" for the next call, when - that call occurs the recorded rule is added for that call. - - The type of the fake. - - - - Provides access to a set of calls and a call matcher for these calls. - - - - - Provides access to a call matcher. - - - - - Gets a call predicate that can be used to check if a fake object call matches - the specified constraint. - - - - - Gets the set of calls. - - - - - Represents a delegate that creates a configuration object from - a fake object and the rule to build. - - The rule that's being built. - The fake object the rule is for. - A configuration object. - - - - Represents a predicate that matches a fake object call. - - - - - Gets a value indicating whether the call matches the predicate. - - The call to match. - True if the call matches the predicate. - - - - Represents an argument and a dummy value to use for that argument. - - - - - Initializes a new instance of the class. - - A value indicating if the dummy value was successfully resolved. - The type of argument. - The resolved value. - - - - Gets a value indicating whether a dummy argument value was successfully - resolved. - - - - - Gets the type of the argument. - - - - - Gets the resolved value. - - - - - Represents an event that happens when a call has been intercepted by a proxy. - - - - - Initializes a new instance of the class. - - The call. - - - - Gets the call that was intercepted. - - The call. - - - - Keeps track of metadata for interceptions. - - - - - Gets whether the rule has been called the number of times specified or not. - - True if the rule has not been called the number of times specified. - - - - Gets or sets the number of times the rule has been used. - - - - - Gets or sets the rule this metadata object is tracking. - - - - - Manages attaching of argument constraints. - - The type of argument to constrain. - - - - Constrains the argument with a predicate. - - The predicate that should constrain the argument. - An action that will be write a description of the constraint. - A dummy argument value. - - - - Inverts the logic of the matches method. - - - - - Validates an argument, checks that it's valid in a specific fake call. - - - - - Writes a description of the argument constraint to the specified writer. - - - The writer. - - - - - Gets whether the argument is valid. - - The argument to validate. - True if the argument is valid. - - - - Default implementation of . - - - - - Attaches a fake manager to the proxy so that intercepted - calls can be configured. - - - - - Attaches a to the specified proxy, listening to - the event raiser. - - The type of the fake object proxy. - The proxy to attach to. - The event raiser to listen to. - - - - Gets the fake manager associated with the proxy. - - The proxy to get the manager from. - A fake manager. - - - - Attaches a to the specified proxy, listening to - the event raiser. - - The type of the fake object proxy. - The proxy to attach to. - The event raiser to listen to. - - - - Gets the fake manager associated with the proxy. - - The proxy to get the manager from. - A fake manager. - - - - Represents an object that can be tagged with another object. When implemented - by a proxy returned from an FakeItEasy uses the tag - to store a reference to the that handles that proxy. - - - - - Gets or sets the tag. - - - - - The default implementation of the IFakeObjectCallFormatter interface. - - - - - Provides string formatting for fake object calls. - - - - - Gets a human readable description of the specified - fake object call. - - The call to get a description for. - A description of the call. - - - - Gets a human readable description of the specified - fake object call. - - The call to get a description for. - A description of the call. - - - - Handles configuring of fake objects to delegate all their calls to a wrapped instance. - - - - - Manages configuration of fake objects to wrap instances. - - - - - Configures the specified faked object to wrap the specified instance. - - The faked object to configure. - The instance to wrap. - The recorder to use, null if no recording should be made. - - - - Configures the specified faked object to wrap the specified instance. - - The faked object to configure. - The instance to wrap. - The recorder to use, null if no recording should be made. - - - - A fake object container where delegates can be registered that are used to - resolve fake objects. - - - - - A container that can create fake objects. - - - - - Handles global configuration of fake object. - - - - - Applies base configuration to a fake object. - - The type the fake object represents. - The fake object to configure. - - - - Creates a dummy object of the specified type using the specified arguments if it's - supported by the container, returns a value indicating if it's supported or not. - - The type of dummy object to create. - The dummy object that was created if the method returns true. - True if a dummy object can be created. - - - - Initializes a new instance of the class. - Creates a new instance of the DelegateFakeObjectContainer. - - - - - Creates a fake object of the specified type using the specified arguments if it's - supported by the container, returns a value indicating if it's supported or not. - - The type of dummy object to create. - The fake object that was created if the method returns true. - True if a fake object can be created. - - - - Configures the fake. - - The type of fake. - The fake object. - - - - Registers the specified fake delegate. - - The type of the return value of the method that encapsulates. - The fake delegate. - - - - A IFakeObjectContainer implementation that uses MEF to load IFakeDefinitions and - IFakeConfigurations. - - - - - Initializes a new instance of the class. - - The dummy definitions. - The fake configurators. - - - - Creates a fake object of the specified type using the specified arguments if it's - supported by the container, returns a value indicating if it's supported or not. - - The type of fake object to create. - The fake object that was created if the method returns true. - True if a fake object can be created. - - - - Applies base configuration to a fake object. - - The type the fake object represents. - The fake object to configure. - - - - An exception that is thrown when there was an error creating a fake object. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - Auto fake property rule. - - The central point in the API for proxied fake objects handles interception - of fake object calls by using a set of rules. User defined rules can be inserted - by using the AddRule-method. - - Event rule. - Object member rule. - Property behavior rule. - Property setter rule. - - - - Initializes a new instance of the class. - - - - - Adds a call rule to the fake object. - - The rule to add. - - - - Adds a call rule last in the list of user rules, meaning it has the lowest priority possible. - - The rule to add. - - - - Removes the specified rule for the fake object. - - The rule to remove. - - - - Adds an interception listener to the manager. - - The listener to add. - - - - Removes any specified user rules. - - - - - Gets the faked object. - - - - - Gets the faked type. - - - - - Gets the interceptions that are currently registered with the fake object. - - - - - Gets a collection of all the calls made to the fake object within the current scope. - - - - - A delegate responsible for creating FakeObject instances. - - An instance of . - - - - Represents a call to a fake object at interception time. - - - - - Represents a fake object call that can be edited. - - - - - Represents a call to a fake object. - - - - - Gets the method that's called. - - - - - Gets the arguments used in the call. - - - - - Gets the faked object the call is performed on. - - - - - Sets the return value of the call. - - The return value to set. - - - - Calls the base method of the faked type. - - - - - Sets the value of the argument at the specified index in the parameters list. - - The index of the argument to set the value of. - The value to set to the argument. - - - - Freezes the call so that it can no longer be modified. - - A completed fake object call. - - - - Sets that the call should not be recorded by the fake manager. - - - - - Represents a scope for fake objects, calls configured within a scope - are only valid within that scope. Only calls made within a scope - are accessible from within a scope so for example asserts will only - assert on those calls done within the scope. - - - - - Provides access to all calls made to fake objects within a scope. - Scopes calls so that only calls made within the scope are visible. - - - - - Creates a new scope and sets it as the current scope. - - The created scope. - - - - Creates a new scope and sets it as the current scope, using the specified - container as the container for the new scope. - - The container to use for the new scope. - The created scope. - - - - Closes the scope. - - - - - Adds an intercepted call to the current scope. - - The fake object. - The call that is intercepted. - - - - Adds a fake object call to the current scope. - - The fake object. - The rule to add. - - - - Represents a listener for fake object calls, can be plugged into a - FakeManager instance to listen to all intercepted calls. - - The OnBeforeCallIntercepted method will be invoked before the OnBeforeCallIntercepted method of any - previously added listener. The OnAfterCallIntercepted method will be invoked after the OnAfterCallIntercepted - method of any previously added listener. - - - - Called when the interception begins but before any call rules - has been applied. - - The intercepted call. - - - - Called when the interception has been completed and rules has been - applied. - - The intercepted call. - The rule that was applied to the call. - - - - An interface to be implemented by classes that can generate proxies for FakeItEasy. - - - - - Generates a proxy of the specified type and returns a result object containing information - about the success of the generation and the proxy if it was generated. - - The type of proxy to generate. - Interfaces to be implemented by the proxy. - Arguments to pass to the constructor of the type in . - The custom attribute builders. - A result containing the generated proxy. - - - - Generates a proxy of the specified type and returns a result object containing information - about the success of the generation and the proxy if it was generated. - - The type of proxy to generate. - Interfaces to be implemented by the proxy. - Arguments to pass to the constructor of the type in . - A result containing the generated proxy. - - - - Gets a value indicating whether the specified member can be intercepted by the proxy generator. - - The member to test. - The instance the method will be called on. - The reason the method can not be intercepted. - True if the member can be intercepted. - - - - An object that raises an event every time a call to a proxy has been intercepted. - - - - - Raised when a call is intercepted. - - - - - Represents a completed call to a fake object. - - - - - Gets the value set to be returned from the call. - - - - - Represents a text writer that writes to the output. - - - - - Writes the specified value to the output. - - The value to write. - The writer for method chaining. - - - - Formats the specified argument value as a string and writes - it to the output. - - The value to write. - The writer for method chaining. - - - - Indents the writer. - - A disposable that will unindent the writer when disposed. - - - - Provides instances from type catalogues. - - - - - Gets an instance per type in the catalogue that is a descendant - of the specified type. - - The type of instances to get. - A sequence of instances of the specified type. - - - - Handles comparisons of instances of . - - - - - Gets a value indicating whether the two instances of would invoke the same method - if invoked on an instance of the target type. - - The type of target for invocation. - The first . - The second . - True if the same method would be invoked. - - - - A null implementation for the IFakeObjectContainer interface. - - - - - Always returns false and sets the fakeObject to null. - - The type of dummy object to create. - Output variable for the fake object that will always be set to null. - Always return false. - - - - Applies base configuration to a fake object. - - The type the fake object represents. - The fake object to configure. - - - - Initializes a new instance of the class. - - The calls. - The call writer. - - - - Asserts the was called. - - The call predicate. - The call description. - The repeat predicate. - The repeat description. - - - - A call rule that applies to any call and just delegates the - call to the wrapped object. - - - - - Initializes a new instance of the class. - Creates a new instance. - - - The object to wrap. - - - - - Gets whether this interceptor is applicable to the specified - call, if true is returned the Apply-method of the interceptor will - be called. - - The call to check for applicability. - True if the interceptor is applicable. - - - - Applies an action to the call, might set a return value or throw - an exception. - - The call to apply the interceptor to. - - - - Gets the number of times this call rule is valid, if it's set - to null its infinitely valid. - - - - - - An adapter that adapts an to a . - - - - - Initializes a new instance of the class. - - The invocation. - - - - Freezes the call so that it can no longer be modified. - - A completed fake object call. - - - - Calls the base method, should not be used with interface types. - - - - - Sets the specified value to the argument at the specified index. - - The index of the argument to set the value to. - The value to set to the argument. - - - - Sets the return value of the call. - - The return value. - - - - Returns a description of the call. - - - A that represents this instance. - - - - - Gets a human readable description of the call. - - - - - - Gets the value set to be returned from the call. - - - - - Gets the method that's called. - - - - - Gets the arguments used in the call. - - - - - Gets the faked object the call is performed on. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to No constructor matches the passed arguments for constructor.. - - - - - Looks up a localized string similar to Arguments for constructor specified for interface type.. - - - - - Looks up a localized string similar to The type of proxy "{0}" is sealed.. - - - - - Looks up a localized string similar to The type of proxy must be an interface or a class but it was {0}.. - - - - - Looks up a localized string similar to No default constructor was found on the type {0}.. - - - - - The default implementation of the IFakeAndDummyManager interface. - - - - - Handles the creation of fake and dummy objects. - - - - - Creates a dummy of the specified type. - - The type of dummy to create. - The created dummy. - The current IProxyGenerator is not able to generate a fake of the specified type and - the current IFakeObjectContainer does not contain the specified type. - - - - Creates a fake object of the specified type. - - The type of fake object to generate. - Options for building the fake object. - A fake object. - The current IProxyGenerator is not able to generate a fake of the specified type. - - - - Tries to create a dummy of the specified type. - - The type of dummy to create. - Outputs the result dummy when creation is successful. - A value indicating whether the creation was successful. - - - - Tries to create a fake object of the specified type. - - The type of fake to create. - Options for the creation of the fake. - The created fake object when creation is successful. - A value indicating whether the creation was successful. - - - - Default implementation of the IFakeCreator-interface. - - - - - A facade used by the public API for testability. - - - - - Creates a fake object of the specified type. - - The type of fake to create. - Options for the created fake object. - The created fake object. - Was unable to generate the fake in the current configuration. - - - - Creates a dummy object, this can be a fake object or an object resolved - from the current IFakeObjectContainer. - - The type of dummy to create. - The created dummy. - Was unable to generate the fake in the current configuration and - no dummy was registered in the container for the specified type.. - - - - Creates a collection of fakes of the specified type. - - The type of fakes to create. - The number of fakes in the collection. - A collection of fake objects of the specified type. - - - - Initializes a new instance of the class. - - The fake and dummy manager. - - - - Creates a fake object of the specified type. - - The type of fake to create. - Options for the created fake object. - The created fake object. - Was unable to generate the fake in the current configuration. - - - - Creates a collection of fakes of the specified type. - - The type of fakes to create. - The number of fakes in the collection. - - A collection of fake objects of the specified type. - - - - - Creates a dummy object, this can be a fake object or an object resolved - from the current IFakeObjectContainer. - - The type of dummy to create. - The created dummy. - Was unable to generate the fake in the current configuration and - no dummy was registered in the container for the specified type.. - - - - Provides options for fake wrappers. - - The type of the fake object generated. - - - - Provides options for generating fake object. - - The type of fake object generated. - - - - Specifies arguments for the constructor of the faked class. - - The arguments to pass to the constructor of the faked class. - Options object. - - - - Specifies arguments for the constructor of the faked class by giving an expression with the call to - the desired constructor using the arguments to be passed to the constructor. - - The constructor call to use when creating a class proxy. - Options object. - - - - Specifies that the fake should delegate calls to the specified instance. - - The object to delegate calls to. - Options object. - - - - Specifies that the fake should be created with these additional attributes. - - The attributes to build into the proxy. - Options object. - - - - Sets up the fake to implement the specified interface in addition to the - originally faked class. - - The type of interface to implement. - Options object. - The specified type is not an interface. - The specified type is null. - - - - Specifies an action that should be run over the fake object - once it's created. - - An action to perform. - Options object. - - - - Specifies a fake recorder to use. - - The recorder to use. - Options object. - - - - Initializes a new instance of the class. - - The container. - The fake object creator. - - - - Contains the result of a call to TryCreateProxy of IProxyGenerator. - - - - - Initializes a new instance of the class. - Creates a new instance representing a failed proxy - generation attempt. - - - The reason the proxy generation failed. - - - - - Initializes a new instance of the class. - Creates a new instance representing a successful proxy - generation. - - - The proxy that was generated. - - - An event raiser that raises - events when calls are intercepted to the proxy. - - - - - Gets a value indicating whether the proxy was successfully created. - - - - - Gets the generated proxy when it was successfully created. - - - - - Gets the event raiser that raises events when calls to the proxy are - intercepted. - - - - - Gets the reason for failure when the generation was not successful. - - - - - Represents a class that can parse a lambda expression - that represents a method or property call. - - - - - Parses the specified expression. - - The expression to parse. - The parsed expression. - - - - Handles the matching of fake object calls to expressions. - - - - - Initializes a new instance of the class. - - The call specification. - The constraint factory. - The method info manager to use. - A parser to use to parse call expressions. - - - - Matches the specified call against the expression. - - The call to match. - True if the call is matched by the expression. - - - - Gets a description of the call. - - Description of the call. - - - - Gets a human readable description of calls that will be matched by this - matcher. - - - - - An implementation of the interface that uses - expressions for evaluating if the rule is applicable to a specific call. - - - - - Initializes a new instance of the class. - - The expression matcher to use. - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Handles the instantiation of ExpressionCallRule instance. - - An expression specifying the call. - A rule instance. - - - - Manages breaking call specification expression into their various parts. - - - - - Manages breaking call specification expression into their various parts. - - - - - Gets the fake object an expression is called on. - - The call expression. - The FakeManager instance that manages the faked object the call is made on. - The fakeObjectCall is null. - The specified expression is not an expression where a call is made to a faked object. - - - - Gets the fake object an expression is called on. - - The call expression. - A FakeObject. - The fakeObjectCall is null. - The specified expression is not an expression where a call is made to a faked object. - - - - Provides extension methods for configuring and asserting on faked objects - without going through the static methods of the Fake-class. - - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - The type of fake object to configure. - The type of the return value of the member. - The faked object to configure. - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - The faked object to configure. - The type of fake object to configure. - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call is made to any method on the - object. - - The type of the fake. - The faked object. - A configuration object. - - - - Provides an extension method for configuring fake objects. - - - - - Gets an object that provides a fluent interface syntax for configuring - the fake object. - - The type of the fake object. - The fake object to configure. - A configuration object. - The fakedObject was null. - The object passed in is not a faked object. - - - - Used to tag fields and properties that will be initialized through the - Fake.Initialize-method. - - - - - A simple implementation of an IoC container. - - - - - The dictionary that stores the registered services. - - - - - Initializes a new instance of the class. - - - - - Resolves an instance of the specified component type. - - Type of the component. - An instance of the component type. - - - - Registers the specified resolver. - - The type of component to register. - The resolver. - - - - Registers the specified resolver as a singleton. - - The type of component to register. - The resolver. - - - - Provides properties and methods to specify repeat. - - - - - Specifies the number of times as repeat. - - The number of times expected. - A Repeated instance. - - - - Specifies once as the repeat. - - - - - Specifies twice as the repeat. - - - - - Writes the specified message to the logger. - - The message to write. - - - - Provides functionality for making ordered assertions on fakes. - - - - - Creates a scope that changes the behavior on asserts so that all asserts within - the scope must be to calls in the specified collection of calls. Calls must have happened - in the order that the asserts are specified or the asserts will fail. - - The calls to assert among. - A disposable used to close the scope. - - - - Provides the base implementation for the IFakeConfigurator-interface. - - The type of fakes the configurator can configure. - - - - Provides configurations for fake objects of a specific type. - - - - - Applies the configuration for the specified fake object. - - The fake object to configure. - - - - Gets the type the instance provides configuration for. - - - - - Configures the fake. - - The fake object. - - - - Applies the configuration for the specified fake object. - - The fake object to configure. - - - - Asserts the type of the that fake is of correct. - - The fake object. - - - - Gets the type the instance provides configuration for. - - - - - - Represents a definition of how a fake object of the type T should - be created. - - The type of fake. - - - - Represents a definition of how dummies of the specified type should be created. - - - - - Creates the fake. - - The fake object. - - - - Gets the type of fake object the definition is for. - - - - - Creates the dummy. - - The dummy object. - - - - Creates the dummy. - - The dummy object. - - - - Gets the type the definition is for. - - For type. - - - - Provides validation extensions for . - - - - - Constrains an argument so that it must be null (Nothing in VB). - - The type of the argument. - The constraint manager to match the constraint. - A dummy argument value. - - - - Constrains the string argument to contain the specified text. - - The constraint manager to match the constraint. - The string the argument string should contain. - A dummy argument value. - - - - Constrains the sequence so that it must contain the specified value. - - The constraint manager to match the constraint. - The value the collection should contain. - The type of sequence. - A dummy argument value. - - - - Constrains the string so that it must start with the specified value. - - The constraint manager to match the constraint. - The value the string should start with. - A dummy argument value. - - - - Constrains the string so that it must end with the specified value. - - The constraint manager to match the constraint. - The value the string should end with. - A dummy argument value. - - - - Constrains the string so that it must be null or empty. - - The constraint manager to match the constraint. - A dummy argument value. - - - - Constrains argument value so that it must be greater than the specified value. - - The constraint manager to match the constraint. - The value the string should start with. - The type of argument to constrain. - A dummy argument value. - - - - The tested argument collection should contain the same elements as the - as the specified collection. - - The constraint manager to match the constraint. - The sequence to test against. - The type of argument to constrain. - A dummy argument value. - - - - Tests that the IEnumerable contains no items. - - The type of argument. - The constraint manager to match the constraint. - A dummy argument value. - - - - Tests that the passed in argument is equal to the specified value. - - The type of the argument. - The constraint manager to match the constraint. - The value to compare to. - A dummy argument value. - - - - Constrains the argument to be of the specified type. - - The type of argument in the method signature. - The constraint manager. - The type to constrain the argument with. - A dummy value. - - - - Constrains the argument with a predicate. - - - The constraint manager. - - - The predicate that should constrain the argument. - - - A human readable description of the constraint. - - - The type of argument in the method signature. - - - A dummy argument value. - - - - - Constrains the argument with a predicate. - - - The constraint manager. - - - The predicate that should constrain the argument. - - - A human readable description of the constraint format string. - - - Arguments for the format string. - - - The type of argument in the method signature. - - - A dummy argument value. - - - - - Constrains the argument with a predicate. - - - The constraint manager. - - - The predicate that should constrain the argument. - - - The type of argument in the method signature. - - - A dummy argument value. - - - - - Constrains the argument to be not null (Nothing in VB) and to match - the specified predicate. - - The type of the argument to constrain. - The constraint manager. - The predicate that constrains non null values. - An action that writes a description of the constraint - to the output. - A dummy argument value. - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The Apply method of the ExpressionInterceptor may no be called before the Applicator property has been set.. - - - - - Looks up a localized string similar to The specified argument name does not exist in the ArgumentList.. - - - - - Looks up a localized string similar to Arguments for constructor was specified when generating proxy of interface type.. - - - - - Looks up a localized string similar to An argument validation was not configured correctly.. - - - - - Looks up a localized string similar to The method '{0}' was called too few times, expected #{1} times but was called #{2} times.. - - - - - Looks up a localized string similar to The method '{0}' was called too many times, expected #{1} times but was called #{2} times.. - - - - - Looks up a localized string similar to Can not create fake of the type '{0}', it's not registered in the current container and the current IProxyGenerator can not generate the fake. - - The following constructors failed: - {1}. - - - - - Looks up a localized string similar to Error when accessing FakeObject, the specified argument is of the type '{0}' which is not faked.. - - - - - Looks up a localized string similar to An ExpressionCallMatcher can only be created for expressions that represents a method call or a property getter.. - - - - - Looks up a localized string similar to The current proxy generator failed to create a proxy with the specified arguments for the constructor: - - Reason for failure: - - {0}. - - - - - Looks up a localized string similar to FakeItEasy failed to create fake object of type "{0}". - - 1. The type is not registered in the current IFakeObjectContainer. - 2. The current IProxyGenerator failed to generate a proxy for the following reason: - - {1}. - - - - - Looks up a localized string similar to Unable to create fake object.. - - - - - Looks up a localized string similar to Only abstract classes can be faked using the A.Fake-method that takes an enumerable of objects as arguments for constructor, use the overload that takes an expression instead.. - - - - - Looks up a localized string similar to The member accessor expression must be a lambda expression with a MethodCallExpression or MemberAccessExpression as its body.. - - - - - Looks up a localized string similar to The specified method can not be configured since it can not be intercepted by the current IProxyGenerator.. - - - - - Looks up a localized string similar to The method of the call did not match the method of the recorded call, the recorded sequence is no longer valid.. - - - - - Looks up a localized string similar to No constructor matching the specified arguments was found on the type {0}.. - - - - - Looks up a localized string similar to Can not generate fake object for the class since no default constructor was found, specify a constructor call.. - - - - - Looks up a localized string similar to All the recorded calls has been applied, the recorded sequence is no longer valid.. - - - - - Looks up a localized string similar to Only expression of the type ExpressionType.New (constructor calls) are accepted.. - - - - - Looks up a localized string similar to The Now-method on the event raise is not meant to be called directly, only use it to register to an event on a fake object that you want to be raised.. - - - - - Looks up a localized string similar to The number of values for out and ref parameters specified does not match the number of out and ref parameters in the call.. - - - - - Looks up a localized string similar to A scope for ordered assertions is already opened, close that scope before opening another one.. - - - - - Looks up a localized string similar to The specified call is not made on a fake object.. - - - - - Looks up a localized string similar to The current fake proxy generator can not create proxies of the type {0}.. - - - - - Looks up a localized string similar to FakeItEasy was unable to create dummy of type "{0}", register it in the current IFakeObjectContainer to enable this.. - - - - - Looks up a localized string similar to Expected to find call {0} the number of times specified by the predicate '{1}' but found it {2} times among the calls:. - - - - - Looks up a localized string similar to The number of argument names does not match the number of arguments.. - - - - - Provides static methods for the IOutputWriter-interface. - - - - - Writes a new line to the writer. - - The writer to write to. - The writer. - - - - Writes the format string to the writer. - - The writer to write to. - The format string to write. - Replacements for the format string. - The writer. - - - - Writes the specified object to the writer (using the ToString-method of the object). - - The writer to write to. - The value to write to the writer. - The writer. - - - - Provides syntax for specifying the number of times a call must have been repeated when asserting on - fake object calls. - - A.CallTo(() => foo.Bar()).Assert(Happened.Once.Exactly); - - - - Specifies that a call must have been repeated a number of times - that is validated by the specified repeatValidation argument. - - A predicate that specifies the number of times - a call must have been made. - A Repeated-instance. - - - - When implemented gets a value indicating if the repeat is matched - by the Happened-instance. - - The repeat of a call. - True if the repeat is a match. - - - - Asserts that a call has not happened at all. - - - - - The call must have happened exactly the number of times that is specified in the next step. - - - - - The call must have happened any number of times greater than or equal to the number of times that is specified - in the next step. - - - - - The call must have happened any number of times less than or equal to the number of times that is specified - in the next step. - - - - - Provides methods for creating recorders for self initializing fakes. - - - - - Gets a recorder that records to and loads calls from the specified file. - - The file to use for recording. - A recorder instance. - - - - Provides access to the file system. - - - - - Opens the specified file in the specified mode. - - The full path and name of the file to open. - The mode to open the file in. - A stream for reading and writing the file. - - - - Gets a value indicating whether the specified file exists. - - The path and name of the file to check. - True if the file exists. - - - - Creates a file with the specified name. - - The name of the file to create. - - - - Gets the value produced by the specified expression when compiled and invoked. - - The expression to get the value from. - The value produced by the expression. - - - - An exception thrown when an expectation is not met (when asserting on fake object calls). - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - - Provides extension methods for fake objects. - - - - - Specifies NumberOfTimes(1) to the IRepeatConfiguration{TFake}. - - The configuration to set repeat 1 to. - - - - Specifies NumberOfTimes(2) to the IRepeatConfiguration{TFake}. - - The configuration to set repeat 2 to. - - - - Specifies that a call to the configured call should be applied no matter what arguments - are used in the call to the faked object. - - The type of the interface. - The configuration. - A configuration object. - - - - Filters to contain only the calls that matches the call specification. - - The type of fake the call is made on. - The calls to filter. - The call to match on. - A collection of the calls that matches the call specification. - - - - Asserts that the specified call must have happened once or more. - - The configuration to assert on. - - - - Asserts that the specified has not happened. - - The configuration to assert on. - - - - Configures the call to return the next value from the specified sequence each time it's called. Null will - be returned when all the values in the sequence has been returned. - - - The type of return value. - - - The call configuration to extend. - - - The values to return in sequence. - - - - - Specifies the value to return when the configured call is made. - - The type of the return value. - The configuration to extend. - The value to return. - A configuration object. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The type of the return value. - The configuration to extend. - A function that produces the return value. - A configuration object. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The type of the return value. - Type of the first argument of the faked method call. - The configuration to extend. - A function that produces the return value. - A configuration object. - The signatures of the faked method and the do not match. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The configuration to extend. - A function that produces the return value. - The type of the return value. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - A configuration object. - The signatures of the faked method and the do not match. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The configuration to extend. - A function that produces the return value. - The type of the return value. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - A configuration object. - The signatures of the faked method and the do not match. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The configuration to extend. - A function that produces the return value. - The type of the return value. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Type of the fourth argument of the faked method call. - A configuration object. - The signatures of the faked method and the do not match. - - - - Writes the calls in the collection to the specified text writer. - - The type of the calls. - The calls to write. - The writer to write the calls to. - - - - Writes all calls in the collection to the console. - - The type of the calls. - The calls to write. - - - - Gets the argument at the specified index in the arguments collection - for the call. - - The type of the argument to get. - The call to get the argument from. - The index of the argument. - The value of the argument with the specified index. - - - - Gets the argument with the specified name in the arguments collection - for the call. - - The type of the argument to get. - The call to get the argument from. - The name of the argument. - The value of the argument with the specified name. - - - - Makes the fake strict, this means that any call to the fake - that has not been explicitly configured will throw an exception. - - The type of fake object. - The configuration. - A configuration object. - - - - Applies a predicate to constrain which calls will be considered for interception. - - - The return type of the where method. - - - The configuration object to extend. - - - A predicate for a fake object call. - - to the output. - - The configuration object. - - - - - Executes the specified action when a matching call is being made. This overload can also be used to fake calls with arguments when they don't need to be accessed. - - The type of fake object. - The configuration that is extended. - The to invoke. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Type of the fourth argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - The exception to throw when a call that matches is invoked. - Configuration object. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Configuration object. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Type of the fourth argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - The type of exception to throw. - Configuration object. - - - - A collection of method arguments. - - - - - The arguments this collection contains. - - - - - Initializes a new instance of the class. - - The arguments. - The argument names. - - - - Initializes a new instance of the class. - - The arguments. - The method. - - - - Returns an enumerator that iterates through the collection or arguments. - - - A that can be used to iterate through the collection. - - - - - Gets the argument at the specified index. - - The type of the argument to get. - The index of the argument. - The argument at the specified index. - - - - Gets the argument with the specified name. - - The type of the argument to get. - The name of the argument. - The argument with the specified name. - - - - Gets an empty ArgumentList. - - - - - Gets the number of arguments in the list. - - - - - Gets the names of the arguments in the list. - - - - - Gets the argument at the specified index. - - The index of the argument to get. - The argument at the specified index. - - - - Provides methods for guarding method arguments. - - - - - Throws an exception if the specified argument is null. - - The argument. - Name of the argument. - The specified argument was null. - - - - Throws an exception if the specified argument is not in the given range. - - The type of the argument. - The argument. - The lower bound. - The upper bound. - Name of the argument. - The specified argument was not in the given range. - - - - Throws an ArgumentNullException if the specified string is null or empty. - - The value to guard. - Name of the argument. - - - - Provides static methods for accessing fake objects. - - - - - Gets the fake object that manages the faked object. - - The faked object to get the manager object for. - The fake object manager. - - - - Creates a new scope and sets it as the current scope. When inside a scope the - getting the calls made to a fake will return only the calls within that scope and when - asserting that calls were made, the calls must have been made within that scope. - - The created scope. - - - - Creates a new scope and sets it as the current scope. When inside a scope the - getting the calls made to a fake will return only the calls within that scope and when - asserting that calls were made, the calls must have been made within that scope. - - The container to use within the specified scope. - The created scope. - - - - Gets a value indicating whether the two objects are equal. - - The first object to compare. - The second object to compare. - True if the two objects are equal. - - - - Gets a value indicating whether the two objects are the same reference. - - The object A. - The object B. - True if the objects are the same reference. - - - - Gets all the calls made to the specified fake object. - - The faked object. - A collection containing the calls to the object. - The object passed in is not a faked object. - - - - Clears the configuration of the faked object. - - The faked object to clear the configuration of. - - - - Sets a new fake to each property or field that is tagged with the FakeAttribute in the specified - fixture. - - The object to initialize. - - - - Allows the developer to raise an event on a faked object. - - - - - Raises an event on a faked object by attaching the event handler produced by the method - to the event that is to be raised. - - The type of the event args. - The sender of the event. - The instance containing the event data. - A Raise(TEventArgs)-object that exposes the event handler to attach. - - - - Raises an event on a faked object by attaching the event handler produced by the method - to the event that is to be raised. - - The type of the event arguments. - The instance containing the event data. - - A Raise(TEventArgs)-object that exposes the event handler to attach. - - - - - Raises an event with empty event arguments on a faked object by attaching the event handler produced by the method - to the event that is to be raised. - - - A Raise(TEventArgs)-object that exposes the event handler to attach. - - - - - Handles the registration of root dependencies in an IoC-container. - - - - - Registers the dependencies. - - The container to register the dependencies in. - - - - DTO for recorded calls. - - - - - Initializes a new instance of the class. - - The method. - The output arguments. - The return value. - - - - Gets the method that was called. - - The method. - - - - Gets the output arguments of the call. - - The output arguments. - - - - Gets the return value of the call. - - The return value. - - - - Represents storage for recorded calls for self initializing - fakes. - - - - - Loads the recorded calls for the specified recording. - - The recorded calls for the recording with the specified id. - - - - Saves the specified calls as the recording with the specified id, - overwriting any previous recording. - - The calls to save. - - - - Initializes a new instance of the class. - - Name of the file. - The file system. - - - - Loads the recorded calls for the specified recording. - - - The recorded calls for the recording with the specified id. - - - - - Saves the specified calls as the recording with the specified id, - overwriting any previous recording. - - The calls to save. - - - - A factory responsible for creating instances of FileStorage. - - The file name of the storage. - A FileStorage instance. - - - - An interface for recorders that provides stored responses for self initializing fakes. - - - - - Applies the call if the call has been recorded. - - The call to apply to from recording. - - - - Records the specified call. - - The call to record. - - - - Gets a value indicating whether the recorder is currently recording. - - - - - An exception that can be thrown when recording for self initialized - fakes fails or when playback fails. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - - Manages the applying of recorded calls and recording of new calls when - using self initialized fakes. - - - - - Initializes a new instance of the class. - - The storage. - - - - Applies the call if the call has been recorded. - - The call to apply to from recording. - - - - Records the specified call. - - The call to record. - - - - Saves all recorded calls to the storage. - - - - - Gets a value indicating whether the recorder is currently recording. - - - - - - Represents a factory responsible for creating recording manager - instances. - - The storage the manager should use. - A RecordingManager instance. - - - - A call rule use for self initializing fakes, delegates call to - be applied by the recorder. - - - - - Initializes a new instance of the class. - - The wrapped rule. - The recorder. - - - - Gets whether this interceptor is applicable to the specified - call, if true is returned the Apply-method of the interceptor will - be called. - - The call to check for applicability. - True if the interceptor is applicable. - - - - Applies an action to the call, might set a return value or throw - an exception. - - The call to apply the interceptor to. - - - - Gets the number of times this call rule is valid, if it's set - to null its infinitely valid. - - - - - - Provides extension methods for the common uses. - - - - - Replaces the format item in a specified System.String with the text equivalent - of the value of a corresponding System.Object instance in a specified array using - invariant culture as . - - A composite format string. - An array containing zero or more objects to format. - The formatted string. - - - - Gets an enumerable of tuples where the first value of each tuple is a value - from the first collection and the second value of each tuple is the value at the same position - from the second collection. - - The type of values in the first collection. - The type of values in the second collection. - The first of the collections to combine. - The second of the collections to combine. - An enumerable of tuples. - - - - Joins the collection to a string. - - The type of items in the collection. - The items to join. - A function that converts from an item to a string value. - Separator to insert between each item. - A string representation of the collection. - - - - Gets a dictionary containing the first element from the sequence that has a key specified by the key selector. - - The type of items in the sequence. - The type of the key. - The sequence. - The key selector. - A dictionary. - - - - An attribute that can be applied to code that should be fixed because there's a - code smell. - - - - - Gets or sets the description of the smell. - - - - - Lets you specify options for the next call to a fake object. - - - - - Specifies options for the next call to the specified fake object. The next call will - be recorded as a call configuration. - - The type of the faked object. - The faked object to configure. - A call configuration object. - - - - Used to tag fields and properties that will be initialized as a SUT through the Fake.Initialize-method. - - - - diff --git a/packages/FakeItEasy.1.10.0/lib/sl40/FakeItEasy.dll b/packages/FakeItEasy.1.10.0/lib/sl40/FakeItEasy.dll deleted file mode 100644 index 365d2eb4..00000000 Binary files a/packages/FakeItEasy.1.10.0/lib/sl40/FakeItEasy.dll and /dev/null differ diff --git a/packages/FakeItEasy.1.10.0/lib/sl40/FakeItEasy.xml b/packages/FakeItEasy.1.10.0/lib/sl40/FakeItEasy.xml deleted file mode 100644 index cef87729..00000000 --- a/packages/FakeItEasy.1.10.0/lib/sl40/FakeItEasy.xml +++ /dev/null @@ -1,3427 +0,0 @@ - - - - FakeItEasy - - - - - Provides methods for generating fake objects. - - - - - Creates a fake object of the type T. - - The type of fake object to create. - A fake object. - - - - Creates a fake object of the type T. - - The type of fake object to create. - A lambda where options for the built fake object can be specified. - A fake object. - - - - Creates a collection of fakes of the specified type. - - The type of fakes to create. - The number of fakes in the collection. - A collection of fake objects of the specified type. - - - - Gets a dummy object of the specified type. The value of a dummy object - should be irrelevant. Dummy objects should not be configured. - - The type of dummy to return. - A dummy object of the specified type. - Dummies of the specified type can not be created. - - - - Gets a value indicating whether the two objects are equal. - - The first object to compare. - The second object to compare. - True if the two objects are equal. - - - - Gets a value indicating whether the two objects are the same reference. - - The object A. - The object B. - True if the objects are the same reference. - - - - Configures a call to a faked object. - - An expression where the configured member is called. - A configuration object. - - - - Gets a configuration object allowing for further configuration of - any call to the specified faked object. - - - The fake to configure. - - - A configuration object. - - - - - Configures a call to a faked object. - - The type of member on the faked object to configure. - An expression where the configured member is called. - A configuration object. - - - - Provides an API entry point for constraining arguments of fake object calls. - - The type of argument to validate. - - - - Gets an argument constraint object that will be used to constrain a method call argument. - - - - - Gets a constraint that considers any value of an argument as valid. - - This is a shortcut for the "Ignored"-property. - - - - Gets a constraint that considers any value of an argument as valid. - - - - - Provides configuration for any (not a specific) call on a faked object. - - - - - Gets a configuration object allowing for further configuration of - any call to the specified faked object. - - The faked object to configure. - A configuration object. - - - - Gets a value indicating whether the two objects are equal. - - The first object to compare. - The second object to compare. - True if the two objects are equal. - - - - Gets a value indicating whether the two objects are the same reference. - - The object A. - The object B. - True if the objects are the same reference. - - - - A collection of method arguments. - - - - - The arguments this collection contains. - - - - - Initializes a new instance of the class. - - The arguments. - The argument names. - - - - Initializes a new instance of the class. - - The arguments. - The method. - - - - Returns an enumerator that iterates through the collection or arguments. - - - A that can be used to iterate through the collection. - - - - - Gets the argument at the specified index. - - The type of the argument to get. - The index of the argument. - The argument at the specified index. - - - - Gets the argument with the specified name. - - The type of the argument to get. - The name of the argument. - The argument with the specified name. - - - - Gets an empty ArgumentList. - - - - - Gets the number of arguments in the list. - - - - - Gets the names of the arguments in the list. - - - - - Gets the argument at the specified index. - - The index of the argument to get. - The argument at the specified index. - - - - Provides validation extensions for . - - - - - Constrains an argument so that it must be null (Nothing in VB). - - The type of the argument. - The constraint manager to match the constraint. - A dummy argument value. - - - - Constrains the string argument to contain the specified text. - - The constraint manager to match the constraint. - The string the argument string should contain. - A dummy argument value. - - - - Constrains the sequence so that it must contain the specified value. - - The constraint manager to match the constraint. - The value the collection should contain. - The type of sequence. - A dummy argument value. - - - - Constrains the string so that it must start with the specified value. - - The constraint manager to match the constraint. - The value the string should start with. - A dummy argument value. - - - - Constrains the string so that it must end with the specified value. - - The constraint manager to match the constraint. - The value the string should end with. - A dummy argument value. - - - - Constrains the string so that it must be null or empty. - - The constraint manager to match the constraint. - A dummy argument value. - - - - Constrains argument value so that it must be greater than the specified value. - - The constraint manager to match the constraint. - The value the string should start with. - The type of argument to constrain. - A dummy argument value. - - - - The tested argument collection should contain the same elements as the - as the specified collection. - - The constraint manager to match the constraint. - The sequence to test against. - The type of argument to constrain. - A dummy argument value. - - - - Tests that the IEnumerable contains no items. - - The type of argument. - The constraint manager to match the constraint. - A dummy argument value. - - - - Tests that the passed in argument is equal to the specified value. - - The type of the argument. - The constraint manager to match the constraint. - The value to compare to. - A dummy argument value. - - - - Constrains the argument to be of the specified type. - - The type of argument in the method signature. - The constraint manager. - The type to constrain the argument with. - A dummy value. - - - - Constrains the argument with a predicate. - - - The constraint manager. - - - The predicate that should constrain the argument. - - - A human readable description of the constraint. - - - The type of argument in the method signature. - - - A dummy argument value. - - - - - Constrains the argument with a predicate. - - - The constraint manager. - - - The predicate that should constrain the argument. - - - A human readable description of the constraint format string. - - - Arguments for the format string. - - - The type of argument in the method signature. - - - A dummy argument value. - - - - - Constrains the argument with a predicate. - - - The constraint manager. - - - The predicate that should constrain the argument. - - - The type of argument in the method signature. - - - A dummy argument value. - - - - - Constrains the argument to be not null (Nothing in VB) and to match - the specified predicate. - - The type of the argument to constrain. - The constraint manager. - The predicate that constrains non null values. - An action that writes a description of the constraint - to the output. - A dummy argument value. - - - - Provides string formatting for arguments of type T when written in call lists. - - The type of the arguments which will be formatted by this instance. - - - - Provides string formatting for arguments when written in - call lists. - - - - - Gets a string representing the specified argument value. - - The argument value to get as a string. - A string representation of the value. - - - - Gets the type of arguments this formatter works on. - - - - - Gets the priority of the formatter, when two formatters are - registered for the same type the one with the highest - priority is used. - - - - - Gets a string representing the specified argument value. - - The argument value to get as a string. - A string representation of the value. - - - - Gets a string representing the specified argument value. - - The argument value to get as a string. - A string representation of the value. - - - - Gets the type of arguments this formatter works on. - - - - - Gets the priority of the formatter, when two formatters are - registered for the same type the one with the highest - priority is used. - - - - - Provides extension methods for the common uses. - - - - - Replaces the format item in a specified System.String with the text equivalent - of the value of a corresponding System.Object instance in a specified array using - invariant culture as . - - A composite format string. - An array containing zero or more objects to format. - The formatted string. - - - - Gets an enumerable of tuples where the first value of each tuple is a value - from the first collection and the second value of each tuple is the value at the same position - from the second collection. - - The type of values in the first collection. - The type of values in the second collection. - The first of the collections to combine. - The second of the collections to combine. - An enumerable of tuples. - - - - Joins the collection to a string. - - The type of items in the collection. - The items to join. - A function that converts from an item to a string value. - Separator to insert between each item. - A string representation of the collection. - - - - Gets a dictionary containing the first element from the sequence that has a key specified by the key selector. - - The type of items in the sequence. - The type of the key. - The sequence. - The key selector. - A dictionary. - - - - Provides the base for rules that can be built using the FakeConfiguration. - - - - - Represents a call rule that has a description of the calls the - rule is applicable to. - - - - - Allows for intercepting call to a fake object and - act upon them. - - - - - Gets whether this interceptor is applicable to the specified - call, if true is returned the Apply-method of the interceptor will - be called. - - The call to check for applicability. - True if the interceptor is applicable. - - - - Applies an action to the call, might set a return value or throw - an exception. - - The call to apply the interceptor to. - - - - Gets the number of times this call rule is valid, if it's set - to null its infinitely valid. - - - - - Writes a description of calls the rule is applicable to. - - The writer. - - - - Gets if this rule is applicable to the specified call. - - The call to validate. - True if the rule applies to the call. - - - - Writes a description of calls the rule is applicable to. - - The writer to write the description to. - - - - Gets or sets an action that is called by the Apply method to apply this - rule to a fake object call. - - - - - Gets a collection of actions that should be invoked when the configured - call is made. - - - - - Gets or sets values to apply to output and reference variables. - - - - - Gets or sets a value indicating whether the base method of the fake object call should be - called when the fake object call is made. - - - - - Gets or sets the number of times the configured rule should be used. - - - - - Gets a description of calls the rule is applicable to. - - - - - - Configuration for any call to a faked object. - - - - - Provides a way to configure predicates for when a call should be applied. - - The type of fake object that is going to be configured.. - - - - Applies a predicate to constrain which calls will be considered for interception. - - A predicate for a fake object call. - An action that writes a description of the predicate - to the output. - The configuration object. - - - - Provides configuration methods for methods that does not have a return value and - allows the use to specify validations for arguments. - - - - - Provides configuration methods for methods that does not have a return value. - - - - - Configuration that lets the developer specify that an exception should be - thrown by a fake object call. - - - - - Hides standard Object members to make fluent interfaces - easier to read. Found in the source of Autofac: - Based on blog post here: - - - - - - Hides the ToString-method. - - A string representation of the implementing object. - - - - Determines whether the specified is equal to this instance. - - The to compare with this instance. - - true if the specified is equal to this instance; otherwise, false. - - - - - Returns a hash code for this instance. - - - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. - - - - - Gets the type. - - The exact runtime type of the current instance. - - - - Throws the specified exception when the currently configured - call gets called. - - A function that creates the exception to throw. - Configuration object. - - - - Configuration for callbacks of fake object calls. - - The type of interface to return. - - - - Executes the specified action when a matching call is being made. - - The action to invoke. - A configuration object. - - - - Configuration that lets you specify that a fake object call should call it's base method. - - - - - When the configured method or methods are called the call - will be delegated to the base method of the faked method. - - A configuration object. - The fake object is of an abstract type or an interface - and no base method exists. - - - - Lets the developer configure output values of out and ref parameters. - - - - - Specifies output values for out and ref parameters. Specify the values in the order - the ref and out parameters has in the configured call, any non out and ref parameters are ignored. - - The values. - A configuration object. - - - - Allows the developer to assert on a call that's configured. - - - - - Asserts that the configured call has happened the number of times - constrained by the repeatConstraint parameter. - - A constraint for how many times the call - must have happened. - The call has not been called a number of times - that passes the repeat constraint. - - - - Configures the specified call to do nothing when called. - - A configuration object. - - - - Provides configurations to validate arguments of a fake object call. - - The type of interface to return. - - - - Configures the call to be accepted when the specified predicate returns true. - - The argument predicate. - A configuration object. - - - - Matches calls that has the return type specified in the generic type parameter. - - The return type of the members to configure. - A configuration object. - - - - Manages registration of a set of components in a DictionaryContainer. - - - - - Registers the components of this module. - - The container to register components in. - - - - A factory that creates instances of the RecordingCallRuleType. - - - - - Creates the specified fake object. - - The type of the fake. - The fake object the rule belongs to. - The rule that's being recorded. - A RecordingCallRule instance. - - - - A factory responsible for creating start configuration for fake objects. - - - - - Creates a start configuration for the specified fake object that fakes the - specified type. - - The type of the fake object. - The fake object to configure. - A configuration object. - - - - An exception that can be thrown when something goes wrong with the configuration - of a fake object. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Handles the configuration of fake object given an expression specifying - a call on a faked object. - - - - - Lets you set up expectations and configure repeat for the configured call. - - - - - Provides configuration for method calls that has a return value. - - - - - Specifies the number of times for the configured event. - - The number of times to repeat. - - - - A combination of the IAfterCallSpecifiedConfiguration and IOutAndRefParametersConfiguration - interfaces. - - - - - Aggregate of IReturnValueArgumentValidationConfiguration<T> and IWhereConfiguration<IAnyCallConfigurationWithReturnTypeSpecified<T>>. - - The type of fake object that is configured. - - - - Configures a call that returns a value and allows the use to - specify validations for arguments. - - The type of the member. - - - - Configures a call that returns a value. - - The type of the member. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - A function that produces the return value. - A configuration object. - - - - Configurations for when a configured call is recorded. - - - - - Provides configuration from VisualBasic. - - - - - Provides methods for configuring a fake object. - - The type of fake object. - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - The type of the return value of the member. - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call is made to any method on the - object. - - A configuration object. - - - - A call rule that has been recorded. - - - - - A call rule that "sits and waits" for the next call, when - that call occurs the recorded rule is added for that call. - - The type of the fake. - - - - Provides access to a set of calls and a call matcher for these calls. - - - - - Provides access to a call matcher. - - - - - Gets a call predicate that can be used to check if a fake object call matches - the specified constraint. - - - - - Gets the set of calls. - - - - - Represents a delegate that creates a configuration object from - a fake object and the rule to build. - - The rule that's being built. - The fake object the rule is for. - A configuration object. - - - - Represents a predicate that matches a fake object call. - - - - - Gets a value indicating whether the call matches the predicate. - - The call to match. - True if the call matches the predicate. - - - - Provides configuration of faked objects. - - - - - Gets a configuration for the specified faked object. - - The type of the fake. - The faked object to configure. - A configuration object. - The specified object is not a faked object. - The fakedObject parameter was null. - - - - Represents an argument and a dummy value to use for that argument. - - - - - Initializes a new instance of the class. - - A value indicating if the dummy value was successfully resolved. - The type of argument. - The resolved value. - - - - Gets a value indicating whether a dummy argument value was successfully - resolved. - - - - - Gets the type of the argument. - - - - - Gets the resolved value. - - - - - Represents an event that happens when a call has been intercepted by a proxy. - - - - - Initializes a new instance of the class. - - The call. - - - - Gets the call that was intercepted. - - The call. - - - - Keeps track of metadata for interceptions. - - - - - Gets whether the rule has been called the number of times specified or not. - - True if the rule has not been called the number of times specified. - - - - Gets or sets the number of times the rule has been used. - - - - - Gets or sets the rule this metadata object is tracking. - - - - - Manages attaching of argument constraints. - - The type of argument to constrain. - - - - Constrains the argument with a predicate. - - The predicate that should constrain the argument. - An action that will be write a description of the constraint. - A dummy argument value. - - - - Inverts the logic of the matches method. - - - - - Validates an argument, checks that it's valid in a specific fake call. - - - - - Writes a description of the argument constraint to the specified writer. - - - The writer. - - - - - Gets whether the argument is valid. - - The argument to validate. - True if the argument is valid. - - - - Default implementation of . - - - - - Attaches a fake manager to the proxy so that intercepted - calls can be configured. - - - - - Attaches a to the specified proxy, listening to - the event raiser. - - The type of the fake object proxy. - The proxy to attach to. - The event raiser to listen to. - - - - Gets the fake manager associated with the proxy. - - The proxy to get the manager from. - A fake manager. - - - - Attaches a to the specified proxy, listening to - the event raiser. - - The type of the fake object proxy. - The proxy to attach to. - The event raiser to listen to. - - - - Gets the fake manager associated with the proxy. - - The proxy to get the manager from. - A fake manager. - - - - Represents an object that can be tagged with another object. When implemented - by a proxy returned from an FakeItEasy uses the tag - to store a reference to the that handles that proxy. - - - - - Gets or sets the tag. - - - - - The default implementation of the IFakeObjectCallFormatter interface. - - - - - Provides string formatting for fake object calls. - - - - - Gets a human readable description of the specified - fake object call. - - The call to get a description for. - A description of the call. - - - - Gets a human readable description of the specified - fake object call. - - The call to get a description for. - A description of the call. - - - - Handles configuring of fake objects to delegate all their calls to a wrapped instance. - - - - - Manages configuration of fake objects to wrap instances. - - - - - Configures the specified faked object to wrap the specified instance. - - The faked object to configure. - The instance to wrap. - The recorder to use, null if no recording should be made. - - - - Configures the specified faked object to wrap the specified instance. - - The faked object to configure. - The instance to wrap. - The recorder to use, null if no recording should be made. - - - - A fake object container where delegates can be registered that are used to - resolve fake objects. - - - - - A container that can create fake objects. - - - - - Handles global configuration of fake object. - - - - - Applies base configuration to a fake object. - - The type the fake object represents. - The fake object to configure. - - - - Creates a dummy object of the specified type using the specified arguments if it's - supported by the container, returns a value indicating if it's supported or not. - - The type of dummy object to create. - The dummy object that was created if the method returns true. - True if a dummy object can be created. - - - - Initializes a new instance of the class. - Creates a new instance of the DelegateFakeObjectContainer. - - - - - Creates a fake object of the specified type using the specified arguments if it's - supported by the container, returns a value indicating if it's supported or not. - - The type of dummy object to create. - The fake object that was created if the method returns true. - True if a fake object can be created. - - - - Configures the fake. - - The type of fake. - The fake object. - - - - Registers the specified fake delegate. - - The type of the return value of the method that encapsulates. - The fake delegate. - - - - A IFakeObjectContainer implementation that uses MEF to load IFakeDefinitions and - IFakeConfigurations. - - - - - Initializes a new instance of the class. - - The dummy definitions. - The fake configurators. - - - - Creates a fake object of the specified type using the specified arguments if it's - supported by the container, returns a value indicating if it's supported or not. - - The type of fake object to create. - The fake object that was created if the method returns true. - True if a fake object can be created. - - - - Applies base configuration to a fake object. - - The type the fake object represents. - The fake object to configure. - - - - An exception that is thrown when there was an error creating a fake object. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - Auto fake property rule. - - The central point in the API for proxied fake objects handles interception - of fake object calls by using a set of rules. User defined rules can be inserted - by using the AddRule-method. - - Event rule. - Object member rule. - Property behavior rule. - Property setter rule. - - - - Initializes a new instance of the class. - - - - - Adds a call rule to the fake object. - - The rule to add. - - - - Adds a call rule last in the list of user rules, meaning it has the lowest priority possible. - - The rule to add. - - - - Removes the specified rule for the fake object. - - The rule to remove. - - - - Adds an interception listener to the manager. - - The listener to add. - - - - Removes any specified user rules. - - - - - Gets the faked object. - - - - - Gets the faked type. - - - - - Gets the interceptions that are currently registered with the fake object. - - - - - Gets a collection of all the calls made to the fake object within the current scope. - - - - - A delegate responsible for creating FakeObject instances. - - An instance of . - - - - Represents a call to a fake object at interception time. - - - - - Represents a fake object call that can be edited. - - - - - Represents a call to a fake object. - - - - - Gets the method that's called. - - - - - Gets the arguments used in the call. - - - - - Gets the faked object the call is performed on. - - - - - Sets the return value of the call. - - The return value to set. - - - - Calls the base method of the faked type. - - - - - Sets the value of the argument at the specified index in the parameters list. - - The index of the argument to set the value of. - The value to set to the argument. - - - - Freezes the call so that it can no longer be modified. - - A completed fake object call. - - - - Sets that the call should not be recorded by the fake manager. - - - - - Represents a scope for fake objects, calls configured within a scope - are only valid within that scope. Only calls made within a scope - are accessible from within a scope so for example asserts will only - assert on those calls done within the scope. - - - - - Provides access to all calls made to fake objects within a scope. - Scopes calls so that only calls made within the scope are visible. - - - - - Creates a new scope and sets it as the current scope. - - The created scope. - - - - Creates a new scope and sets it as the current scope, using the specified - container as the container for the new scope. - - The container to use for the new scope. - The created scope. - - - - Closes the scope. - - - - - Adds an intercepted call to the current scope. - - The fake object. - The call that is intercepted. - - - - Adds a fake object call to the current scope. - - The fake object. - The rule to add. - - - - Represents a completed call to a fake object. - - - - - Gets the value set to be returned from the call. - - - - - Used by the event raising rule of fake objects to get the event arguments used in - a call to Raise.With. - - - - - Gets the sender of the event. - - - - - Gets the event arguments of the event. - - - - - Represents a listener for fake object calls, can be plugged into a - FakeManager instance to listen to all intercepted calls. - - The OnBeforeCallIntercepted method will be invoked before the OnBeforeCallIntercepted method of any - previously added listener. The OnAfterCallIntercepted method will be invoked after the OnAfterCallIntercepted - method of any previously added listener. - - - - Called when the interception begins but before any call rules - has been applied. - - The intercepted call. - - - - Called when the interception has been completed and rules has been - applied. - - The intercepted call. - The rule that was applied to the call. - - - - Handles comparisons of instances of . - - - - - Gets a value indicating whether the two instances of would invoke the same method - if invoked on an instance of the target type. - - The type of target for invocation. - The first . - The second . - True if the same method would be invoked. - - - - A null implementation for the IFakeObjectContainer interface. - - - - - Always returns false and sets the fakeObject to null. - - The type of dummy object to create. - Output variable for the fake object that will always be set to null. - Always return false. - - - - Applies base configuration to a fake object. - - The type the fake object represents. - The fake object to configure. - - - - Initializes a new instance of the class. - - The calls. - The call writer. - - - - Asserts the was called. - - The call predicate. - The call description. - The repeat predicate. - The repeat description. - - - - A call rule that applies to any call and just delegates the - call to the wrapped object. - - - - - Initializes a new instance of the class. - Creates a new instance. - - - The object to wrap. - - - - - Gets whether this interceptor is applicable to the specified - call, if true is returned the Apply-method of the interceptor will - be called. - - The call to check for applicability. - True if the interceptor is applicable. - - - - Applies an action to the call, might set a return value or throw - an exception. - - The call to apply the interceptor to. - - - - Gets the number of times this call rule is valid, if it's set - to null its infinitely valid. - - - - - - An interface to be implemented by classes that can generate proxies for FakeItEasy. - - - - - Generates a proxy of the specified type and returns a result object containing information - about the success of the generation and the proxy if it was generated. - - The type of proxy to generate. - Interfaces to be implemented by the proxy. - Arguments to pass to the constructor of the type in . - The custom attribute builders. - A result containing the generated proxy. - - - - Generates a proxy of the specified type and returns a result object containing information - about the success of the generation and the proxy if it was generated. - - The type of proxy to generate. - Interfaces to be implemented by the proxy. - Arguments to pass to the constructor of the type in . - A result containing the generated proxy. - - - - Gets a value indicating whether the specified member can be intercepted by the proxy generator. - - The member to test. - The instance the method will be called on. - The reason the method can not be intercepted. - True if the member can be intercepted. - - - - An object that raises an event every time a call to a proxy has been intercepted. - - - - - Raised when a call is intercepted. - - - - - An adapter that adapts an to a . - - - - - Initializes a new instance of the class. - - The invocation. - - - - Freezes the call so that it can no longer be modified. - - A completed fake object call. - - - - Calls the base method, should not be used with interface types. - - - - - Sets the specified value to the argument at the specified index. - - The index of the argument to set the value to. - The value to set to the argument. - - - - Sets the return value of the call. - - The return value. - - - - Returns a description of the call. - - - A that represents this instance. - - - - - Gets a human readable description of the call. - - - - - - Gets the value set to be returned from the call. - - - - - Gets the method that's called. - - - - - Gets the arguments used in the call. - - - - - Gets the faked object the call is performed on. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to No constructor matches the passed arguments for constructor.. - - - - - Looks up a localized string similar to Arguments for constructor specified for interface type.. - - - - - Looks up a localized string similar to The type of proxy "{0}" is sealed.. - - - - - Looks up a localized string similar to The type of proxy must be an interface or a class but it was {0}.. - - - - - Looks up a localized string similar to No default constructor was found on the type {0}.. - - - - - The default implementation of the IFakeAndDummyManager interface. - - - - - Handles the creation of fake and dummy objects. - - - - - Creates a dummy of the specified type. - - The type of dummy to create. - The created dummy. - The current IProxyGenerator is not able to generate a fake of the specified type and - the current IFakeObjectContainer does not contain the specified type. - - - - Creates a fake object of the specified type. - - The type of fake object to generate. - Options for building the fake object. - A fake object. - The current IProxyGenerator is not able to generate a fake of the specified type. - - - - Tries to create a dummy of the specified type. - - The type of dummy to create. - Outputs the result dummy when creation is successful. - A value indicating whether the creation was successful. - - - - Tries to create a fake object of the specified type. - - The type of fake to create. - Options for the creation of the fake. - The created fake object when creation is successful. - A value indicating whether the creation was successful. - - - - Default implementation of the IFakeCreator-interface. - - - - - A facade used by the public API for testability. - - - - - Creates a fake object of the specified type. - - The type of fake to create. - Options for the created fake object. - The created fake object. - Was unable to generate the fake in the current configuration. - - - - Creates a dummy object, this can be a fake object or an object resolved - from the current IFakeObjectContainer. - - The type of dummy to create. - The created dummy. - Was unable to generate the fake in the current configuration and - no dummy was registered in the container for the specified type.. - - - - Creates a collection of fakes of the specified type. - - The type of fakes to create. - The number of fakes in the collection. - A collection of fake objects of the specified type. - - - - Initializes a new instance of the class. - - The fake and dummy manager. - - - - Creates a fake object of the specified type. - - The type of fake to create. - Options for the created fake object. - The created fake object. - Was unable to generate the fake in the current configuration. - - - - Creates a collection of fakes of the specified type. - - The type of fakes to create. - The number of fakes in the collection. - - A collection of fake objects of the specified type. - - - - - Creates a dummy object, this can be a fake object or an object resolved - from the current IFakeObjectContainer. - - The type of dummy to create. - The created dummy. - Was unable to generate the fake in the current configuration and - no dummy was registered in the container for the specified type.. - - - - Provides options for fake wrappers. - - The type of the fake object generated. - - - - Provides options for generating fake object. - - The type of fake object generated. - - - - Specifies arguments for the constructor of the faked class. - - The arguments to pass to the constructor of the faked class. - Options object. - - - - Specifies arguments for the constructor of the faked class by giving an expression with the call to - the desired constructor using the arguments to be passed to the constructor. - - The constructor call to use when creating a class proxy. - Options object. - - - - Specifies that the fake should delegate calls to the specified instance. - - The object to delegate calls to. - Options object. - - - - Specifies that the fake should be created with these additional attributes. - - The attributes to build into the proxy. - Options object. - - - - Sets up the fake to implement the specified interface in addition to the - originally faked class. - - The type of interface to implement. - Options object. - The specified type is not an interface. - The specified type is null. - - - - Specifies an action that should be run over the fake object - once it's created. - - An action to perform. - Options object. - - - - Specifies a fake recorder to use. - - The recorder to use. - Options object. - - - - Initializes a new instance of the class. - - The container. - The fake object creator. - - - - Contains the result of a call to TryCreateProxy of IProxyGenerator. - - - - - Initializes a new instance of the class. - Creates a new instance representing a failed proxy - generation attempt. - - - The reason the proxy generation failed. - - - - - Initializes a new instance of the class. - Creates a new instance representing a successful proxy - generation. - - - The proxy that was generated. - - - An event raiser that raises - events when calls are intercepted to the proxy. - - - - - Gets a value indicating whether the proxy was successfully created. - - - - - Gets the generated proxy when it was successfully created. - - - - - Gets the event raiser that raises events when calls to the proxy are - intercepted. - - - - - Gets the reason for failure when the generation was not successful. - - - - - Represents a text writer that writes to the output. - - - - - Writes the specified value to the output. - - The value to write. - The writer for method chaining. - - - - Formats the specified argument value as a string and writes - it to the output. - - The value to write. - The writer for method chaining. - - - - Indents the writer. - - A disposable that will unindent the writer when disposed. - - - - Represents a definition of how a fake object of the type T should - be created. - - The type of fake. - - - - Represents a definition of how dummies of the specified type should be created. - - - - - Creates the fake. - - The fake object. - - - - Gets the type of fake object the definition is for. - - - - - Creates the dummy. - - The dummy object. - - - - Creates the dummy. - - The dummy object. - - - - Gets the type the definition is for. - - For type. - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The Apply method of the ExpressionInterceptor may no be called before the Applicator property has been set.. - - - - - Looks up a localized string similar to The specified argument name does not exist in the ArgumentList.. - - - - - Looks up a localized string similar to Arguments for constructor was specified when generating proxy of interface type.. - - - - - Looks up a localized string similar to An argument validation was not configured correctly.. - - - - - Looks up a localized string similar to The method '{0}' was called too few times, expected #{1} times but was called #{2} times.. - - - - - Looks up a localized string similar to The method '{0}' was called too many times, expected #{1} times but was called #{2} times.. - - - - - Looks up a localized string similar to Can not create fake of the type '{0}', it's not registered in the current container and the current IProxyGenerator can not generate the fake. - - The following constructors failed: - {1}. - - - - - Looks up a localized string similar to Error when accessing FakeObject, the specified argument is of the type '{0}' which is not faked.. - - - - - Looks up a localized string similar to An ExpressionCallMatcher can only be created for expressions that represents a method call or a property getter.. - - - - - Looks up a localized string similar to The current proxy generator failed to create a proxy with the specified arguments for the constructor: - - Reason for failure: - - {0}. - - - - - Looks up a localized string similar to FakeItEasy failed to create fake object of type "{0}". - - 1. The type is not registered in the current IFakeObjectContainer. - 2. The current IProxyGenerator failed to generate a proxy for the following reason: - - {1}. - - - - - Looks up a localized string similar to Unable to create fake object.. - - - - - Looks up a localized string similar to Only abstract classes can be faked using the A.Fake-method that takes an enumerable of objects as arguments for constructor, use the overload that takes an expression instead.. - - - - - Looks up a localized string similar to The member accessor expression must be a lambda expression with a MethodCallExpression or MemberAccessExpression as its body.. - - - - - Looks up a localized string similar to The specified method can not be configured since it can not be intercepted by the current IProxyGenerator.. - - - - - Looks up a localized string similar to The method of the call did not match the method of the recorded call, the recorded sequence is no longer valid.. - - - - - Looks up a localized string similar to No constructor matching the specified arguments was found on the type {0}.. - - - - - Looks up a localized string similar to Can not generate fake object for the class since no default constructor was found, specify a constructor call.. - - - - - Looks up a localized string similar to All the recorded calls has been applied, the recorded sequence is no longer valid.. - - - - - Looks up a localized string similar to Only expression of the type ExpressionType.New (constructor calls) are accepted.. - - - - - Looks up a localized string similar to The Now-method on the event raise is not meant to be called directly, only use it to register to an event on a fake object that you want to be raised.. - - - - - Looks up a localized string similar to The number of values for out and ref parameters specified does not match the number of out and ref parameters in the call.. - - - - - Looks up a localized string similar to A scope for ordered assertions is already opened, close that scope before opening another one.. - - - - - Looks up a localized string similar to The specified call is not made on a fake object.. - - - - - Looks up a localized string similar to The current fake proxy generator can not create proxies of the type {0}.. - - - - - Looks up a localized string similar to FakeItEasy was unable to create dummy of type "{0}", register it in the current IFakeObjectContainer to enable this.. - - - - - Looks up a localized string similar to Expected to find call {0} the number of times specified by the predicate '{1}' but found it {2} times among the calls:. - - - - - Looks up a localized string similar to The number of argument names does not match the number of arguments.. - - - - - An exception thrown when an expectation is not met (when asserting on fake object calls). - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Represents a class that can parse a lambda expression - that represents a method or property call. - - - - - Parses the specified expression. - - The expression to parse. - The parsed expression. - - - - Handles the matching of fake object calls to expressions. - - - - - Initializes a new instance of the class. - - The call specification. - The constraint factory. - The method info manager to use. - A parser to use to parse call expressions. - - - - Matches the specified call against the expression. - - The call to match. - True if the call is matched by the expression. - - - - Gets a description of the call. - - Description of the call. - - - - Gets a human readable description of calls that will be matched by this - matcher. - - - - - An implementation of the interface that uses - expressions for evaluating if the rule is applicable to a specific call. - - - - - Initializes a new instance of the class. - - The expression matcher to use. - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Handles the instantiation of ExpressionCallRule instance. - - An expression specifying the call. - A rule instance. - - - - Manages breaking call specification expression into their various parts. - - - - - Manages breaking call specification expression into their various parts. - - - - - Gets the fake object an expression is called on. - - The call expression. - The FakeManager instance that manages the faked object the call is made on. - The fakeObjectCall is null. - The specified expression is not an expression where a call is made to a faked object. - - - - Gets the fake object an expression is called on. - - The call expression. - A FakeObject. - The fakeObjectCall is null. - The specified expression is not an expression where a call is made to a faked object. - - - - Provides extension methods for configuring and asserting on faked objects - without going through the static methods of the Fake-class. - - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - The type of fake object to configure. - The type of the return value of the member. - The faked object to configure. - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call that matches the specified - call happens. - - The faked object to configure. - The type of fake object to configure. - An expression that specifies the calls to configure. - A configuration object. - - - - Configures the behavior of the fake object when a call is made to any method on the - object. - - The type of the fake. - The faked object. - A configuration object. - - - - Provides an extension method for configuring fake objects. - - - - - Gets an object that provides a fluent interface syntax for configuring - the fake object. - - The type of the fake object. - The fake object to configure. - A configuration object. - The fakedObject was null. - The object passed in is not a faked object. - - - - Provides static methods for accessing fake objects. - - - - - Gets the fake object that manages the faked object. - - The faked object to get the manager object for. - The fake object manager. - - - - Creates a new scope and sets it as the current scope. When inside a scope the - getting the calls made to a fake will return only the calls within that scope and when - asserting that calls were made, the calls must have been made within that scope. - - The created scope. - - - - Creates a new scope and sets it as the current scope. When inside a scope the - getting the calls made to a fake will return only the calls within that scope and when - asserting that calls were made, the calls must have been made within that scope. - - The container to use within the specified scope. - The created scope. - - - - Gets a value indicating whether the two objects are equal. - - The first object to compare. - The second object to compare. - True if the two objects are equal. - - - - Gets a value indicating whether the two objects are the same reference. - - The object A. - The object B. - True if the objects are the same reference. - - - - Gets all the calls made to the specified fake object. - - The faked object. - A collection containing the calls to the object. - The object passed in is not a faked object. - - - - Clears the configuration of the faked object. - - The faked object to clear the configuration of. - - - - Sets a new fake to each property or field that is tagged with the FakeAttribute in the specified - fixture. - - The object to initialize. - - - - Represents a fake object that provides an API for configuring a faked object, exposed by the - FakedObject-property. - - The type of the faked object. - - - - Initializes a new instance of the class. - Creates a new fake object. - - - - - Initializes a new instance of the class. - Creates a new fake object using the specified options. - - - Options used to create the fake object. - - - - - Configures calls to the specified member. - - An expression specifying the call to configure. - A configuration object. - - - - Configures calls to the specified member. - - The type of value the member returns. - An expression specifying the call to configure. - A configuration object. - - - - Configures any call to the fake object. - - A configuration object. - - - - Gets the faked object. - - - - - Gets all calls made to the faked object. - - - - - Used to tag fields and properties that will be initialized through the - Fake.Initialize-method. - - - - - Provides the base implementation for the IFakeConfigurator-interface. - - The type of fakes the configurator can configure. - - - - Provides configurations for fake objects of a specific type. - - - - - Applies the configuration for the specified fake object. - - The fake object to configure. - - - - Gets the type the instance provides configuration for. - - - - - Configures the fake. - - The fake object. - - - - Applies the configuration for the specified fake object. - - The fake object to configure. - - - - Asserts the type of the that fake is of correct. - - The fake object. - - - - Gets the type the instance provides configuration for. - - - - - - Provides extension methods for fake objects. - - - - - Specifies NumberOfTimes(1) to the IRepeatConfiguration{TFake}. - - The configuration to set repeat 1 to. - - - - Specifies NumberOfTimes(2) to the IRepeatConfiguration{TFake}. - - The configuration to set repeat 2 to. - - - - Specifies that a call to the configured call should be applied no matter what arguments - are used in the call to the faked object. - - The type of the interface. - The configuration. - A configuration object. - - - - Filters to contain only the calls that matches the call specification. - - The type of fake the call is made on. - The calls to filter. - The call to match on. - A collection of the calls that matches the call specification. - - - - Asserts that the specified call must have happened once or more. - - The configuration to assert on. - - - - Asserts that the specified has not happened. - - The configuration to assert on. - - - - Configures the call to return the next value from the specified sequence each time it's called. Null will - be returned when all the values in the sequence has been returned. - - - The type of return value. - - - The call configuration to extend. - - - The values to return in sequence. - - - - - Specifies the value to return when the configured call is made. - - The type of the return value. - The configuration to extend. - The value to return. - A configuration object. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The type of the return value. - The configuration to extend. - A function that produces the return value. - A configuration object. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The type of the return value. - Type of the first argument of the faked method call. - The configuration to extend. - A function that produces the return value. - A configuration object. - The signatures of the faked method and the do not match. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The configuration to extend. - A function that produces the return value. - The type of the return value. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - A configuration object. - The signatures of the faked method and the do not match. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The configuration to extend. - A function that produces the return value. - The type of the return value. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - A configuration object. - The signatures of the faked method and the do not match. - - - - Specifies a function used to produce a return value when the configured call is made. - The function will be called each time this call is made and can return different values - each time. - - The configuration to extend. - A function that produces the return value. - The type of the return value. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Type of the fourth argument of the faked method call. - A configuration object. - The signatures of the faked method and the do not match. - - - - Writes the calls in the collection to the specified text writer. - - The type of the calls. - The calls to write. - The writer to write the calls to. - - - - Writes all calls in the collection to the console. - - The type of the calls. - The calls to write. - - - - Gets the argument at the specified index in the arguments collection - for the call. - - The type of the argument to get. - The call to get the argument from. - The index of the argument. - The value of the argument with the specified index. - - - - Gets the argument with the specified name in the arguments collection - for the call. - - The type of the argument to get. - The call to get the argument from. - The name of the argument. - The value of the argument with the specified name. - - - - Makes the fake strict, this means that any call to the fake - that has not been explicitly configured will throw an exception. - - The type of fake object. - The configuration. - A configuration object. - - - - Applies a predicate to constrain which calls will be considered for interception. - - - The return type of the where method. - - - The configuration object to extend. - - - A predicate for a fake object call. - - to the output. - - The configuration object. - - - - - Executes the specified action when a matching call is being made. This overload can also be used to fake calls with arguments when they don't need to be accessed. - - The type of fake object. - The configuration that is extended. - The to invoke. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Executes the specified action when a matching call is being made. - - The configuration that is extended. - The to invoke. - The type of fake object. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Type of the fourth argument of the faked method call. - The signatures of the faked method and the do not match. - The fake object. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - The exception to throw when a call that matches is invoked. - Configuration object. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Configuration object. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - A function that returns the exception to throw when invoked. - Type of the first argument of the faked method call. - Type of the second argument of the faked method call. - Type of the third argument of the faked method call. - Type of the fourth argument of the faked method call. - Configuration object. - The signatures of the faked method and the do not match. - - - - Throws the specified exception when the currently configured - call gets called. - - The configuration to use. - The type of exception to throw. - Configuration object. - - - - Provides methods for guarding method arguments. - - - - - Throws an exception if the specified argument is null. - - The argument. - Name of the argument. - The specified argument was null. - - - - Throws an exception if the specified argument is not in the given range. - - The type of the argument. - The argument. - The lower bound. - The upper bound. - Name of the argument. - The specified argument was not in the given range. - - - - Throws an ArgumentNullException if the specified string is null or empty. - - The value to guard. - Name of the argument. - - - - Gets the value produced by the specified expression when compiled and invoked. - - The expression to get the value from. - The value produced by the expression. - - - - Provides access to the file system. - - - - - Opens the specified file in the specified mode. - - The full path and name of the file to open. - The mode to open the file in. - A stream for reading and writing the file. - - - - Gets a value indicating whether the specified file exists. - - The path and name of the file to check. - True if the file exists. - - - - Creates a file with the specified name. - - The name of the file to create. - - - - A simple implementation of an IoC container. - - - - - The dictionary that stores the registered services. - - - - - Initializes a new instance of the class. - - - - - Resolves an instance of the specified component type. - - Type of the component. - An instance of the component type. - - - - Registers the specified resolver. - - The type of component to register. - The resolver. - - - - Registers the specified resolver as a singleton. - - The type of component to register. - The resolver. - - - - Provides properties and methods to specify repeat. - - - - - Specifies the number of times as repeat. - - The number of times expected. - A Repeated instance. - - - - Specifies once as the repeat. - - - - - Specifies twice as the repeat. - - - - - Writes the specified message to the logger. - - The message to write. - - - - Lets you specify options for the next call to a fake object. - - - - - Specifies options for the next call to the specified fake object. The next call will - be recorded as a call configuration. - - The type of the faked object. - The faked object to configure. - A call configuration object. - - - - Provides functionality for making ordered assertions on fakes. - - - - - Creates a scope that changes the behavior on asserts so that all asserts within - the scope must be to calls in the specified collection of calls. Calls must have happened - in the order that the asserts are specified or the asserts will fail. - - The calls to assert among. - A disposable used to close the scope. - - - - Provides static methods for the IOutputWriter-interface. - - - - - Writes a new line to the writer. - - The writer to write to. - The writer. - - - - Writes the format string to the writer. - - The writer to write to. - The format string to write. - Replacements for the format string. - The writer. - - - - Writes the specified object to the writer (using the ToString-method of the object). - - The writer to write to. - The value to write to the writer. - The writer. - - - - Allows the developer to raise an event on a faked object. - - - - - Raises an event on a faked object by attaching the event handler produced by the method - to the event that is to be raised. - - The type of the event args. - The sender of the event. - The instance containing the event data. - A Raise(TEventArgs)-object that exposes the event handler to attach. - - - - Raises an event on a faked object by attaching the event handler produced by the method - to the event that is to be raised. - - The type of the event arguments. - The instance containing the event data. - - A Raise(TEventArgs)-object that exposes the event handler to attach. - - - - - Raises an event with empty event arguments on a faked object by attaching the event handler produced by the method - to the event that is to be raised. - - - A Raise(TEventArgs)-object that exposes the event handler to attach. - - - - - A class exposing an event handler to attach to an event of a faked object - in order to raise that event. - - The type of the event args. - - - - Register this event handler to an event on a faked object in order to raise that event. - - The sender of the event. - Event args for the event. - - - - Gets a generic event handler to attach to the event to raise. - - - - - Provides methods for creating recorders for self initializing fakes. - - - - - Provides syntax for specifying the number of times a call must have been repeated when asserting on - fake object calls. - - A.CallTo(() => foo.Bar()).Assert(Happened.Once.Exactly); - - - - Specifies that a call must have been repeated a number of times - that is validated by the specified repeatValidation argument. - - A predicate that specifies the number of times - a call must have been made. - A Repeated-instance. - - - - When implemented gets a value indicating if the repeat is matched - by the Happened-instance. - - The repeat of a call. - True if the repeat is a match. - - - - Asserts that a call has not happened at all. - - - - - The call must have happened exactly the number of times that is specified in the next step. - - - - - The call must have happened any number of times greater than or equal to the number of times that is specified - in the next step. - - - - - The call must have happened any number of times less than or equal to the number of times that is specified - in the next step. - - - - - Handles the registration of root dependencies in an IoC-container. - - - - - Registers the dependencies. - - The container to register the dependencies in. - - - - DTO for recorded calls. - - - - - Initializes a new instance of the class. - - The method. - The output arguments. - The return value. - - - - Gets the method that was called. - - The method. - - - - Gets the output arguments of the call. - - The output arguments. - - - - Gets the return value of the call. - - The return value. - - - - Represents storage for recorded calls for self initializing - fakes. - - - - - Loads the recorded calls for the specified recording. - - The recorded calls for the recording with the specified id. - - - - Saves the specified calls as the recording with the specified id, - overwriting any previous recording. - - The calls to save. - - - - An interface for recorders that provides stored responses for self initializing fakes. - - - - - Applies the call if the call has been recorded. - - The call to apply to from recording. - - - - Records the specified call. - - The call to record. - - - - Gets a value indicating whether the recorder is currently recording. - - - - - An exception that can be thrown when recording for self initialized - fakes fails or when playback fails. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Manages the applying of recorded calls and recording of new calls when - using self initialized fakes. - - - - - Initializes a new instance of the class. - - The storage. - - - - Applies the call if the call has been recorded. - - The call to apply to from recording. - - - - Records the specified call. - - The call to record. - - - - Saves all recorded calls to the storage. - - - - - Gets a value indicating whether the recorder is currently recording. - - - - - - Represents a factory responsible for creating recording manager - instances. - - The storage the manager should use. - A RecordingManager instance. - - - - A call rule use for self initializing fakes, delegates call to - be applied by the recorder. - - - - - Initializes a new instance of the class. - - The wrapped rule. - The recorder. - - - - Gets whether this interceptor is applicable to the specified - call, if true is returned the Apply-method of the interceptor will - be called. - - The call to check for applicability. - True if the interceptor is applicable. - - - - Applies an action to the call, might set a return value or throw - an exception. - - The call to apply the interceptor to. - - - - Gets the number of times this call rule is valid, if it's set - to null its infinitely valid. - - - - - - An attribute that can be applied to code that should be fixed because there's a - code smell. - - - - - Gets or sets the description of the smell. - - - - - Used to tag fields and properties that will be initialized as a SUT through the Fake.Initialize-method. - - - - - Fixes so that existing Serializable-attributes are omitted in the compilation - of the silverlight project. - - - - - Fixes so that existing NonSerialized-attributes are omitted in the compilation - of the silverlight project. - - - - diff --git a/packages/FluentAssertions.2.0.1/FluentAssertions.2.0.1.nupkg b/packages/FluentAssertions.2.0.1/FluentAssertions.2.0.1.nupkg deleted file mode 100644 index 4115ac26..00000000 Binary files a/packages/FluentAssertions.2.0.1/FluentAssertions.2.0.1.nupkg and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/FluentAssertions.2.0.1.nuspec b/packages/FluentAssertions.2.0.1/FluentAssertions.2.0.1.nuspec deleted file mode 100644 index 202175c3..00000000 --- a/packages/FluentAssertions.2.0.1/FluentAssertions.2.0.1.nuspec +++ /dev/null @@ -1,92 +0,0 @@ - - - - FluentAssertions - 2.0.1 - Fluent Assertions - Dennis Doomen, Martin Opdam - Dennis Doomen, Martin Opdam - http://fluentassertions.codeplex.com/license - http://fluentassertions.codeplex.com/ - false - A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or - BDD-style unit test. Runs on .NET 3.5, 4.0 and 4.5 (Desktop and Windows Store), Silverlight 4 and 5 and Windows Phone 7.5. Supports the unit test frameworks NUnit, XUnit, MBUnit, Gallio and MSpec. - Fluent methods for asserting the result of TDD/BDD specs for .NET 3.5/4.0/4.5 (Desktop and Windows Store), SL 4/5, WP7 (Mango). Supports the unit test frameworks NUnit, XUnit, MBUnit, Gallio and MSpec. - What's new in 2.0.1 - * Small bug-fix to better intercept and/or prevent exceptions while scanning for methods annotated with [ValueFormatter] - - What are the major features - * Added support for .NET 4.5, Windows Phone 7.5 and .NET for Windows Store Apps - * Added support for MBUnit and the Gallio framework - * Added a completely new extensible API for comparing two objects graph for equivalence that will replace the object.ShouldHave() API in the future (issue 11841). - - What's new for collections - * Added (Not)BeInAscendingOrder() and (Not)BeInDescendingOrder() (issue 12103) - * Added IntersectWith(otherCollection) and NotIntersectWith(otherCollection) (issue 12248) - * ContainInOrder() now has an overload that only takes a params object[] argument to support a more fluent syntax in case you don't specify the reason (issue 12313). - * Added ContainSingle(Expression<Func<T, bool=""> predicate>) that asserts there is only a single element in the collection that matches the specified predicate (issue 12313). - * Added support for a lambda that is used for checking the equality of two collections (issue 11925). - * Fixed a bug that occurs when two collections are compared for equality but the collection contains null (issue 12296) - - What's new for strings - * When strings differ in length, it will report the expected and actual lengths as part of the failure messages (issue 12422) - * An ArgumentOutOfRangeException was thrown when asserting a string started with a specific string, but the first string was shorter than the expected string (issue 12293) - - What's new for numbers - * Added support for using Should().Be() on nullable numeric types (issue 11837) - * Added BeOneOf() to verify that the value matching one of the provided values (issue 12016). - * Added support for (nullable) decimals - * BePositive() and BeNegative() now also work for floats and doubles (issue 11946) - - What's new for dates and times - * Added NotBe() - * Added BeOneOf() to verify that the value matching one of the provided values (issue 12016). - * Added BeCloseTo() to assert that a datetime is within a specified number of milliseconds from another datetime value. Usefull for example when your database truncates datetime values (issue 12070). - * If a DateTime value has milliseconds then they will be displayed in an assertion failure message (issue 12072). - - What's new for comparing object graphs - * You can now apply the property equality comparisons to entire collections of objects. It doesn't matter what kind of collections types you use, as long as they contain the same number of objects which properties are the same (issue 11743). - * Included the index of the mismatching object when comparing a collection for structural equality - * An exception was thrown when comparing the properties of an object, and there were cyclic references. You can now configure if you want this to be ignored. - * Added support for comparing references to an interface rather than concrete types (issue 11840). - * Write-only properties are ignored (issue 11808) - * Fixed a stack overflow exception when formatting an object graph containing static cyclic references. - * Fixed an exception that was thrown when formatting an object graph where one of the properties threw an exception. - * Added support for comparing two anonymous types using SharedProperties() (issue 11886). - * The name of a DateTime property was not included in the error message when AllProperties() failed on that property - - What's new for types - * Added the AllTypes class with a static method From(Assembly assembly) as a wrapper around the Types extension method on Assembly (issue 12186). This allows for a more fluent syntax like AllTypes.From(assembly).ThatImplement<SomeInterface>().Should().BeDecoratedWith<SomeAttribute>(); - * Added support for asserting the properties of an attribute have a specific value (issue 12186). - - What other improvements are new - * Fixed an exception when asserting equality of dictionaries that contain nulls (issue 12004). - * The NuGet package will automatically add references to System.Xml and System.Xml.Linq - * Implemented ShouldThrow<TException>() for Func<Task>, to support working with async methods (issue 12148) - * Improved several error messages in XDocument- and XElementAssertions - * All overloads that take a reason have been removed and replaced with optional parameter - * Allowed ShouldRaisePropertyChangeFor(null) to verify that the INotifyPropertyChanged was raised for all properties. - * The list of ValueFormatters on the Verification class can be changed to insert a custom formatter. - * Introduced a mechanism to override the way FA formats objects in failure message by annotating a static method with the [ValueFormatter] attribute (issue 12364). - * Introduced a mechanism so that the failure message of custom extensions can specify the {context} tag. - * NuGet package is now based on NuGet 2.0. - - Breaking changes - * The FluentAssertions.Assertions namespace no longer exists so that all extension methods are always available through the FluentAssertions namespace. Just use a global search-replace to remove all those usage statements. - * Many of the assertion classes have moved into dedicated namespaces. You might have to fix any code that inherits from those classes. - * Remove the obsolete Verify() methods from the Verification class - Copyright Dennis Doomen 2010-2012 - en-US - MSTest xUnit NUnit MSpec Gallio MbUnit TDD BDD Fluent Silverlight - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/FluentAssertions.2.0.1/lib/net35/FluentAssertions.dll b/packages/FluentAssertions.2.0.1/lib/net35/FluentAssertions.dll deleted file mode 100644 index 13463009..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/net35/FluentAssertions.dll and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/net35/FluentAssertions.pdb b/packages/FluentAssertions.2.0.1/lib/net35/FluentAssertions.pdb deleted file mode 100644 index 5e6b2ba3..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/net35/FluentAssertions.pdb and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/net35/FluentAssertions.xml b/packages/FluentAssertions.2.0.1/lib/net35/FluentAssertions.xml deleted file mode 100644 index 1e6978bb..00000000 --- a/packages/FluentAssertions.2.0.1/lib/net35/FluentAssertions.xml +++ /dev/null @@ -1,5761 +0,0 @@ - - - - FluentAssertions - - - - - Finds the first index at which the does not match the - string anymore, including the exact casing. - - - - - Finds the first index at which the does not match the - string anymore, accounting for the specified . - - - - - Gets the quoted three characters at the specified index of a string, including the index itself. - - - - - Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts. - - - - - Joins a string with one or more other strings using a specified separator. - - - Any string that is empty (including the original string) is ignored. - - - - - Determines whether two objects refer to the same property. - - - - - Finds the property by a case-sensitive name. - - - Returns null if no such property exists. - - - - - Determines whether the specified method has been annotated with a specific attribute. - - - true if the specified method has attribute; otherwise, false. - - - - - Specialized value formatter that looks for static methods in the caller's assembly marked with the - . - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Marks a static method as a kind of for a particular type. - - - - - Contains a number of methods to assert that an yields the expected result. - - - - - Asserts that the current throws an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw any exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the that is being asserted. - - - - - Initializes a new instance of the class. - - - - - Selection rule that adds all public properties of the subject as far as they are defined on the declared - type. - - - - - Represents a rule that defines which properties of the subject-under-test to include while comparing - two objects for structural equality. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - Type info about the subject. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Selection rule that adds all public properties of the subject based on its run-time type rather than its - declared type. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - General purpose implementation of that uses a predicate to determine whether - this rule applies to a particular property and executes an action to assert equality. - - The type of the subject. - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Provides the required information for executing an equality assertion between a subject and an expectation. - - The type of the subject. - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the value of the - - - - - Gets the value of the expectation object that was matched with the subject using a . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Selection rule that removes a particular property from the structural comparison based on a predicate. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Provides details about the subject's root or nested property. - - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the full path from the root object until the current object separated by dots. - - - - - Gets a display-friendly representation of the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Provides the run-time details of the class. - - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets or sets a value indicating whether or not the assertion must perform a deep comparison. - - - - - Represents a selection context of a nested property - - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Is responsible for the exact run-time behavior of a structural equality comparison. - - The type of the subject. - - - - Gets a configuration that compares all declared properties of the subject with equally named properties of the expectation, - and includes the entire object graph. The names of the properties between the subject and expectation must match. - - - - - Gets a configuration that by default doesn't include any of the subject's properties and doesn't consider any nested objects - or collections. - - - - - Adds all public properties of the subject as far as they are defined on the declared type. - - - - - Adds all public properties of the subject based on its run-time type rather than its declared type. - - - - - Tries to match the properties of the subject with equally named properties on the expectation. Ignores those - properties that don't exist on the expectation. - - - - - Requires the expectation to have properties which are equally named to properties on the subject. - - - - - - Excludes the specified (nested) property from the structural equality check. - - - - - Excludes a (nested) property based on a predicate from the structural equality check. - - - - - Includes the specified property in the equality check. - - - This overrides the default behavior of including all declared properties. - - - - - The assertion to execute when the predicate is met. - - - - - Causes the structural equality check to include nested collections and complex types. - - - - - Causes the structural equality check to ignore any cyclic references. - - - By default, cyclic references within the object graph will cause an exception to be thrown. - - - - - Clears all selection rules, including those that were added by default. - - - - - Clears all matching rules, including those that were added by default. - - - - - Adds a selection rule to the ones allready added by default and which is evaluated after all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets value indicating whether the equality check will include nested collections and complex types. - - - - - Gets value indicating how cyclic references should be handled. By default, it will throw an exception. - - - - - Defines additional overrides when used with - - - - - Allows overriding the way structural equality is applied to (nested) objects of tyoe - - - - - Allows overriding the way structural equality is applied to particular properties. - - - A predicate based on the of the subject that is used to identify the property for which the - override applies. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the subject is considered equal to another object according to the implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is not equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Defines the way compares the expected exception - message with the actual one. - - - - - The message must match exactly, including the casing of the characters. - - - - - The message must match except for the casing of the characters. - - - - - The message must start with the exact text, including the casing of the characters.. - - - - - The message must start with the text except for the casing of the characters. - - - - - The message must contain the exact text. - - - - - The message must contain the text except for the casing of the characters. - - - - - The message must match a wildcard pattern consisting of ordinary characters as well as * and ?. - - - - - Indication of how cyclic references should be handled when validating equality of nested properties. - - - - - Cyclic references will be ignored. - - - - - Cyclic references will result in an exception. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current dictionary has not been initialized yet with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary has been initialized with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches the supplied amount. - - The expected number of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches a condition stated by a predicate. - - The predicate which must be statisfied by the amount of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The expected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current dictionary not to contain all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The unexpected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified key. Keys are compared using - their implementation. - - The expected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified key. - Keys are compared using their implementation. - - The unexpected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified value. Values are compared using - their implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified value. - Values are compared using their implementation. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified . - Keys and values are compared using their implementation. - - The expected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified for the supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified . - Keys and values are compared using their implementation. - - The unexpected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified for the - supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a is in the correct state. - - - - - Asserts that the is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not equal to the GUID. - - The unexpected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Selection rule that removes a particular property from the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Represents a rule that defines how to map the properties from the subject-under-test with the properties - on the expectation object. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Selection rule that includes a particular property in the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Provides information on a particular property during an assertion for structural equality of two object graphs. - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a verification object associated with the current and . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the value of the - - - - - Requires the expectation object to have a property with the exact same name. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Finds a property of the expectation with the exact same name, but doesn't require it. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Static class that allows for a 'fluent' selection of the types from an . - - - AllTypes.From(myAssembly)
- .ThatImplement<ISomeInterface>
- .Should()
- .BeDecoratedWith<SomeAttribute>() -
-
- - - Returns a for selecting the types that are visible outside the - specified . - - The assembly from which to select the types. - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class. - - The method to assert. - - - - Initializes a new instance of the class. - - The methods to assert. - - - - Asserts that the selected methods are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of methods of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select methods. - - - - Initializes a new instance of the class. - - The types from which to select methods. - - - - Only select the methods that return the specified type - - - - - Only select the methods that are decorated with an attribute of the specified type. - - - - - The resulting objects. - - - - - Determines whether the specified method has a special name (like properties and events). - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the methods that are public or internal. - - - - - Only select the methods without a return value - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Is responsible for validating the equality of one or more properties of a subject with another object. - - - - - Provides methods for asserting that the execution time of an satifies certain conditions. - - - - - Initializes a new instance of the class. - - The action of which the execution time must be asserted. - - - - Asserts that the execution time of the operation does not exceed a specified amount of time. - - - The maximum allowed duration. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Provides methods for asserting that the execution time of an object member satifies certain conditions. - - - - - - Initializes a new instance of the class. - - The object that exposes the method or property. - A reference to the method or property to measure the execution time of. - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the value of the - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Gets a verification object associated with the current and . - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Contains a number of extension methods for floating point . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class, for a single . - - The property to assert. - - - - Initializes a new instance of the class, for a number of objects. - - The properties to assert. - - - - Asserts that the selected properties are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of properties of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select properties. - - - - Initializes a new instance of the class. - - The types from which to select properties. - - - - Only select the properties that are decorated with an attribute of the specified type. - - - - - Only select the properties that return the specified type - - - - - The resulting objects. - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the properties that have a public or internal getter. - - - - - Dedicated class for comparing two strings and generating consistent error messages. - - - - - Gets or sets a value indicating whether the subject should not match the pattern. - - - - - Gets or sets a value indicating whether the matching process should ignore any casing difference. - - - - - Extension methods for getting method and property selectors for a type. - - - - - Returns the types that are visible outside the specified . - - - - - Returns a method selector for the current . - - - - - Returns a method selector for the current . - - - - - Returns a property selector for the current . - - - - - Returns a property selector for the current . - - - - - Allows for fluent filtering a list of types. - - - - - The resulting objects. - - - - - Determines whether a type is a subclass of another type, but NOT the same type. - - - - - Determines whether a type implements an interface (but is not the interface itself). - - - - - Determines whether a type is decorated with a particular attribute. - - - - - Determines whether the namespace of type is exactly . - - - - - Determines whether the namespace of type is starts with . - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Contains a number of methods to assert that all s in a - meet certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the attribute. - - The expected attribute - - - - Asserts that the current equals the attribute. - - The expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has the specified value. - - The expected value - - - - Asserts that the current has the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the element. - - The expected element - - - - Asserts that the current equals the element. - - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- new DateTime(2011, 3, 10)
-
- you can write 3.March(2011)
-
- Or even
-
- 3.March(2011).At(09, 30) -
- -
- - - Returns a new value for the specified and - in the month January. - - - - - Returns a new value for the specified and - in the month February. - - - - - Returns a new value for the specified and - in the month March. - - - - - Returns a new value for the specified and - in the month April. - - - - - Returns a new value for the specified and - in the month May. - - - - - Returns a new value for the specified and - in the month June. - - - - - Returns a new value for the specified and - in the month July. - - - - - Returns a new value for the specified and - in the month August. - - - - - Returns a new value for the specified and - in the month September. - - - - - Returns a new value for the specified and - in the month October. - - - - - Returns a new value for the specified and - in the month November. - - - - - Returns a new value for the specified and - in the month December. - - - - - Returns a new value for the specified and . - - - - - Returns a new value for the specified and time with the specified - , and optionally . - - - - - Returns a new value that is the current before the - specified . - - - - - Returns a new value that is the current after the - specified . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that the time difference of the current is greater than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is equal to the - specified time. - - The expected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is not equal to the - specified time. - - The unexpected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- TimeSpan.FromHours(12)
-
- you can write
-
- 12.Hours()
-
- Or even
-
- 12.Hours().And(30.Minutes()). -
- -
- - - Returns a based on a number of milliseconds. - - - - - Returns a based on a number of seconds. - - - - - Returns a based on a number of seconds, and add the specified - . - - - - - Returns a based on a number of minutes. - - - - - Returns a based on a number of minutes, and add the specified - . - - - - - Returns a based on a number of hours. - - - - - Returns a based on a number of hours, and add the specified - . - - - - - Returns a based on a number of days. - - - - - Returns a based on a number of days, and add the specified - . - - - - - Convenience method for chaining multiple calls to the methods provided by this class. - - - 23.Hours().And(59.Minutes()) - - - - - Contains a number of methods to assert that a reference type object is in the expected state. - - - - - Asserts that the object is of the specified type . - - The expected type of the object. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the object is assignable to a variable of type . - - The type to which the object should be assignable. - The reason why the object should be assignable to the type. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Asserts that the value is false. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is true. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the number of items in the collection matches the supplied amount. - - The expected number of items in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the collection matches a condition stated by the . - - A predicate that yields the number of items that is expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any duplicate items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any null items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the elements that are not expected. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the unexpected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection only contains items that are assignable to the type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in any order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in the specified . - Elements are compared using their implementation. - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - - - Asserts that the collection is a subset of the . - - An with the expected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection is not a subset of the . - - An with the unexpected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Assert that the current collection has the same number of elements as . - - The other collection with the same expected number of elements - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has not been initialized yet with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has been initialized with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has the supplied at the - supplied . - - The index where the element is expected - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection does not contain the supplied item. - - The element that is not expected to be in the collection - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection shares one or more items with the specified . - - The with the expected shared items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not share any items with the specified . - - The to compare to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets a dotted path of property names representing the property expression. E.g. Parent.Child.Sibling.Name. - - - - - Provides extension methods for monitoring and querying events. - - - - - Starts monitoring an object for its events. - - Thrown if eventSource is Null. - - - - Asserts that an object has raised a particular event at least once. - - The object exposing the event. - The name of the event that should have been raised. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised a particular event at least once. - - The object exposing the event. - - The name of the event that should have been raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised a particular event. - - The object exposing the event. - - The name of the event that should not be raised. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised a particular event. - - The object exposing the event. - - The name of the event that should not be raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised, or - null to refer to all properties. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that all occurences of the event originated from the . - - - - - Asserts that at least one occurrence of the event had an object matching a predicate. - - - - - Records activity for a single event. - - - - - Records raised events for one event on one object - - - - - Store information about a raised event - - Parameters the event was raised with - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - - The object events are recorded from - The name of the event that's recorded - - - - Enumerate raised events - - - - - Enumerate raised events - - - - - - Called by the auto-generated IL, to record information about a raised event. - - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - Static methods that aid in generic event subscription - - - - - Generates an eventhandler for an event of type eventSignature that calls RegisterEvent on recorder - when invoked. - - - - - Finds the Return Type of a Delegate. - - - - - Returns an Array of Types that make up a delegate's parameter signature. - - - - - Returns an array of types appended with an EventRecorder reference at the beginning. - - - - - Returns T/F Dependent on a Type Being a Delegate. - - - - - Returns the MethodInfo for the Delegate's "Invoke" Method. - - - - - This class is used to store data about an intercepted event - - - - - Default constructor stores the parameters the event was raised with - - - - - Parameters for the event - - - - - Simple dictionary that uses a to the event source as the key. - This should ensure the Garbage Collector can still clean-up the event source object. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Determines whether this instance can handle the specified value. - - The value. - - true if this instance can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Provides services for formatting an object being used in an assertion in a human readable format. - - - - - A list of objects responsible for formatting the objects represented by placeholders. - - - - - Returns a human-readable representation of a particular object. - - The value for which to create a . - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - Indicates whether the formatter should use line breaks when the specific supports it. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Contains a number of methods to assert that an is in the expectation state. - - - - - Asserts that two collections contain the same items in the same order, where equality is determined using a - predicate. - - - The collection to compare the subject with. - - - A predicate the is used to determine whether two objects should be treated as equal. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains the specified item. - - The expectation item. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection contains some extra items in addition to the original items. - - An of expectation items. - Additional items that are expectation to be contained by the collection. - - - - Asserts that the collection contains at least one item that matches the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection only contains items that match a predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection does not contain any items that match the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Expects the current collection to contain only a single item matching the specified . - - The predictes that will be used to find the matching items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current collection contains the specified object. Elements are compared - using their implementation. - - An object, or of objects that are expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains extension methods for custom assertions in unit tests. - - - - - Invokes the specified action on an subject so that you can chain it with any of the ShouldThrow or ShouldNotThrow - overloads. - - - - - Provides methods for asserting the execution time of a method or property. - - The object that exposes the method or property. - A reference to the method or property to measure the execution time of. - - Returns an object for asserting that the execution time matches certain conditions. - - - - - Provides methods for asserting the execution time of a method or property. - - A reference to the method or property to measure the execution time of. - - Returns an object for asserting that the execution time matches certain conditions. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Asserts that the throws an exception. - - A reference to the method or property. - - The type of the exception it should throw. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - Returns an object that allows asserting additional members of the thrown exception. - - - - - Asserts that the does not throw a particular exception. - - The current method or property. - - The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the does not throw any exception at all. - - The current method or property. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the current . - - - - - - Returns a object that can be used to assert the methods returned by the - current . - - - - - - Returns a object that can be used to assert the - current . - - - - - - Returns a object that can be used to assert the properties returned by the - current . - - - - - - Asserts that the properties of an object matches those of another object. - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - Notice that actual behavior is determined by the instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - - - A reference to the configuration object that can be used - to influence the way the object graphs are compared. You can also provide an alternative instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Safely casts the specified object to the type specified through . - - - Has been introduced to allow casting objects without breaking the fluent API. - - - - - - Contains a number of methods to assert that a is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that the current is exactly equal to the value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is not equal to the value. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is within the specified number of milliseconds (default = 20 ms) - from the specified value. - - - Use this assertion when, for example the database truncates datetimes to nearest 20ms. If you want to assert to the exact datetime, - use . - - - The expected time to compare the actual value with. - - - The maximum amount of milliseconds which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is before the specified value. - - The that the current value is expected to be before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or before the specified value. - - The that the current value is expected to be on or before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is after the specified value. - - The that the current value is expected to be after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or after the specified value. - - The that the current value is expected to be on or after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the year. - - The expected year of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the month. - - The expected month of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the day. - - The expected day of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the hour. - - The expected hour of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the minute. - - The expected minutes of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the second. - - The expected seconds of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Returns a object that can be used to assert that the current - exceeds the specified compared to another . - - - The amount of time that the current should exceed compared to another . - - - - - Returns a object that can be used to assert that the current - is equal to or exceeds the specified compared to another . - - - The amount of time that the current should be equal or exceed compared to - another . - - - - - Returns a object that can be used to assert that the current - differs exactly the specified compared to another . - - - The amount of time that the current should differ exactly compared to another . - - - - - Returns a object that can be used to assert that the current - is within the specified compared to another . - - - The amount of time that the current should be within another . - - - - - Returns a object that can be used to assert that the current - differs at maximum the specified compared to another . - - - The maximum amount of time that the current should differ compared to another . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the correct state. - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - Determines how the expected message is compared with the actual message. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - The reason why the inner exception should be of the supplied type. - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the exception matches a particular condition. - - - The condition that the exception must match. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the exception object of the exception thrown. - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable boolean value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable boolean value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that an object equals another object using its implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object does not equal another object using it's method. - - The unexpected value - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to the exact same object as another object reference. - - The expected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to a different object than another object reference refers to. - - The unexpected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object can be serialized and deserialized using the binary serializer and that it stills retains - the values of all properties. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object can be serialized and deserialized using the XML serializer and that it stills retains - the values of all properties. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Provides methods for selecting one or more properties of an object and comparing them with another object. - - - - - Includes all properties of when comparing the subject with another object using . - - - - - Includes all properties of including those of the run-time type when comparing the subject - with another object using . - - - - - Includes all properties of when comparing the subject with another object using , - except those that the other object does not have. - - - - - Perform recursive property comparison of the child properties for objects that are of incompatible type. - - - Indication of how cyclic references in the nested properties should be handled. By default this will result in an - exception, but if is specified, cyclic references will just be ignored. - - - - - Includes all properties of when comparing the subject with another object using , - except those specified using a property expression. - - A single property expression to exclude. - Optional list of additional property expressions to exclude. - - - - Excludes the properties specified by the from the comparison. - - A single property expression to exclude. - Optional list of additional property expressions to exclude. - - - - Includes only those properties of when comparing the subject with another object using - that were specified using a property expression. - - A single property expression to include. - Optional list of additional property expressions to include. - - - - Asserts that the previously selected properties of have the same value as the equally named - properties of . - - The object to compare the current object with - - Property values are considered equal if, after converting them to the requested type, calling - returns true. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that a string is exactly the same as another string, including the casing and any leading or trailing whitespace. - - The expected string. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with - the exception of the casing. - - - The string that the subject is expected to be equivalent to. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not exactly the same as the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to be equivalent to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts exactly with the specified value, - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends exactly with the specified , - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains another (fragment of a) string. - - - The (fragement of a) string that the current string should contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain another (fragment of a) string. - - - The (fragement of a) string that the current string should not contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain the specified string, - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string has the specified length. - - The expected length of the string - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is neither null nor . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is neither null nor nor white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or or white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that two objects differ in the expected way. - - - You can use the and for a more fluent - way of specifying a or a . - - - - - Asserts that a occurs a specified amount of time before another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a occurs a specified amount of time after another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Provides the logic and the display text for a . - - - - - Contains a number of methods to assert that a meets certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current type is equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is equal to the specified type. - - The expected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Creates an error message in case the specifed type differs from the - type. - - - An empty if the two specified types are the same, or an error message that describes that - the two specified types are not the same. - - - - - Asserts that the current type is not equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is not equal to the specified type. - - The unexpected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Helper class for verifying a condition and/or throwing a test harness specific exception representing an assertion failure. - - - - - Gets an object that wraps and executes a conditional or unconditional verification. - - - - - Throws a generic exception in case no other test harness is detected. - - - - - Represents an abstraction of a particular test framework such as MSTest, nUnit, etc. - - - - - Throws a framework-specific exception to indicate a failing unit test. - - - - - Gets a value indicating whether the corresponding test framework is currently available. - - - - - Throws a framework-specific exception to indicate a failing unit test. - - - - - Gets a value indicating whether the corresponding test framework is currently available. - - - - - Throws a framework-specific exception to indicate a failing unit test. - - - - - Gets a value indicating whether the corresponding test framework is currently available. - - - - - Provides a fluent API for verifying an arbitrary condition. - - - - - Represents the phrase that can be used in as a placeholder for the reason of an assertion. - - - - - Initializes a new instance of the class. - - - - - Gets the name or identifier of the current subject, or a default value if the subject is not known. - - - - - Specify the condition that must be satisfied. - - If true the verification will be succesful. - - - - Specify a predicate that with the condition that must be satisfied. - - - - - Specify the reason why you expect the condition to be true. - - - A formatted phrase explaining why the condition should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Define the failure message for the verification. - - - If the contains the text "{reason}", this will be replaced by the reason as - defined through . Only 10 are supported in combination with - a {reason}. - - The format string that represents the failure message. - Optional arguments for the - - - - Indicates that every argument passed into is displayed on a separate line. - - - - - Gets or sets the name of the subject for the next verification. - - -
-
diff --git a/packages/FluentAssertions.2.0.1/lib/net40/FluentAssertions.dll b/packages/FluentAssertions.2.0.1/lib/net40/FluentAssertions.dll deleted file mode 100644 index 6b9b737c..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/net40/FluentAssertions.dll and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/net40/FluentAssertions.pdb b/packages/FluentAssertions.2.0.1/lib/net40/FluentAssertions.pdb deleted file mode 100644 index 2b37e521..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/net40/FluentAssertions.pdb and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/net40/FluentAssertions.xml b/packages/FluentAssertions.2.0.1/lib/net40/FluentAssertions.xml deleted file mode 100644 index 9b604725..00000000 --- a/packages/FluentAssertions.2.0.1/lib/net40/FluentAssertions.xml +++ /dev/null @@ -1,5761 +0,0 @@ - - - - FluentAssertions - - - - - Initializes a new instance of the class. - - - - - Contains extension methods for custom assertions in unit tests. - - - - - Invokes the specified action on an subject so that you can chain it with any of the ShouldThrow or ShouldNotThrow - overloads. - - - - - Provides methods for asserting the execution time of a method or property. - - The object that exposes the method or property. - A reference to the method or property to measure the execution time of. - - Returns an object for asserting that the execution time matches certain conditions. - - - - - Provides methods for asserting the execution time of a method or property. - - A reference to the method or property to measure the execution time of. - - Returns an object for asserting that the execution time matches certain conditions. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Asserts that the throws an exception. - - A reference to the method or property. - - The type of the exception it should throw. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - Returns an object that allows asserting additional members of the thrown exception. - - - - - Asserts that the does not throw a particular exception. - - The current method or property. - - The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the does not throw any exception at all. - - The current method or property. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the current . - - - - - - Returns a object that can be used to assert the methods returned by the - current . - - - - - - Returns a object that can be used to assert the - current . - - - - - - Returns a object that can be used to assert the properties returned by the - current . - - - - - - Asserts that the properties of an object matches those of another object. - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - Notice that actual behavior is determined by the instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - - - A reference to the configuration object that can be used - to influence the way the object graphs are compared. You can also provide an alternative instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Safely casts the specified object to the type specified through . - - - Has been introduced to allow casting objects without breaking the fluent API. - - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Contains a number of methods to assert that a reference type object is in the expected state. - - - - - Asserts that the object is of the specified type . - - The expected type of the object. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the object is assignable to a variable of type . - - The type to which the object should be assignable. - The reason why the object should be assignable to the type. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Gets the object which value is being asserted. - - - - - Asserts that the number of items in the collection matches the supplied amount. - - The expected number of items in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the collection matches a condition stated by the . - - A predicate that yields the number of items that is expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any duplicate items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any null items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the elements that are not expected. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the unexpected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection only contains items that are assignable to the type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in any order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in the specified . - Elements are compared using their implementation. - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - - - Asserts that the collection is a subset of the . - - An with the expected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection is not a subset of the . - - An with the unexpected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Assert that the current collection has the same number of elements as . - - The other collection with the same expected number of elements - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has not been initialized yet with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has been initialized with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has the supplied at the - supplied . - - The index where the element is expected - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection does not contain the supplied item. - - The element that is not expected to be in the collection - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection shares one or more items with the specified . - - The with the expected shared items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not share any items with the specified . - - The to compare to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expectation state. - - - - - Asserts that two collections contain the same items in the same order, where equality is determined using a - predicate. - - - The collection to compare the subject with. - - - A predicate the is used to determine whether two objects should be treated as equal. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains the specified item. - - The expectation item. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection contains some extra items in addition to the original items. - - An of expectation items. - Additional items that are expectation to be contained by the collection. - - - - Asserts that the collection contains at least one item that matches the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection only contains items that match a predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection does not contain any items that match the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Expects the current collection to contain only a single item matching the specified . - - The predictes that will be used to find the matching items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current dictionary has not been initialized yet with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary has been initialized with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches the supplied amount. - - The expected number of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches a condition stated by a predicate. - - The predicate which must be statisfied by the amount of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The expected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current dictionary not to contain all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The unexpected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified key. Keys are compared using - their implementation. - - The expected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified key. - Keys are compared using their implementation. - - The unexpected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified value. Values are compared using - their implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified value. - Values are compared using their implementation. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified . - Keys and values are compared using their implementation. - - The expected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified for the supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified . - Keys and values are compared using their implementation. - - The unexpected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified for the - supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current collection contains the specified object. Elements are compared - using their implementation. - - An object, or of objects that are expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets a dotted path of property names representing the property expression. E.g. Parent.Child.Sibling.Name. - - - - - Finds the first index at which the does not match the - string anymore, including the exact casing. - - - - - Finds the first index at which the does not match the - string anymore, accounting for the specified . - - - - - Gets the quoted three characters at the specified index of a string, including the index itself. - - - - - Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts. - - - - - Joins a string with one or more other strings using a specified separator. - - - Any string that is empty (including the original string) is ignored. - - - - - Determines whether two objects refer to the same property. - - - - - Finds the property by a case-sensitive name. - - - Returns null if no such property exists. - - - - - Determines whether the specified method has been annotated with a specific attribute. - - - true if the specified method has attribute; otherwise, false. - - - - - Provides extension methods for monitoring and querying events. - - - - - Starts monitoring an object for its events. - - Thrown if eventSource is Null. - - - - Asserts that an object has raised a particular event at least once. - - The object exposing the event. - The name of the event that should have been raised. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised a particular event at least once. - - The object exposing the event. - - The name of the event that should have been raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised a particular event. - - The object exposing the event. - - The name of the event that should not be raised. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised a particular event. - - The object exposing the event. - - The name of the event that should not be raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised, or - null to refer to all properties. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that all occurences of the event originated from the . - - - - - Asserts that at least one occurrence of the event had an object matching a predicate. - - - - - Static methods that aid in generic event subscription - - - - - Generates an eventhandler for an event of type eventSignature that calls RegisterEvent on recorder - when invoked. - - - - - Finds the Return Type of a Delegate. - - - - - Returns an Array of Types that make up a delegate's parameter signature. - - - - - Returns an array of types appended with an EventRecorder reference at the beginning. - - - - - Returns T/F Dependent on a Type Being a Delegate. - - - - - Returns the MethodInfo for the Delegate's "Invoke" Method. - - - - - Records activity for a single event. - - - - - Records raised events for one event on one object - - - - - Store information about a raised event - - Parameters the event was raised with - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - - The object events are recorded from - The name of the event that's recorded - - - - Enumerate raised events - - - - - Enumerate raised events - - - - - - Called by the auto-generated IL, to record information about a raised event. - - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - Simple dictionary that uses a to the event source as the key. - This should ensure the Garbage Collector can still clean-up the event source object. - - - - - This class is used to store data about an intercepted event - - - - - Default constructor stores the parameters the event was raised with - - - - - Parameters for the event - - - - - Helper class for verifying a condition and/or throwing a test harness specific exception representing an assertion failure. - - - - - Gets an object that wraps and executes a conditional or unconditional verification. - - - - - Throws a generic exception in case no other test harness is detected. - - - - - Represents an abstraction of a particular test framework such as MSTest, nUnit, etc. - - - - - Throws a framework-specific exception to indicate a failing unit test. - - - - - Gets a value indicating whether the corresponding test framework is currently available. - - - - - Throws a framework-specific exception to indicate a failing unit test. - - - - - Gets a value indicating whether the corresponding test framework is currently available. - - - - - Throws a framework-specific exception to indicate a failing unit test. - - - - - Gets a value indicating whether the corresponding test framework is currently available. - - - - - Provides a fluent API for verifying an arbitrary condition. - - - - - Represents the phrase that can be used in as a placeholder for the reason of an assertion. - - - - - Initializes a new instance of the class. - - - - - Gets the name or identifier of the current subject, or a default value if the subject is not known. - - - - - Specify the condition that must be satisfied. - - If true the verification will be succesful. - - - - Specify a predicate that with the condition that must be satisfied. - - - - - Specify the reason why you expect the condition to be true. - - - A formatted phrase explaining why the condition should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Define the failure message for the verification. - - - If the contains the text "{reason}", this will be replaced by the reason as - defined through . Only 10 are supported in combination with - a {reason}. - - The format string that represents the failure message. - Optional arguments for the - - - - Indicates that every argument passed into is displayed on a separate line. - - - - - Gets or sets the name of the subject for the next verification. - - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- new DateTime(2011, 3, 10)
-
- you can write 3.March(2011)
-
- Or even
-
- 3.March(2011).At(09, 30) -
- -
- - - Returns a new value for the specified and - in the month January. - - - - - Returns a new value for the specified and - in the month February. - - - - - Returns a new value for the specified and - in the month March. - - - - - Returns a new value for the specified and - in the month April. - - - - - Returns a new value for the specified and - in the month May. - - - - - Returns a new value for the specified and - in the month June. - - - - - Returns a new value for the specified and - in the month July. - - - - - Returns a new value for the specified and - in the month August. - - - - - Returns a new value for the specified and - in the month September. - - - - - Returns a new value for the specified and - in the month October. - - - - - Returns a new value for the specified and - in the month November. - - - - - Returns a new value for the specified and - in the month December. - - - - - Returns a new value for the specified and . - - - - - Returns a new value for the specified and time with the specified - , and optionally . - - - - - Returns a new value that is the current before the - specified . - - - - - Returns a new value that is the current after the - specified . - - - - - Specialized value formatter that looks for static methods in the caller's assembly marked with the - . - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Determines whether this instance can handle the specified value. - - The value. - - true if this instance can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Provides services for formatting an object being used in an assertion in a human readable format. - - - - - A list of objects responsible for formatting the objects represented by placeholders. - - - - - Returns a human-readable representation of a particular object. - - The value for which to create a . - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - Indicates whether the formatter should use line breaks when the specific supports it. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Marks a static method as a kind of for a particular type. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Contains a number of extension methods for floating point . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the subject is considered equal to another object according to the implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is not equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Asserts that the value is false. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is true. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Defines the way compares the expected exception - message with the actual one. - - - - - The message must match exactly, including the casing of the characters. - - - - - The message must match except for the casing of the characters. - - - - - The message must start with the exact text, including the casing of the characters.. - - - - - The message must start with the text except for the casing of the characters. - - - - - The message must contain the exact text. - - - - - The message must contain the text except for the casing of the characters. - - - - - The message must match a wildcard pattern consisting of ordinary characters as well as * and ?. - - - - - Contains a number of methods to assert that a is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that the current is exactly equal to the value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is not equal to the value. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is within the specified number of milliseconds (default = 20 ms) - from the specified value. - - - Use this assertion when, for example the database truncates datetimes to nearest 20ms. If you want to assert to the exact datetime, - use . - - - The expected time to compare the actual value with. - - - The maximum amount of milliseconds which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is before the specified value. - - The that the current value is expected to be before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or before the specified value. - - The that the current value is expected to be on or before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is after the specified value. - - The that the current value is expected to be after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or after the specified value. - - The that the current value is expected to be on or after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the year. - - The expected year of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the month. - - The expected month of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the day. - - The expected day of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the hour. - - The expected hour of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the minute. - - The expected minutes of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the second. - - The expected seconds of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Returns a object that can be used to assert that the current - exceeds the specified compared to another . - - - The amount of time that the current should exceed compared to another . - - - - - Returns a object that can be used to assert that the current - is equal to or exceeds the specified compared to another . - - - The amount of time that the current should be equal or exceed compared to - another . - - - - - Returns a object that can be used to assert that the current - differs exactly the specified compared to another . - - - The amount of time that the current should differ exactly compared to another . - - - - - Returns a object that can be used to assert that the current - is within the specified compared to another . - - - The amount of time that the current should be within another . - - - - - Returns a object that can be used to assert that the current - differs at maximum the specified compared to another . - - - The maximum amount of time that the current should differ compared to another . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a is in the correct state. - - - - - Asserts that the is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not equal to the GUID. - - The unexpected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable boolean value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable boolean value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that the time difference of the current is greater than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is equal to the - specified time. - - The expected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is not equal to the - specified time. - - The unexpected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that an object equals another object using its implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object does not equal another object using it's method. - - The unexpected value - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to the exact same object as another object reference. - - The expected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to a different object than another object reference refers to. - - The unexpected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object can be serialized and deserialized using the binary serializer and that it stills retains - the values of all properties. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object can be serialized and deserialized using the XML serializer and that it stills retains - the values of all properties. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that a string is exactly the same as another string, including the casing and any leading or trailing whitespace. - - The expected string. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with - the exception of the casing. - - - The string that the subject is expected to be equivalent to. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not exactly the same as the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to be equivalent to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts exactly with the specified value, - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends exactly with the specified , - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains another (fragment of a) string. - - - The (fragement of a) string that the current string should contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain another (fragment of a) string. - - - The (fragement of a) string that the current string should not contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain the specified string, - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string has the specified length. - - The expected length of the string - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is neither null nor . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is neither null nor nor white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or or white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the object which value is being asserted. - - - - - Dedicated class for comparing two strings and generating consistent error messages. - - - - - Gets or sets a value indicating whether the subject should not match the pattern. - - - - - Gets or sets a value indicating whether the matching process should ignore any casing difference. - - - - - Contains a number of methods to assert that two objects differ in the expected way. - - - You can use the and for a more fluent - way of specifying a or a . - - - - - Asserts that a occurs a specified amount of time before another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a occurs a specified amount of time after another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Provides the logic and the display text for a . - - - - - Contains a number of methods to assert that an yields the expected result. - - - - - Asserts that the current throws an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw any exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the that is being asserted. - - - - - Contains a number of methods to assert that an is in the correct state. - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - Determines how the expected message is compared with the actual message. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - The reason why the inner exception should be of the supplied type. - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the exception matches a particular condition. - - - The condition that the exception must match. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the exception object of the exception thrown. - - - - - Provides methods for asserting that the execution time of an satifies certain conditions. - - - - - Initializes a new instance of the class. - - The action of which the execution time must be asserted. - - - - Asserts that the execution time of the operation does not exceed a specified amount of time. - - - The maximum allowed duration. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Provides methods for asserting that the execution time of an object member satifies certain conditions. - - - - - - Initializes a new instance of the class. - - The object that exposes the method or property. - A reference to the method or property to measure the execution time of. - - - - Selection rule that adds all public properties of the subject as far as they are defined on the declared - type. - - - - - Represents a rule that defines which properties of the subject-under-test to include while comparing - two objects for structural equality. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - Type info about the subject. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Selection rule that adds all public properties of the subject based on its run-time type rather than its - declared type. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - General purpose implementation of that uses a predicate to determine whether - this rule applies to a particular property and executes an action to assert equality. - - The type of the subject. - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Provides the required information for executing an equality assertion between a subject and an expectation. - - The type of the subject. - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the value of the - - - - - Gets the value of the expectation object that was matched with the subject using a . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Selection rule that removes a particular property from the structural comparison based on a predicate. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Provides details about the subject's root or nested property. - - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the full path from the root object until the current object separated by dots. - - - - - Gets a display-friendly representation of the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Represents a selection context of a nested property - - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Is responsible for the exact run-time behavior of a structural equality comparison. - - The type of the subject. - - - - Provides the run-time details of the class. - - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets or sets a value indicating whether or not the assertion must perform a deep comparison. - - - - - Gets a configuration that compares all declared properties of the subject with equally named properties of the expectation, - and includes the entire object graph. The names of the properties between the subject and expectation must match. - - - - - Gets a configuration that by default doesn't include any of the subject's properties and doesn't consider any nested objects - or collections. - - - - - Adds all public properties of the subject as far as they are defined on the declared type. - - - - - Adds all public properties of the subject based on its run-time type rather than its declared type. - - - - - Tries to match the properties of the subject with equally named properties on the expectation. Ignores those - properties that don't exist on the expectation. - - - - - Requires the expectation to have properties which are equally named to properties on the subject. - - - - - - Excludes the specified (nested) property from the structural equality check. - - - - - Excludes a (nested) property based on a predicate from the structural equality check. - - - - - Includes the specified property in the equality check. - - - This overrides the default behavior of including all declared properties. - - - - - The assertion to execute when the predicate is met. - - - - - Causes the structural equality check to include nested collections and complex types. - - - - - Causes the structural equality check to ignore any cyclic references. - - - By default, cyclic references within the object graph will cause an exception to be thrown. - - - - - Clears all selection rules, including those that were added by default. - - - - - Clears all matching rules, including those that were added by default. - - - - - Adds a selection rule to the ones allready added by default and which is evaluated after all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets value indicating whether the equality check will include nested collections and complex types. - - - - - Gets value indicating how cyclic references should be handled. By default, it will throw an exception. - - - - - Defines additional overrides when used with - - - - - Allows overriding the way structural equality is applied to (nested) objects of tyoe - - - - - Allows overriding the way structural equality is applied to particular properties. - - - A predicate based on the of the subject that is used to identify the property for which the - override applies. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Indication of how cyclic references should be handled when validating equality of nested properties. - - - - - Cyclic references will be ignored. - - - - - Cyclic references will result in an exception. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Selection rule that removes a particular property from the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Represents a rule that defines how to map the properties from the subject-under-test with the properties - on the expectation object. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Selection rule that includes a particular property in the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Provides information on a particular property during an assertion for structural equality of two object graphs. - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a verification object associated with the current and . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the value of the - - - - - Requires the expectation object to have a property with the exact same name. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Provides methods for selecting one or more properties of an object and comparing them with another object. - - - - - Includes all properties of when comparing the subject with another object using . - - - - - Includes all properties of including those of the run-time type when comparing the subject - with another object using . - - - - - Includes all properties of when comparing the subject with another object using , - except those that the other object does not have. - - - - - Perform recursive property comparison of the child properties for objects that are of incompatible type. - - - Indication of how cyclic references in the nested properties should be handled. By default this will result in an - exception, but if is specified, cyclic references will just be ignored. - - - - - Includes all properties of when comparing the subject with another object using , - except those specified using a property expression. - - A single property expression to exclude. - Optional list of additional property expressions to exclude. - - - - Excludes the properties specified by the from the comparison. - - A single property expression to exclude. - Optional list of additional property expressions to exclude. - - - - Includes only those properties of when comparing the subject with another object using - that were specified using a property expression. - - A single property expression to include. - Optional list of additional property expressions to include. - - - - Asserts that the previously selected properties of have the same value as the equally named - properties of . - - The object to compare the current object with - - Property values are considered equal if, after converting them to the requested type, calling - returns true. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the value of the - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Gets a verification object associated with the current and . - - - - - Is responsible for validating the equality of one or more properties of a subject with another object. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Finds a property of the expectation with the exact same name, but doesn't require it. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- TimeSpan.FromHours(12)
-
- you can write
-
- 12.Hours()
-
- Or even
-
- 12.Hours().And(30.Minutes()). -
- -
- - - Returns a based on a number of milliseconds. - - - - - Returns a based on a number of seconds. - - - - - Returns a based on a number of seconds, and add the specified - . - - - - - Returns a based on a number of minutes. - - - - - Returns a based on a number of minutes, and add the specified - . - - - - - Returns a based on a number of hours. - - - - - Returns a based on a number of hours, and add the specified - . - - - - - Returns a based on a number of days. - - - - - Returns a based on a number of days, and add the specified - . - - - - - Convenience method for chaining multiple calls to the methods provided by this class. - - - 23.Hours().And(59.Minutes()) - - - - - Extension methods for getting method and property selectors for a type. - - - - - Returns the types that are visible outside the specified . - - - - - Returns a method selector for the current . - - - - - Returns a method selector for the current . - - - - - Returns a property selector for the current . - - - - - Returns a property selector for the current . - - - - - Static class that allows for a 'fluent' selection of the types from an . - - - AllTypes.From(myAssembly)
- .ThatImplement<ISomeInterface>
- .Should()
- .BeDecoratedWith<SomeAttribute>() -
-
- - - Returns a for selecting the types that are visible outside the - specified . - - The assembly from which to select the types. - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class. - - The method to assert. - - - - Initializes a new instance of the class. - - The methods to assert. - - - - Asserts that the selected methods are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of methods of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select methods. - - - - Initializes a new instance of the class. - - The types from which to select methods. - - - - Only select the methods that return the specified type - - - - - Only select the methods that are decorated with an attribute of the specified type. - - - - - The resulting objects. - - - - - Determines whether the specified method has a special name (like properties and events). - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the methods that are public or internal. - - - - - Only select the methods without a return value - - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class, for a single . - - The property to assert. - - - - Initializes a new instance of the class, for a number of objects. - - The properties to assert. - - - - Asserts that the selected properties are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of properties of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select properties. - - - - Initializes a new instance of the class. - - The types from which to select properties. - - - - Only select the properties that are decorated with an attribute of the specified type. - - - - - Only select the properties that return the specified type - - - - - The resulting objects. - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the properties that have a public or internal getter. - - - - - Contains a number of methods to assert that a meets certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current type is equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is equal to the specified type. - - The expected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Creates an error message in case the specifed type differs from the - type. - - - An empty if the two specified types are the same, or an error message that describes that - the two specified types are not the same. - - - - - Asserts that the current type is not equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is not equal to the specified type. - - The unexpected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent filtering a list of types. - - - - - The resulting objects. - - - - - Determines whether a type is a subclass of another type, but NOT the same type. - - - - - Determines whether a type implements an interface (but is not the interface itself). - - - - - Determines whether a type is decorated with a particular attribute. - - - - - Determines whether the namespace of type is exactly . - - - - - Determines whether the namespace of type is starts with . - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Contains a number of methods to assert that all s in a - meet certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the attribute. - - The expected attribute - - - - Asserts that the current equals the attribute. - - The expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has the specified value. - - The expected value - - - - Asserts that the current has the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the element. - - The expected element - - - - Asserts that the current equals the element. - - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - -
-
diff --git a/packages/FluentAssertions.2.0.1/lib/net45/FluentAssertions.dll b/packages/FluentAssertions.2.0.1/lib/net45/FluentAssertions.dll deleted file mode 100644 index f3fffee9..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/net45/FluentAssertions.dll and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/net45/FluentAssertions.pdb b/packages/FluentAssertions.2.0.1/lib/net45/FluentAssertions.pdb deleted file mode 100644 index 22b88259..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/net45/FluentAssertions.pdb and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/net45/FluentAssertions.xml b/packages/FluentAssertions.2.0.1/lib/net45/FluentAssertions.xml deleted file mode 100644 index 3c7b84b0..00000000 --- a/packages/FluentAssertions.2.0.1/lib/net45/FluentAssertions.xml +++ /dev/null @@ -1,5802 +0,0 @@ - - - - FluentAssertions - - - - - Initializes a new instance of the class. - - - - - Contains extension methods for custom assertions in unit tests. - - - - - Invokes the specified action on an subject so that you can chain it with any of the ShouldThrow or ShouldNotThrow - overloads. - - - - - Provides methods for asserting the execution time of a method or property. - - The object that exposes the method or property. - A reference to the method or property to measure the execution time of. - - Returns an object for asserting that the execution time matches certain conditions. - - - - - Provides methods for asserting the execution time of a method or property. - - A reference to the method or property to measure the execution time of. - - Returns an object for asserting that the execution time matches certain conditions. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Asserts that the throws an exception. - - A reference to the method or property. - - The type of the exception it should throw. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - Returns an object that allows asserting additional members of the thrown exception. - - - - - Asserts that the throws an exception. - - A reference to the method or property. - - The type of the exception it should throw. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - Returns an object that allows asserting additional members of the thrown exception. - - - - - Asserts that the does not throw a particular exception. - - The current method or property. - - The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the does not throw any exception at all. - - The current method or property. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the current . - - - - - - Returns a object that can be used to assert the methods returned by the - current . - - - - - - Returns a object that can be used to assert the - current . - - - - - - Returns a object that can be used to assert the properties returned by the - current . - - - - - - Asserts that the properties of an object matches those of another object. - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - Notice that actual behavior is determined by the instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - - - A reference to the configuration object that can be used - to influence the way the object graphs are compared. You can also provide an alternative instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Safely casts the specified object to the type specified through . - - - Has been introduced to allow casting objects without breaking the fluent API. - - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Contains a number of methods to assert that a reference type object is in the expected state. - - - - - Asserts that the object is of the specified type . - - The expected type of the object. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the object is assignable to a variable of type . - - The type to which the object should be assignable. - The reason why the object should be assignable to the type. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Gets the object which value is being asserted. - - - - - Asserts that the number of items in the collection matches the supplied amount. - - The expected number of items in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the collection matches a condition stated by the . - - A predicate that yields the number of items that is expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any duplicate items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any null items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the elements that are not expected. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the unexpected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection only contains items that are assignable to the type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in any order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in the specified . - Elements are compared using their implementation. - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - - - Asserts that the collection is a subset of the . - - An with the expected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection is not a subset of the . - - An with the unexpected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Assert that the current collection has the same number of elements as . - - The other collection with the same expected number of elements - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has not been initialized yet with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has been initialized with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has the supplied at the - supplied . - - The index where the element is expected - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection does not contain the supplied item. - - The element that is not expected to be in the collection - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection shares one or more items with the specified . - - The with the expected shared items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not share any items with the specified . - - The to compare to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expectation state. - - - - - Asserts that two collections contain the same items in the same order, where equality is determined using a - predicate. - - - The collection to compare the subject with. - - - A predicate the is used to determine whether two objects should be treated as equal. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains the specified item. - - The expectation item. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection contains some extra items in addition to the original items. - - An of expectation items. - Additional items that are expectation to be contained by the collection. - - - - Asserts that the collection contains at least one item that matches the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection only contains items that match a predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection does not contain any items that match the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Expects the current collection to contain only a single item matching the specified . - - The predictes that will be used to find the matching items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current dictionary has not been initialized yet with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary has been initialized with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches the supplied amount. - - The expected number of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches a condition stated by a predicate. - - The predicate which must be statisfied by the amount of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The expected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current dictionary not to contain all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The unexpected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified key. Keys are compared using - their implementation. - - The expected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified key. - Keys are compared using their implementation. - - The unexpected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified value. Values are compared using - their implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified value. - Values are compared using their implementation. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified . - Keys and values are compared using their implementation. - - The expected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified for the supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified . - Keys and values are compared using their implementation. - - The unexpected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified for the - supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current collection contains the specified object. Elements are compared - using their implementation. - - An object, or of objects that are expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets a dotted path of property names representing the property expression. E.g. Parent.Child.Sibling.Name. - - - - - Finds the first index at which the does not match the - string anymore, including the exact casing. - - - - - Finds the first index at which the does not match the - string anymore, accounting for the specified . - - - - - Gets the quoted three characters at the specified index of a string, including the index itself. - - - - - Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts. - - - - - Joins a string with one or more other strings using a specified separator. - - - Any string that is empty (including the original string) is ignored. - - - - - Determines whether two objects refer to the same property. - - - - - Finds the property by a case-sensitive name. - - - Returns null if no such property exists. - - - - - Determines whether the specified method has been annotated with a specific attribute. - - - true if the specified method has attribute; otherwise, false. - - - - - Provides extension methods for monitoring and querying events. - - - - - Starts monitoring an object for its events. - - Thrown if eventSource is Null. - - - - Asserts that an object has raised a particular event at least once. - - The object exposing the event. - The name of the event that should have been raised. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised a particular event at least once. - - The object exposing the event. - - The name of the event that should have been raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised a particular event. - - The object exposing the event. - - The name of the event that should not be raised. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised a particular event. - - The object exposing the event. - - The name of the event that should not be raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised, or - null to refer to all properties. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that all occurences of the event originated from the . - - - - - Asserts that at least one occurrence of the event had an object matching a predicate. - - - - - Static methods that aid in generic event subscription - - - - - Generates an eventhandler for an event of type eventSignature that calls RegisterEvent on recorder - when invoked. - - - - - Finds the Return Type of a Delegate. - - - - - Returns an Array of Types that make up a delegate's parameter signature. - - - - - Returns an array of types appended with an EventRecorder reference at the beginning. - - - - - Returns T/F Dependent on a Type Being a Delegate. - - - - - Returns the MethodInfo for the Delegate's "Invoke" Method. - - - - - Records activity for a single event. - - - - - Records raised events for one event on one object - - - - - Store information about a raised event - - Parameters the event was raised with - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - - The object events are recorded from - The name of the event that's recorded - - - - Enumerate raised events - - - - - Enumerate raised events - - - - - - Called by the auto-generated IL, to record information about a raised event. - - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - Simple dictionary that uses a to the event source as the key. - This should ensure the Garbage Collector can still clean-up the event source object. - - - - - This class is used to store data about an intercepted event - - - - - Default constructor stores the parameters the event was raised with - - - - - Parameters for the event - - - - - Helper class for verifying a condition and/or throwing a test harness specific exception representing an assertion failure. - - - - - Gets an object that wraps and executes a conditional or unconditional verification. - - - - - Throws a generic exception in case no other test harness is detected. - - - - - Represents an abstraction of a particular test framework such as MSTest, nUnit, etc. - - - - - Throws a framework-specific exception to indicate a failing unit test. - - - - - Gets a value indicating whether the corresponding test framework is currently available. - - - - - Throws a framework-specific exception to indicate a failing unit test. - - - - - Gets a value indicating whether the corresponding test framework is currently available. - - - - - Throws a framework-specific exception to indicate a failing unit test. - - - - - Gets a value indicating whether the corresponding test framework is currently available. - - - - - Provides a fluent API for verifying an arbitrary condition. - - - - - Represents the phrase that can be used in as a placeholder for the reason of an assertion. - - - - - Initializes a new instance of the class. - - - - - Gets the name or identifier of the current subject, or a default value if the subject is not known. - - - - - Specify the condition that must be satisfied. - - If true the verification will be succesful. - - - - Specify a predicate that with the condition that must be satisfied. - - - - - Specify the reason why you expect the condition to be true. - - - A formatted phrase explaining why the condition should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Define the failure message for the verification. - - - If the contains the text "{reason}", this will be replaced by the reason as - defined through . Only 10 are supported in combination with - a {reason}. - - The format string that represents the failure message. - Optional arguments for the - - - - Indicates that every argument passed into is displayed on a separate line. - - - - - Gets or sets the name of the subject for the next verification. - - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- new DateTime(2011, 3, 10)
-
- you can write 3.March(2011)
-
- Or even
-
- 3.March(2011).At(09, 30) -
- -
- - - Returns a new value for the specified and - in the month January. - - - - - Returns a new value for the specified and - in the month February. - - - - - Returns a new value for the specified and - in the month March. - - - - - Returns a new value for the specified and - in the month April. - - - - - Returns a new value for the specified and - in the month May. - - - - - Returns a new value for the specified and - in the month June. - - - - - Returns a new value for the specified and - in the month July. - - - - - Returns a new value for the specified and - in the month August. - - - - - Returns a new value for the specified and - in the month September. - - - - - Returns a new value for the specified and - in the month October. - - - - - Returns a new value for the specified and - in the month November. - - - - - Returns a new value for the specified and - in the month December. - - - - - Returns a new value for the specified and . - - - - - Returns a new value for the specified and time with the specified - , and optionally . - - - - - Returns a new value that is the current before the - specified . - - - - - Returns a new value that is the current after the - specified . - - - - - Specialized value formatter that looks for static methods in the caller's assembly marked with the - . - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Determines whether this instance can handle the specified value. - - The value. - - true if this instance can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Provides services for formatting an object being used in an assertion in a human readable format. - - - - - A list of objects responsible for formatting the objects represented by placeholders. - - - - - Returns a human-readable representation of a particular object. - - The value for which to create a . - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - Indicates whether the formatter should use line breaks when the specific supports it. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Marks a static method as a kind of for a particular type. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Contains a number of extension methods for floating point . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the subject is considered equal to another object according to the implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is not equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Asserts that the value is false. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is true. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Defines the way compares the expected exception - message with the actual one. - - - - - The message must match exactly, including the casing of the characters. - - - - - The message must match except for the casing of the characters. - - - - - The message must start with the exact text, including the casing of the characters.. - - - - - The message must start with the text except for the casing of the characters. - - - - - The message must contain the exact text. - - - - - The message must contain the text except for the casing of the characters. - - - - - The message must match a wildcard pattern consisting of ordinary characters as well as * and ?. - - - - - Contains a number of methods to assert that a is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that the current is exactly equal to the value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is not equal to the value. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is within the specified number of milliseconds (default = 20 ms) - from the specified value. - - - Use this assertion when, for example the database truncates datetimes to nearest 20ms. If you want to assert to the exact datetime, - use . - - - The expected time to compare the actual value with. - - - The maximum amount of milliseconds which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is before the specified value. - - The that the current value is expected to be before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or before the specified value. - - The that the current value is expected to be on or before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is after the specified value. - - The that the current value is expected to be after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or after the specified value. - - The that the current value is expected to be on or after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the year. - - The expected year of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the month. - - The expected month of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the day. - - The expected day of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the hour. - - The expected hour of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the minute. - - The expected minutes of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the second. - - The expected seconds of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Returns a object that can be used to assert that the current - exceeds the specified compared to another . - - - The amount of time that the current should exceed compared to another . - - - - - Returns a object that can be used to assert that the current - is equal to or exceeds the specified compared to another . - - - The amount of time that the current should be equal or exceed compared to - another . - - - - - Returns a object that can be used to assert that the current - differs exactly the specified compared to another . - - - The amount of time that the current should differ exactly compared to another . - - - - - Returns a object that can be used to assert that the current - is within the specified compared to another . - - - The amount of time that the current should be within another . - - - - - Returns a object that can be used to assert that the current - differs at maximum the specified compared to another . - - - The maximum amount of time that the current should differ compared to another . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a is in the correct state. - - - - - Asserts that the is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not equal to the GUID. - - The unexpected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable boolean value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable boolean value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that the time difference of the current is greater than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is equal to the - specified time. - - The expected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is not equal to the - specified time. - - The unexpected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that an object equals another object using its implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object does not equal another object using it's method. - - The unexpected value - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to the exact same object as another object reference. - - The expected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to a different object than another object reference refers to. - - The unexpected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object can be serialized and deserialized using the binary serializer and that it stills retains - the values of all properties. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object can be serialized and deserialized using the XML serializer and that it stills retains - the values of all properties. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that a string is exactly the same as another string, including the casing and any leading or trailing whitespace. - - The expected string. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with - the exception of the casing. - - - The string that the subject is expected to be equivalent to. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not exactly the same as the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to be equivalent to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts exactly with the specified value, - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends exactly with the specified , - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains another (fragment of a) string. - - - The (fragement of a) string that the current string should contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain another (fragment of a) string. - - - The (fragement of a) string that the current string should not contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain the specified string, - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string has the specified length. - - The expected length of the string - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is neither null nor . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is neither null nor nor white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or or white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the object which value is being asserted. - - - - - Dedicated class for comparing two strings and generating consistent error messages. - - - - - Gets or sets a value indicating whether the subject should not match the pattern. - - - - - Gets or sets a value indicating whether the matching process should ignore any casing difference. - - - - - Contains a number of methods to assert that two objects differ in the expected way. - - - You can use the and for a more fluent - way of specifying a or a . - - - - - Asserts that a occurs a specified amount of time before another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a occurs a specified amount of time after another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Provides the logic and the display text for a . - - - - - Contains a number of methods to assert that an yields the expected result. - - - - - Asserts that the current throws an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw any exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the that is being asserted. - - - - - Contains a number of methods to assert that an is in the correct state. - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - Determines how the expected message is compared with the actual message. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - The reason why the inner exception should be of the supplied type. - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the exception matches a particular condition. - - - The condition that the exception must match. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the exception object of the exception thrown. - - - - - Provides methods for asserting that the execution time of an satifies certain conditions. - - - - - Initializes a new instance of the class. - - The action of which the execution time must be asserted. - - - - Asserts that the execution time of the operation does not exceed a specified amount of time. - - - The maximum allowed duration. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Provides methods for asserting that the execution time of an object member satifies certain conditions. - - - - - - Initializes a new instance of the class. - - The object that exposes the method or property. - A reference to the method or property to measure the execution time of. - - - - Selection rule that adds all public properties of the subject as far as they are defined on the declared - type. - - - - - Represents a rule that defines which properties of the subject-under-test to include while comparing - two objects for structural equality. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - Type info about the subject. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Selection rule that adds all public properties of the subject based on its run-time type rather than its - declared type. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - General purpose implementation of that uses a predicate to determine whether - this rule applies to a particular property and executes an action to assert equality. - - The type of the subject. - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Provides the required information for executing an equality assertion between a subject and an expectation. - - The type of the subject. - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the value of the - - - - - Gets the value of the expectation object that was matched with the subject using a . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Selection rule that removes a particular property from the structural comparison based on a predicate. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Provides details about the subject's root or nested property. - - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the full path from the root object until the current object separated by dots. - - - - - Gets a display-friendly representation of the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Represents a selection context of a nested property - - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Is responsible for the exact run-time behavior of a structural equality comparison. - - The type of the subject. - - - - Provides the run-time details of the class. - - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets or sets a value indicating whether or not the assertion must perform a deep comparison. - - - - - Gets a configuration that compares all declared properties of the subject with equally named properties of the expectation, - and includes the entire object graph. The names of the properties between the subject and expectation must match. - - - - - Gets a configuration that by default doesn't include any of the subject's properties and doesn't consider any nested objects - or collections. - - - - - Adds all public properties of the subject as far as they are defined on the declared type. - - - - - Adds all public properties of the subject based on its run-time type rather than its declared type. - - - - - Tries to match the properties of the subject with equally named properties on the expectation. Ignores those - properties that don't exist on the expectation. - - - - - Requires the expectation to have properties which are equally named to properties on the subject. - - - - - - Excludes the specified (nested) property from the structural equality check. - - - - - Excludes a (nested) property based on a predicate from the structural equality check. - - - - - Includes the specified property in the equality check. - - - This overrides the default behavior of including all declared properties. - - - - - The assertion to execute when the predicate is met. - - - - - Causes the structural equality check to include nested collections and complex types. - - - - - Causes the structural equality check to ignore any cyclic references. - - - By default, cyclic references within the object graph will cause an exception to be thrown. - - - - - Clears all selection rules, including those that were added by default. - - - - - Clears all matching rules, including those that were added by default. - - - - - Adds a selection rule to the ones allready added by default and which is evaluated after all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets value indicating whether the equality check will include nested collections and complex types. - - - - - Gets value indicating how cyclic references should be handled. By default, it will throw an exception. - - - - - Defines additional overrides when used with - - - - - Allows overriding the way structural equality is applied to (nested) objects of tyoe - - - - - Allows overriding the way structural equality is applied to particular properties. - - - A predicate based on the of the subject that is used to identify the property for which the - override applies. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Indication of how cyclic references should be handled when validating equality of nested properties. - - - - - Cyclic references will be ignored. - - - - - Cyclic references will result in an exception. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Selection rule that removes a particular property from the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Represents a rule that defines how to map the properties from the subject-under-test with the properties - on the expectation object. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Selection rule that includes a particular property in the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Provides information on a particular property during an assertion for structural equality of two object graphs. - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a verification object associated with the current and . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the value of the - - - - - Requires the expectation object to have a property with the exact same name. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Provides methods for selecting one or more properties of an object and comparing them with another object. - - - - - Includes all properties of when comparing the subject with another object using . - - - - - Includes all properties of including those of the run-time type when comparing the subject - with another object using . - - - - - Includes all properties of when comparing the subject with another object using , - except those that the other object does not have. - - - - - Perform recursive property comparison of the child properties for objects that are of incompatible type. - - - Indication of how cyclic references in the nested properties should be handled. By default this will result in an - exception, but if is specified, cyclic references will just be ignored. - - - - - Includes all properties of when comparing the subject with another object using , - except those specified using a property expression. - - A single property expression to exclude. - Optional list of additional property expressions to exclude. - - - - Excludes the properties specified by the from the comparison. - - A single property expression to exclude. - Optional list of additional property expressions to exclude. - - - - Includes only those properties of when comparing the subject with another object using - that were specified using a property expression. - - A single property expression to include. - Optional list of additional property expressions to include. - - - - Asserts that the previously selected properties of have the same value as the equally named - properties of . - - The object to compare the current object with - - Property values are considered equal if, after converting them to the requested type, calling - returns true. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the value of the - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Gets a verification object associated with the current and . - - - - - Is responsible for validating the equality of one or more properties of a subject with another object. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Finds a property of the expectation with the exact same name, but doesn't require it. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- TimeSpan.FromHours(12)
-
- you can write
-
- 12.Hours()
-
- Or even
-
- 12.Hours().And(30.Minutes()). -
- -
- - - Returns a based on a number of milliseconds. - - - - - Returns a based on a number of seconds. - - - - - Returns a based on a number of seconds, and add the specified - . - - - - - Returns a based on a number of minutes. - - - - - Returns a based on a number of minutes, and add the specified - . - - - - - Returns a based on a number of hours. - - - - - Returns a based on a number of hours, and add the specified - . - - - - - Returns a based on a number of days. - - - - - Returns a based on a number of days, and add the specified - . - - - - - Convenience method for chaining multiple calls to the methods provided by this class. - - - 23.Hours().And(59.Minutes()) - - - - - Extension methods for getting method and property selectors for a type. - - - - - Returns the types that are visible outside the specified . - - - - - Returns a method selector for the current . - - - - - Returns a method selector for the current . - - - - - Returns a property selector for the current . - - - - - Returns a property selector for the current . - - - - - Static class that allows for a 'fluent' selection of the types from an . - - - AllTypes.From(myAssembly)
- .ThatImplement<ISomeInterface>
- .Should()
- .BeDecoratedWith<SomeAttribute>() -
-
- - - Returns a for selecting the types that are visible outside the - specified . - - The assembly from which to select the types. - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class. - - The method to assert. - - - - Initializes a new instance of the class. - - The methods to assert. - - - - Asserts that the selected methods are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of methods of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select methods. - - - - Initializes a new instance of the class. - - The types from which to select methods. - - - - Only select the methods that return the specified type - - - - - Only select the methods that are decorated with an attribute of the specified type. - - - - - The resulting objects. - - - - - Determines whether the specified method has a special name (like properties and events). - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the methods that are public or internal. - - - - - Only select the methods without a return value - - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class, for a single . - - The property to assert. - - - - Initializes a new instance of the class, for a number of objects. - - The properties to assert. - - - - Asserts that the selected properties are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of properties of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select properties. - - - - Initializes a new instance of the class. - - The types from which to select properties. - - - - Only select the properties that are decorated with an attribute of the specified type. - - - - - Only select the properties that return the specified type - - - - - The resulting objects. - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the properties that have a public or internal getter. - - - - - Contains a number of methods to assert that a meets certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current type is equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is equal to the specified type. - - The expected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Creates an error message in case the specifed type differs from the - type. - - - An empty if the two specified types are the same, or an error message that describes that - the two specified types are not the same. - - - - - Asserts that the current type is not equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is not equal to the specified type. - - The unexpected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent filtering a list of types. - - - - - The resulting objects. - - - - - Determines whether a type is a subclass of another type, but NOT the same type. - - - - - Determines whether a type implements an interface (but is not the interface itself). - - - - - Determines whether a type is decorated with a particular attribute. - - - - - Determines whether the namespace of type is exactly . - - - - - Determines whether the namespace of type is starts with . - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Contains a number of methods to assert that all s in a - meet certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the attribute. - - The expected attribute - - - - Asserts that the current equals the attribute. - - The expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has the specified value. - - The expected value - - - - Asserts that the current has the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the element. - - The expected element - - - - Asserts that the current equals the element. - - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an asynchronous method yields the expected result. - - - - - Asserts that the current throws an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the that is being asserted. - - -
-
diff --git a/packages/FluentAssertions.2.0.1/lib/sl4-windowsphone71/FluentAssertions.WindowsPhone.dll b/packages/FluentAssertions.2.0.1/lib/sl4-windowsphone71/FluentAssertions.WindowsPhone.dll deleted file mode 100644 index 7457312c..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/sl4-windowsphone71/FluentAssertions.WindowsPhone.dll and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/sl4-windowsphone71/FluentAssertions.WindowsPhone.pdb b/packages/FluentAssertions.2.0.1/lib/sl4-windowsphone71/FluentAssertions.WindowsPhone.pdb deleted file mode 100644 index 8fcb6c12..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/sl4-windowsphone71/FluentAssertions.WindowsPhone.pdb and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/sl4-windowsphone71/FluentAssertions.WindowsPhone.xml b/packages/FluentAssertions.2.0.1/lib/sl4-windowsphone71/FluentAssertions.WindowsPhone.xml deleted file mode 100644 index fd61bb62..00000000 --- a/packages/FluentAssertions.2.0.1/lib/sl4-windowsphone71/FluentAssertions.WindowsPhone.xml +++ /dev/null @@ -1,5510 +0,0 @@ - - - - FluentAssertions.WindowsPhone - - - - - Initializes a new instance of the class. - - - - - Contains extension methods for custom assertions in unit tests. - - - - - Invokes the specified action on an subject so that you can chain it with any of the ShouldThrow or ShouldNotThrow - overloads. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Asserts that the throws an exception. - - A reference to the method or property. - - The type of the exception it should throw. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - Returns an object that allows asserting additional members of the thrown exception. - - - - - Asserts that the does not throw a particular exception. - - The current method or property. - - The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the does not throw any exception at all. - - The current method or property. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the current . - - - - - - Returns a object that can be used to assert the methods returned by the - current . - - - - - - Returns a object that can be used to assert the - current . - - - - - - Returns a object that can be used to assert the properties returned by the - current . - - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - Notice that actual behavior is determined by the instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - - - A reference to the configuration object that can be used - to influence the way the object graphs are compared. You can also provide an alternative instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Safely casts the specified object to the type specified through . - - - Has been introduced to allow casting objects without breaking the fluent API. - - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Contains a number of methods to assert that a reference type object is in the expected state. - - - - - Asserts that the object is of the specified type . - - The expected type of the object. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the object is assignable to a variable of type . - - The type to which the object should be assignable. - The reason why the object should be assignable to the type. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Gets the object which value is being asserted. - - - - - Asserts that the number of items in the collection matches the supplied amount. - - The expected number of items in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the collection matches a condition stated by the . - - A predicate that yields the number of items that is expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any duplicate items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any null items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the elements that are not expected. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the unexpected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection only contains items that are assignable to the type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in any order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in the specified . - Elements are compared using their implementation. - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - - - Asserts that the collection is a subset of the . - - An with the expected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection is not a subset of the . - - An with the unexpected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Assert that the current collection has the same number of elements as . - - The other collection with the same expected number of elements - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has not been initialized yet with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has been initialized with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has the supplied at the - supplied . - - The index where the element is expected - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection does not contain the supplied item. - - The element that is not expected to be in the collection - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection shares one or more items with the specified . - - The with the expected shared items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not share any items with the specified . - - The to compare to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expectation state. - - - - - Asserts that two collections contain the same items in the same order, where equality is determined using a - predicate. - - - The collection to compare the subject with. - - - A predicate the is used to determine whether two objects should be treated as equal. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains the specified item. - - The expectation item. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection contains some extra items in addition to the original items. - - An of expectation items. - Additional items that are expectation to be contained by the collection. - - - - Asserts that the collection contains at least one item that matches the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection only contains items that match a predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection does not contain any items that match the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Expects the current collection to contain only a single item matching the specified . - - The predictes that will be used to find the matching items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current dictionary has not been initialized yet with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary has been initialized with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches the supplied amount. - - The expected number of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches a condition stated by a predicate. - - The predicate which must be statisfied by the amount of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The expected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current dictionary not to contain all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The unexpected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified key. Keys are compared using - their implementation. - - The expected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified key. - Keys are compared using their implementation. - - The unexpected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified value. Values are compared using - their implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified value. - Values are compared using their implementation. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified . - Keys and values are compared using their implementation. - - The expected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified for the supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified . - Keys and values are compared using their implementation. - - The unexpected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified for the - supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current collection contains the specified object. Elements are compared - using their implementation. - - An object, or of objects that are expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets a dotted path of property names representing the property expression. E.g. Parent.Child.Sibling.Name. - - - - - Finds the first index at which the does not match the - string anymore, including the exact casing. - - - - - Finds the first index at which the does not match the - string anymore, accounting for the specified . - - - - - Gets the quoted three characters at the specified index of a string, including the index itself. - - - - - Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts. - - - - - Joins a string with one or more other strings using a specified separator. - - - Any string that is empty (including the original string) is ignored. - - - - - Determines whether two objects refer to the same property. - - - - - Finds the property by a case-sensitive name. - - - Returns null if no such property exists. - - - - - Determines whether the specified method has been annotated with a specific attribute. - - - true if the specified method has attribute; otherwise, false. - - - - - Provides extension methods for monitoring and querying events. - - - - - Starts monitoring an object for its events. - - Thrown if eventSource is Null. - - - - Asserts that an object has raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised, or - null to refer to all properties. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that all occurences of the event originated from the . - - - - - Asserts that at least one occurrence of the event had an object matching a predicate. - - - - - Static methods that aid in generic event subscription - - - - - Generates an eventhandler for an event of type eventSignature that calls RegisterEvent on recorder - when invoked. - - - - - Finds the Return Type of a Delegate. - - - - - Returns an Array of Types that make up a delegate's parameter signature. - - - - - Returns an array of types appended with an EventRecorder reference at the beginning. - - - - - Returns T/F Dependent on a Type Being a Delegate. - - - - - Returns the MethodInfo for the Delegate's "Invoke" Method. - - - - - Records activity for a single event. - - - - - Records raised events for one event on one object - - - - - Store information about a raised event - - Parameters the event was raised with - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - - The object events are recorded from - The name of the event that's recorded - - - - Enumerate raised events - - - - - Enumerate raised events - - - - - - Called by the auto-generated IL, to record information about a raised event. - - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - Simple dictionary that uses a to the event source as the key. - This should ensure the Garbage Collector can still clean-up the event source object. - - - - - This class is used to store data about an intercepted event - - - - - Default constructor stores the parameters the event was raised with - - - - - Parameters for the event - - - - - Helper class for verifying a condition and/or throwing a test harness specific exception representing an assertion failure. - - - - - Gets an object that wraps and executes a conditional or unconditional verification. - - - - - Represents an abstraction of a particular test framework such as MSTest, nUnit, etc. - - - - - Throws a framework-specific exception to indicate a failing unit test. - - - - - Gets a value indicating whether the corresponding test framework is currently available. - - - - - Provides a fluent API for verifying an arbitrary condition. - - - - - Represents the phrase that can be used in as a placeholder for the reason of an assertion. - - - - - Initializes a new instance of the class. - - - - - Gets the name or identifier of the current subject, or a default value if the subject is not known. - - - - - Specify the condition that must be satisfied. - - If true the verification will be succesful. - - - - Specify a predicate that with the condition that must be satisfied. - - - - - Specify the reason why you expect the condition to be true. - - - A formatted phrase explaining why the condition should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Define the failure message for the verification. - - - If the contains the text "{reason}", this will be replaced by the reason as - defined through . Only 10 are supported in combination with - a {reason}. - - The format string that represents the failure message. - Optional arguments for the - - - - Indicates that every argument passed into is displayed on a separate line. - - - - - Gets or sets the name of the subject for the next verification. - - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- new DateTime(2011, 3, 10)
-
- you can write 3.March(2011)
-
- Or even
-
- 3.March(2011).At(09, 30) -
- -
- - - Returns a new value for the specified and - in the month January. - - - - - Returns a new value for the specified and - in the month February. - - - - - Returns a new value for the specified and - in the month March. - - - - - Returns a new value for the specified and - in the month April. - - - - - Returns a new value for the specified and - in the month May. - - - - - Returns a new value for the specified and - in the month June. - - - - - Returns a new value for the specified and - in the month July. - - - - - Returns a new value for the specified and - in the month August. - - - - - Returns a new value for the specified and - in the month September. - - - - - Returns a new value for the specified and - in the month October. - - - - - Returns a new value for the specified and - in the month November. - - - - - Returns a new value for the specified and - in the month December. - - - - - Returns a new value for the specified and . - - - - - Returns a new value for the specified and time with the specified - , and optionally . - - - - - Returns a new value that is the current before the - specified . - - - - - Returns a new value that is the current after the - specified . - - - - - Specialized value formatter that looks for static methods in the caller's assembly marked with the - . - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Determines whether this instance can handle the specified value. - - The value. - - true if this instance can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Provides services for formatting an object being used in an assertion in a human readable format. - - - - - A list of objects responsible for formatting the objects represented by placeholders. - - - - - Returns a human-readable representation of a particular object. - - The value for which to create a . - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - Indicates whether the formatter should use line breaks when the specific supports it. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Marks a static method as a kind of for a particular type. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Contains a number of extension methods for floating point . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the subject is considered equal to another object according to the implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is not equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Asserts that the value is false. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is true. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Defines the way compares the expected exception - message with the actual one. - - - - - The message must match exactly, including the casing of the characters. - - - - - The message must match except for the casing of the characters. - - - - - The message must start with the exact text, including the casing of the characters.. - - - - - The message must start with the text except for the casing of the characters. - - - - - The message must contain the exact text. - - - - - The message must contain the text except for the casing of the characters. - - - - - The message must match a wildcard pattern consisting of ordinary characters as well as * and ?. - - - - - Contains a number of methods to assert that a is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that the current is exactly equal to the value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is not equal to the value. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is within the specified number of milliseconds (default = 20 ms) - from the specified value. - - - Use this assertion when, for example the database truncates datetimes to nearest 20ms. If you want to assert to the exact datetime, - use . - - - The expected time to compare the actual value with. - - - The maximum amount of milliseconds which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is before the specified value. - - The that the current value is expected to be before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or before the specified value. - - The that the current value is expected to be on or before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is after the specified value. - - The that the current value is expected to be after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or after the specified value. - - The that the current value is expected to be on or after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the year. - - The expected year of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the month. - - The expected month of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the day. - - The expected day of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the hour. - - The expected hour of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the minute. - - The expected minutes of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the second. - - The expected seconds of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Returns a object that can be used to assert that the current - exceeds the specified compared to another . - - - The amount of time that the current should exceed compared to another . - - - - - Returns a object that can be used to assert that the current - is equal to or exceeds the specified compared to another . - - - The amount of time that the current should be equal or exceed compared to - another . - - - - - Returns a object that can be used to assert that the current - differs exactly the specified compared to another . - - - The amount of time that the current should differ exactly compared to another . - - - - - Returns a object that can be used to assert that the current - is within the specified compared to another . - - - The amount of time that the current should be within another . - - - - - Returns a object that can be used to assert that the current - differs at maximum the specified compared to another . - - - The maximum amount of time that the current should differ compared to another . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a is in the correct state. - - - - - Asserts that the is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not equal to the GUID. - - The unexpected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable boolean value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable boolean value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that the time difference of the current is greater than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is equal to the - specified time. - - The expected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is not equal to the - specified time. - - The unexpected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that an object equals another object using its implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object does not equal another object using it's method. - - The unexpected value - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to the exact same object as another object reference. - - The expected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to a different object than another object reference refers to. - - The unexpected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that a string is exactly the same as another string, including the casing and any leading or trailing whitespace. - - The expected string. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with - the exception of the casing. - - - The string that the subject is expected to be equivalent to. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not exactly the same as the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to be equivalent to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts exactly with the specified value, - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends exactly with the specified , - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains another (fragment of a) string. - - - The (fragement of a) string that the current string should contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain another (fragment of a) string. - - - The (fragement of a) string that the current string should not contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain the specified string, - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string has the specified length. - - The expected length of the string - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is neither null nor . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is neither null nor nor white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or or white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the object which value is being asserted. - - - - - Dedicated class for comparing two strings and generating consistent error messages. - - - - - Gets or sets a value indicating whether the subject should not match the pattern. - - - - - Gets or sets a value indicating whether the matching process should ignore any casing difference. - - - - - Contains a number of methods to assert that two objects differ in the expected way. - - - You can use the and for a more fluent - way of specifying a or a . - - - - - Asserts that a occurs a specified amount of time before another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a occurs a specified amount of time after another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Provides the logic and the display text for a . - - - - - Contains a number of methods to assert that an yields the expected result. - - - - - Asserts that the current throws an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw any exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the that is being asserted. - - - - - Contains a number of methods to assert that an is in the correct state. - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - Determines how the expected message is compared with the actual message. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - The reason why the inner exception should be of the supplied type. - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the exception matches a particular condition. - - - The condition that the exception must match. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the exception object of the exception thrown. - - - - - Selection rule that adds all public properties of the subject as far as they are defined on the declared - type. - - - - - Represents a rule that defines which properties of the subject-under-test to include while comparing - two objects for structural equality. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - Type info about the subject. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Selection rule that adds all public properties of the subject based on its run-time type rather than its - declared type. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - General purpose implementation of that uses a predicate to determine whether - this rule applies to a particular property and executes an action to assert equality. - - The type of the subject. - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Provides the required information for executing an equality assertion between a subject and an expectation. - - The type of the subject. - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the value of the - - - - - Gets the value of the expectation object that was matched with the subject using a . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Selection rule that removes a particular property from the structural comparison based on a predicate. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Provides details about the subject's root or nested property. - - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the full path from the root object until the current object separated by dots. - - - - - Gets a display-friendly representation of the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Represents a selection context of a nested property - - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Is responsible for the exact run-time behavior of a structural equality comparison. - - The type of the subject. - - - - Provides the run-time details of the class. - - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets or sets a value indicating whether or not the assertion must perform a deep comparison. - - - - - Gets a configuration that compares all declared properties of the subject with equally named properties of the expectation, - and includes the entire object graph. The names of the properties between the subject and expectation must match. - - - - - Gets a configuration that by default doesn't include any of the subject's properties and doesn't consider any nested objects - or collections. - - - - - Adds all public properties of the subject as far as they are defined on the declared type. - - - - - Adds all public properties of the subject based on its run-time type rather than its declared type. - - - - - Tries to match the properties of the subject with equally named properties on the expectation. Ignores those - properties that don't exist on the expectation. - - - - - Requires the expectation to have properties which are equally named to properties on the subject. - - - - - - Excludes the specified (nested) property from the structural equality check. - - - - - Excludes a (nested) property based on a predicate from the structural equality check. - - - - - Includes the specified property in the equality check. - - - This overrides the default behavior of including all declared properties. - - - - - The assertion to execute when the predicate is met. - - - - - Causes the structural equality check to include nested collections and complex types. - - - - - Causes the structural equality check to ignore any cyclic references. - - - By default, cyclic references within the object graph will cause an exception to be thrown. - - - - - Clears all selection rules, including those that were added by default. - - - - - Clears all matching rules, including those that were added by default. - - - - - Adds a selection rule to the ones allready added by default and which is evaluated after all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets value indicating whether the equality check will include nested collections and complex types. - - - - - Gets value indicating how cyclic references should be handled. By default, it will throw an exception. - - - - - Defines additional overrides when used with - - - - - Allows overriding the way structural equality is applied to (nested) objects of tyoe - - - - - Allows overriding the way structural equality is applied to particular properties. - - - A predicate based on the of the subject that is used to identify the property for which the - override applies. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Indication of how cyclic references should be handled when validating equality of nested properties. - - - - - Cyclic references will be ignored. - - - - - Cyclic references will result in an exception. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Selection rule that removes a particular property from the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Represents a rule that defines how to map the properties from the subject-under-test with the properties - on the expectation object. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Selection rule that includes a particular property in the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Provides information on a particular property during an assertion for structural equality of two object graphs. - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a verification object associated with the current and . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the value of the - - - - - Requires the expectation object to have a property with the exact same name. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the value of the - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Gets a verification object associated with the current and . - - - - - Is responsible for validating the equality of one or more properties of a subject with another object. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Finds a property of the expectation with the exact same name, but doesn't require it. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- TimeSpan.FromHours(12)
-
- you can write
-
- 12.Hours()
-
- Or even
-
- 12.Hours().And(30.Minutes()). -
- -
- - - Returns a based on a number of milliseconds. - - - - - Returns a based on a number of seconds. - - - - - Returns a based on a number of seconds, and add the specified - . - - - - - Returns a based on a number of minutes. - - - - - Returns a based on a number of minutes, and add the specified - . - - - - - Returns a based on a number of hours. - - - - - Returns a based on a number of hours, and add the specified - . - - - - - Returns a based on a number of days. - - - - - Returns a based on a number of days, and add the specified - . - - - - - Convenience method for chaining multiple calls to the methods provided by this class. - - - 23.Hours().And(59.Minutes()) - - - - - Extension methods for getting method and property selectors for a type. - - - - - Returns the types that are visible outside the specified . - - - - - Returns a method selector for the current . - - - - - Returns a method selector for the current . - - - - - Returns a property selector for the current . - - - - - Returns a property selector for the current . - - - - - Static class that allows for a 'fluent' selection of the types from an . - - - AllTypes.From(myAssembly)
- .ThatImplement<ISomeInterface>
- .Should()
- .BeDecoratedWith<SomeAttribute>() -
-
- - - Returns a for selecting the types that are visible outside the - specified . - - The assembly from which to select the types. - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class. - - The method to assert. - - - - Initializes a new instance of the class. - - The methods to assert. - - - - Asserts that the selected methods are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of methods of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select methods. - - - - Initializes a new instance of the class. - - The types from which to select methods. - - - - Only select the methods that return the specified type - - - - - Only select the methods that are decorated with an attribute of the specified type. - - - - - The resulting objects. - - - - - Determines whether the specified method has a special name (like properties and events). - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the methods that are public or internal. - - - - - Only select the methods without a return value - - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class, for a single . - - The property to assert. - - - - Initializes a new instance of the class, for a number of objects. - - The properties to assert. - - - - Asserts that the selected properties are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of properties of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select properties. - - - - Initializes a new instance of the class. - - The types from which to select properties. - - - - Only select the properties that are decorated with an attribute of the specified type. - - - - - Only select the properties that return the specified type - - - - - The resulting objects. - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the properties that have a public or internal getter. - - - - - Contains a number of methods to assert that a meets certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current type is equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is equal to the specified type. - - The expected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Creates an error message in case the specifed type differs from the - type. - - - An empty if the two specified types are the same, or an error message that describes that - the two specified types are not the same. - - - - - Asserts that the current type is not equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is not equal to the specified type. - - The unexpected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that all s in a - meet certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent filtering a list of types. - - - - - The resulting objects. - - - - - Determines whether a type is a subclass of another type, but NOT the same type. - - - - - Determines whether a type implements an interface (but is not the interface itself). - - - - - Determines whether a type is decorated with a particular attribute. - - - - - Determines whether the namespace of type is exactly . - - - - - Determines whether the namespace of type is starts with . - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the attribute. - - The expected attribute - - - - Asserts that the current equals the attribute. - - The expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has the specified value. - - The expected value - - - - Asserts that the current has the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the element. - - The expected element - - - - Asserts that the current equals the element. - - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - -
-
diff --git a/packages/FluentAssertions.2.0.1/lib/sl4/FluentAssertions.Silverlight.dll b/packages/FluentAssertions.2.0.1/lib/sl4/FluentAssertions.Silverlight.dll deleted file mode 100644 index c30ed0f0..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/sl4/FluentAssertions.Silverlight.dll and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/sl4/FluentAssertions.Silverlight.pdb b/packages/FluentAssertions.2.0.1/lib/sl4/FluentAssertions.Silverlight.pdb deleted file mode 100644 index 54e4c970..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/sl4/FluentAssertions.Silverlight.pdb and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/sl4/FluentAssertions.Silverlight.xml b/packages/FluentAssertions.2.0.1/lib/sl4/FluentAssertions.Silverlight.xml deleted file mode 100644 index 52606115..00000000 --- a/packages/FluentAssertions.2.0.1/lib/sl4/FluentAssertions.Silverlight.xml +++ /dev/null @@ -1,5572 +0,0 @@ - - - - FluentAssertions.Silverlight - - - - - Initializes a new instance of the class. - - - - - Contains extension methods for custom assertions in unit tests. - - - - - Invokes the specified action on an subject so that you can chain it with any of the ShouldThrow or ShouldNotThrow - overloads. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Asserts that the throws an exception. - - A reference to the method or property. - - The type of the exception it should throw. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - Returns an object that allows asserting additional members of the thrown exception. - - - - - Asserts that the does not throw a particular exception. - - The current method or property. - - The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the does not throw any exception at all. - - The current method or property. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the current . - - - - - - Returns a object that can be used to assert the methods returned by the - current . - - - - - - Returns a object that can be used to assert the - current . - - - - - - Returns a object that can be used to assert the properties returned by the - current . - - - - - - Asserts that the properties of an object matches those of another object. - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - Notice that actual behavior is determined by the instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - - - A reference to the configuration object that can be used - to influence the way the object graphs are compared. You can also provide an alternative instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Safely casts the specified object to the type specified through . - - - Has been introduced to allow casting objects without breaking the fluent API. - - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Contains a number of methods to assert that a reference type object is in the expected state. - - - - - Asserts that the object is of the specified type . - - The expected type of the object. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the object is assignable to a variable of type . - - The type to which the object should be assignable. - The reason why the object should be assignable to the type. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Gets the object which value is being asserted. - - - - - Asserts that the number of items in the collection matches the supplied amount. - - The expected number of items in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the collection matches a condition stated by the . - - A predicate that yields the number of items that is expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any duplicate items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any null items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the elements that are not expected. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the unexpected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection only contains items that are assignable to the type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in any order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in the specified . - Elements are compared using their implementation. - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - - - Asserts that the collection is a subset of the . - - An with the expected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection is not a subset of the . - - An with the unexpected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Assert that the current collection has the same number of elements as . - - The other collection with the same expected number of elements - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has not been initialized yet with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has been initialized with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has the supplied at the - supplied . - - The index where the element is expected - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection does not contain the supplied item. - - The element that is not expected to be in the collection - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection shares one or more items with the specified . - - The with the expected shared items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not share any items with the specified . - - The to compare to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expectation state. - - - - - Asserts that two collections contain the same items in the same order, where equality is determined using a - predicate. - - - The collection to compare the subject with. - - - A predicate the is used to determine whether two objects should be treated as equal. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains the specified item. - - The expectation item. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection contains some extra items in addition to the original items. - - An of expectation items. - Additional items that are expectation to be contained by the collection. - - - - Asserts that the collection contains at least one item that matches the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection only contains items that match a predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection does not contain any items that match the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Expects the current collection to contain only a single item matching the specified . - - The predictes that will be used to find the matching items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current dictionary has not been initialized yet with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary has been initialized with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches the supplied amount. - - The expected number of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches a condition stated by a predicate. - - The predicate which must be statisfied by the amount of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The expected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current dictionary not to contain all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The unexpected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified key. Keys are compared using - their implementation. - - The expected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified key. - Keys are compared using their implementation. - - The unexpected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified value. Values are compared using - their implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified value. - Values are compared using their implementation. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified . - Keys and values are compared using their implementation. - - The expected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified for the supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified . - Keys and values are compared using their implementation. - - The unexpected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified for the - supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current collection contains the specified object. Elements are compared - using their implementation. - - An object, or of objects that are expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets a dotted path of property names representing the property expression. E.g. Parent.Child.Sibling.Name. - - - - - Finds the first index at which the does not match the - string anymore, including the exact casing. - - - - - Finds the first index at which the does not match the - string anymore, accounting for the specified . - - - - - Gets the quoted three characters at the specified index of a string, including the index itself. - - - - - Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts. - - - - - Joins a string with one or more other strings using a specified separator. - - - Any string that is empty (including the original string) is ignored. - - - - - Determines whether two objects refer to the same property. - - - - - Finds the property by a case-sensitive name. - - - Returns null if no such property exists. - - - - - Determines whether the specified method has been annotated with a specific attribute. - - - true if the specified method has attribute; otherwise, false. - - - - - Provides extension methods for monitoring and querying events. - - - - - Starts monitoring an object for its events. - - Thrown if eventSource is Null. - - - - Asserts that an object has raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised, or - null to refer to all properties. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that all occurences of the event originated from the . - - - - - Asserts that at least one occurrence of the event had an object matching a predicate. - - - - - Static methods that aid in generic event subscription - - - - - Generates an eventhandler for an event of type eventSignature that calls RegisterEvent on recorder - when invoked. - - - - - Finds the Return Type of a Delegate. - - - - - Returns an Array of Types that make up a delegate's parameter signature. - - - - - Returns an array of types appended with an EventRecorder reference at the beginning. - - - - - Returns T/F Dependent on a Type Being a Delegate. - - - - - Returns the MethodInfo for the Delegate's "Invoke" Method. - - - - - Records activity for a single event. - - - - - Records raised events for one event on one object - - - - - Store information about a raised event - - Parameters the event was raised with - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - - The object events are recorded from - The name of the event that's recorded - - - - Enumerate raised events - - - - - Enumerate raised events - - - - - - Called by the auto-generated IL, to record information about a raised event. - - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - Simple dictionary that uses a to the event source as the key. - This should ensure the Garbage Collector can still clean-up the event source object. - - - - - This class is used to store data about an intercepted event - - - - - Default constructor stores the parameters the event was raised with - - - - - Parameters for the event - - - - - Helper class for verifying a condition and/or throwing a test harness specific exception representing an assertion failure. - - - - - Gets an object that wraps and executes a conditional or unconditional verification. - - - - - Provides a fluent API for verifying an arbitrary condition. - - - - - Represents the phrase that can be used in as a placeholder for the reason of an assertion. - - - - - Initializes a new instance of the class. - - - - - Gets the name or identifier of the current subject, or a default value if the subject is not known. - - - - - Specify the condition that must be satisfied. - - If true the verification will be succesful. - - - - Specify a predicate that with the condition that must be satisfied. - - - - - Specify the reason why you expect the condition to be true. - - - A formatted phrase explaining why the condition should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Define the failure message for the verification. - - - If the contains the text "{reason}", this will be replaced by the reason as - defined through . Only 10 are supported in combination with - a {reason}. - - The format string that represents the failure message. - Optional arguments for the - - - - Indicates that every argument passed into is displayed on a separate line. - - - - - Gets or sets the name of the subject for the next verification. - - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- new DateTime(2011, 3, 10)
-
- you can write 3.March(2011)
-
- Or even
-
- 3.March(2011).At(09, 30) -
- -
- - - Returns a new value for the specified and - in the month January. - - - - - Returns a new value for the specified and - in the month February. - - - - - Returns a new value for the specified and - in the month March. - - - - - Returns a new value for the specified and - in the month April. - - - - - Returns a new value for the specified and - in the month May. - - - - - Returns a new value for the specified and - in the month June. - - - - - Returns a new value for the specified and - in the month July. - - - - - Returns a new value for the specified and - in the month August. - - - - - Returns a new value for the specified and - in the month September. - - - - - Returns a new value for the specified and - in the month October. - - - - - Returns a new value for the specified and - in the month November. - - - - - Returns a new value for the specified and - in the month December. - - - - - Returns a new value for the specified and . - - - - - Returns a new value for the specified and time with the specified - , and optionally . - - - - - Returns a new value that is the current before the - specified . - - - - - Returns a new value that is the current after the - specified . - - - - - Specialized value formatter that looks for static methods in the caller's assembly marked with the - . - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Determines whether this instance can handle the specified value. - - The value. - - true if this instance can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Provides services for formatting an object being used in an assertion in a human readable format. - - - - - A list of objects responsible for formatting the objects represented by placeholders. - - - - - Returns a human-readable representation of a particular object. - - The value for which to create a . - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - Indicates whether the formatter should use line breaks when the specific supports it. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Marks a static method as a kind of for a particular type. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Contains a number of extension methods for floating point . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the subject is considered equal to another object according to the implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is not equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Asserts that the value is false. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is true. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Defines the way compares the expected exception - message with the actual one. - - - - - The message must match exactly, including the casing of the characters. - - - - - The message must match except for the casing of the characters. - - - - - The message must start with the exact text, including the casing of the characters.. - - - - - The message must start with the text except for the casing of the characters. - - - - - The message must contain the exact text. - - - - - The message must contain the text except for the casing of the characters. - - - - - The message must match a wildcard pattern consisting of ordinary characters as well as * and ?. - - - - - Contains a number of methods to assert that a is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that the current is exactly equal to the value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is not equal to the value. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is within the specified number of milliseconds (default = 20 ms) - from the specified value. - - - Use this assertion when, for example the database truncates datetimes to nearest 20ms. If you want to assert to the exact datetime, - use . - - - The expected time to compare the actual value with. - - - The maximum amount of milliseconds which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is before the specified value. - - The that the current value is expected to be before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or before the specified value. - - The that the current value is expected to be on or before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is after the specified value. - - The that the current value is expected to be after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or after the specified value. - - The that the current value is expected to be on or after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the year. - - The expected year of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the month. - - The expected month of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the day. - - The expected day of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the hour. - - The expected hour of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the minute. - - The expected minutes of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the second. - - The expected seconds of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Returns a object that can be used to assert that the current - exceeds the specified compared to another . - - - The amount of time that the current should exceed compared to another . - - - - - Returns a object that can be used to assert that the current - is equal to or exceeds the specified compared to another . - - - The amount of time that the current should be equal or exceed compared to - another . - - - - - Returns a object that can be used to assert that the current - differs exactly the specified compared to another . - - - The amount of time that the current should differ exactly compared to another . - - - - - Returns a object that can be used to assert that the current - is within the specified compared to another . - - - The amount of time that the current should be within another . - - - - - Returns a object that can be used to assert that the current - differs at maximum the specified compared to another . - - - The maximum amount of time that the current should differ compared to another . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a is in the correct state. - - - - - Asserts that the is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not equal to the GUID. - - The unexpected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable boolean value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable boolean value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that the time difference of the current is greater than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is equal to the - specified time. - - The expected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is not equal to the - specified time. - - The unexpected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that an object equals another object using its implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object does not equal another object using it's method. - - The unexpected value - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to the exact same object as another object reference. - - The expected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to a different object than another object reference refers to. - - The unexpected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that a string is exactly the same as another string, including the casing and any leading or trailing whitespace. - - The expected string. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with - the exception of the casing. - - - The string that the subject is expected to be equivalent to. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not exactly the same as the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to be equivalent to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts exactly with the specified value, - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends exactly with the specified , - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains another (fragment of a) string. - - - The (fragement of a) string that the current string should contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain another (fragment of a) string. - - - The (fragement of a) string that the current string should not contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain the specified string, - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string has the specified length. - - The expected length of the string - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is neither null nor . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is neither null nor nor white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or or white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the object which value is being asserted. - - - - - Dedicated class for comparing two strings and generating consistent error messages. - - - - - Gets or sets a value indicating whether the subject should not match the pattern. - - - - - Gets or sets a value indicating whether the matching process should ignore any casing difference. - - - - - Contains a number of methods to assert that two objects differ in the expected way. - - - You can use the and for a more fluent - way of specifying a or a . - - - - - Asserts that a occurs a specified amount of time before another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a occurs a specified amount of time after another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Provides the logic and the display text for a . - - - - - Contains a number of methods to assert that an yields the expected result. - - - - - Asserts that the current throws an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw any exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the that is being asserted. - - - - - Contains a number of methods to assert that an is in the correct state. - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - Determines how the expected message is compared with the actual message. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - The reason why the inner exception should be of the supplied type. - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the exception matches a particular condition. - - - The condition that the exception must match. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the exception object of the exception thrown. - - - - - Selection rule that adds all public properties of the subject as far as they are defined on the declared - type. - - - - - Represents a rule that defines which properties of the subject-under-test to include while comparing - two objects for structural equality. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - Type info about the subject. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Selection rule that adds all public properties of the subject based on its run-time type rather than its - declared type. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - General purpose implementation of that uses a predicate to determine whether - this rule applies to a particular property and executes an action to assert equality. - - The type of the subject. - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Provides the required information for executing an equality assertion between a subject and an expectation. - - The type of the subject. - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the value of the - - - - - Gets the value of the expectation object that was matched with the subject using a . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Selection rule that removes a particular property from the structural comparison based on a predicate. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Provides details about the subject's root or nested property. - - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the full path from the root object until the current object separated by dots. - - - - - Gets a display-friendly representation of the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Represents a selection context of a nested property - - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Is responsible for the exact run-time behavior of a structural equality comparison. - - The type of the subject. - - - - Provides the run-time details of the class. - - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets or sets a value indicating whether or not the assertion must perform a deep comparison. - - - - - Gets a configuration that compares all declared properties of the subject with equally named properties of the expectation, - and includes the entire object graph. The names of the properties between the subject and expectation must match. - - - - - Gets a configuration that by default doesn't include any of the subject's properties and doesn't consider any nested objects - or collections. - - - - - Adds all public properties of the subject as far as they are defined on the declared type. - - - - - Adds all public properties of the subject based on its run-time type rather than its declared type. - - - - - Tries to match the properties of the subject with equally named properties on the expectation. Ignores those - properties that don't exist on the expectation. - - - - - Requires the expectation to have properties which are equally named to properties on the subject. - - - - - - Excludes the specified (nested) property from the structural equality check. - - - - - Excludes a (nested) property based on a predicate from the structural equality check. - - - - - Includes the specified property in the equality check. - - - This overrides the default behavior of including all declared properties. - - - - - The assertion to execute when the predicate is met. - - - - - Causes the structural equality check to include nested collections and complex types. - - - - - Causes the structural equality check to ignore any cyclic references. - - - By default, cyclic references within the object graph will cause an exception to be thrown. - - - - - Clears all selection rules, including those that were added by default. - - - - - Clears all matching rules, including those that were added by default. - - - - - Adds a selection rule to the ones allready added by default and which is evaluated after all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets value indicating whether the equality check will include nested collections and complex types. - - - - - Gets value indicating how cyclic references should be handled. By default, it will throw an exception. - - - - - Defines additional overrides when used with - - - - - Allows overriding the way structural equality is applied to (nested) objects of tyoe - - - - - Allows overriding the way structural equality is applied to particular properties. - - - A predicate based on the of the subject that is used to identify the property for which the - override applies. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Indication of how cyclic references should be handled when validating equality of nested properties. - - - - - Cyclic references will be ignored. - - - - - Cyclic references will result in an exception. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Selection rule that removes a particular property from the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Represents a rule that defines how to map the properties from the subject-under-test with the properties - on the expectation object. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Selection rule that includes a particular property in the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Provides information on a particular property during an assertion for structural equality of two object graphs. - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a verification object associated with the current and . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the value of the - - - - - Requires the expectation object to have a property with the exact same name. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Provides methods for selecting one or more properties of an object and comparing them with another object. - - - - - Includes all properties of when comparing the subject with another object using . - - - - - Includes all properties of including those of the run-time type when comparing the subject - with another object using . - - - - - Includes all properties of when comparing the subject with another object using , - except those that the other object does not have. - - - - - Perform recursive property comparison of the child properties for objects that are of incompatible type. - - - Indication of how cyclic references in the nested properties should be handled. By default this will result in an - exception, but if is specified, cyclic references will just be ignored. - - - - - Includes all properties of when comparing the subject with another object using , - except those specified using a property expression. - - A single property expression to exclude. - Optional list of additional property expressions to exclude. - - - - Excludes the properties specified by the from the comparison. - - A single property expression to exclude. - Optional list of additional property expressions to exclude. - - - - Includes only those properties of when comparing the subject with another object using - that were specified using a property expression. - - A single property expression to include. - Optional list of additional property expressions to include. - - - - Asserts that the previously selected properties of have the same value as the equally named - properties of . - - The object to compare the current object with - - Property values are considered equal if, after converting them to the requested type, calling - returns true. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the value of the - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Gets a verification object associated with the current and . - - - - - Is responsible for validating the equality of one or more properties of a subject with another object. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Finds a property of the expectation with the exact same name, but doesn't require it. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- TimeSpan.FromHours(12)
-
- you can write
-
- 12.Hours()
-
- Or even
-
- 12.Hours().And(30.Minutes()). -
- -
- - - Returns a based on a number of milliseconds. - - - - - Returns a based on a number of seconds. - - - - - Returns a based on a number of seconds, and add the specified - . - - - - - Returns a based on a number of minutes. - - - - - Returns a based on a number of minutes, and add the specified - . - - - - - Returns a based on a number of hours. - - - - - Returns a based on a number of hours, and add the specified - . - - - - - Returns a based on a number of days. - - - - - Returns a based on a number of days, and add the specified - . - - - - - Convenience method for chaining multiple calls to the methods provided by this class. - - - 23.Hours().And(59.Minutes()) - - - - - Extension methods for getting method and property selectors for a type. - - - - - Returns the types that are visible outside the specified . - - - - - Returns a method selector for the current . - - - - - Returns a method selector for the current . - - - - - Returns a property selector for the current . - - - - - Returns a property selector for the current . - - - - - Static class that allows for a 'fluent' selection of the types from an . - - - AllTypes.From(myAssembly)
- .ThatImplement<ISomeInterface>
- .Should()
- .BeDecoratedWith<SomeAttribute>() -
-
- - - Returns a for selecting the types that are visible outside the - specified . - - The assembly from which to select the types. - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class. - - The method to assert. - - - - Initializes a new instance of the class. - - The methods to assert. - - - - Asserts that the selected methods are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of methods of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select methods. - - - - Initializes a new instance of the class. - - The types from which to select methods. - - - - Only select the methods that return the specified type - - - - - Only select the methods that are decorated with an attribute of the specified type. - - - - - The resulting objects. - - - - - Determines whether the specified method has a special name (like properties and events). - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the methods that are public or internal. - - - - - Only select the methods without a return value - - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class, for a single . - - The property to assert. - - - - Initializes a new instance of the class, for a number of objects. - - The properties to assert. - - - - Asserts that the selected properties are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of properties of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select properties. - - - - Initializes a new instance of the class. - - The types from which to select properties. - - - - Only select the properties that are decorated with an attribute of the specified type. - - - - - Only select the properties that return the specified type - - - - - The resulting objects. - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the properties that have a public or internal getter. - - - - - Contains a number of methods to assert that a meets certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current type is equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is equal to the specified type. - - The expected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Creates an error message in case the specifed type differs from the - type. - - - An empty if the two specified types are the same, or an error message that describes that - the two specified types are not the same. - - - - - Asserts that the current type is not equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is not equal to the specified type. - - The unexpected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent filtering a list of types. - - - - - The resulting objects. - - - - - Determines whether a type is a subclass of another type, but NOT the same type. - - - - - Determines whether a type implements an interface (but is not the interface itself). - - - - - Determines whether a type is decorated with a particular attribute. - - - - - Determines whether the namespace of type is exactly . - - - - - Determines whether the namespace of type is starts with . - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Contains a number of methods to assert that all s in a - meet certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the attribute. - - The expected attribute - - - - Asserts that the current equals the attribute. - - The expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has the specified value. - - The expected value - - - - Asserts that the current has the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the element. - - The expected element - - - - Asserts that the current equals the element. - - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - -
-
diff --git a/packages/FluentAssertions.2.0.1/lib/sl4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll b/packages/FluentAssertions.2.0.1/lib/sl4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll deleted file mode 100644 index 9313918b..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/sl4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/sl4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.pdb b/packages/FluentAssertions.2.0.1/lib/sl4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.pdb deleted file mode 100644 index 6096960b..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/sl4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.pdb and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/sl4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml b/packages/FluentAssertions.2.0.1/lib/sl4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml deleted file mode 100644 index f8009f50..00000000 --- a/packages/FluentAssertions.2.0.1/lib/sl4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml +++ /dev/null @@ -1,3429 +0,0 @@ - - - - Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight - - - - - UrlToTest specifies the url that should be requested to give context to the test. - - - - - An unused attribute. - - - - - - Gets the URL to test. - - - - - AspNetDevelopmentServer specifies the settings to be used for the - ASP.NET Development Server for the test. - - - - - Initializes the AspNetDevelopmentServerAttribute. - - The name. - The path to web app. - - - - Initializes the AspNetDevelopmentServerAttribute. - - The name. - The path to web app. - The web app root. - - - - Gets the name. - - - - - Gets the PathToWebApp. - - - - - Gets the web app root. - - - - - AspNetDevelopmentServerHost specifies the settings to be used when - ASP.NET Development Server is the host server for the test. - - - - - Initializes the AspNetDevelopmentServerHostAttribute. - - The path to the web app. - - - - Initializes the AspNetDevelopmentServerHostAttribute. - - The path to the web app. - The web app root. - - - - Gets the path to the web application. - - - - - Gets the WebAppRoot. - - - - - For ASP.NET sites that require basic authentication, specify the - user name and password using the Credential attribute. - WARNING: The password is stored in plain text in source code - and in the compiled assembly. Restrict access to the source code - and assembly to protect this sensitive information. - - - - - Specify the user name and password needed to access the web site under test. - - The user name. - - The password. WARNING: The password is stored in plain text in source code - and in the compiled assembly. Restrict access to the source code and assembly - to protect this sensitive information. - - - - - Specify the user name, password, and domain needed to access the web site under test. - - The user name. - - The password. WARNING: The password is stored in plain text in source code - and in the compiled assembly. Restrict access to the source code and assembly - to protect this sensitive information. - - The domain. - - - - Gets the user name. - - - - - Gets the password. - - - - - Gets the domain. - - - - - Base class for Framework Exceptions, provides localization trick so that messages are in HA locale. - - - - - Initializes a new UnitTestAssertException. - - - - - Initializes UnitTestAssertException. - - The message. - - - - Gets the Message string. - - - - - AssertFailedException class. Used to indicate failure for a test case - - - - - Initializes a new AssertFailedException. - - The message. - - - - AssertFailedException - - The message. - The inner exception. - - - - The AssertInconclusiveException class. - - - - - Initializes a new AssertInconclusiveException. - - The message. - - - - Initializes a new AssertInconclusiveException. - - The message. - The inner exception. - - - - Initializes a new AssertInconclusiveException. - - - - - InternalTestFailureException class. Used to indicate internal failure - for a test case. - - - - - Initializes a new InternalTestFailureException. - - The message. - - - - Initializes a new InternalTestFailureException. - - The message. - The inner exception. - - - - Initializes a new InternalTestFailureException. - - - - - A collection of helper classes to test various conditions within - unit tests. If the condition being tested is not met, an exception - is thrown. - - - - - - - - - - Tests whether the specified condition is true and throws an exception - if the condition is false. - - The condition the test expects to be true. - - Thrown if is false. - - - - - Tests whether the specified condition is true and throws an exception - if the condition is false. - - The condition the test expects to be true. - - The message to include in the exception when - is false. The message is shown in test results. - - - Thrown if is false. - - - - - Tests whether the specified condition is true and throws an exception - if the condition is false. - - The condition the test expects to be true. - - The message to include in the exception when - is false. The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if is false. - - - - - Tests whether the specified condition is false and throws an exception - if the condition is true. - - The condition the test expects to be false. - - Thrown if is true. - - - - - Tests whether the specified condition is false and throws an exception - if the condition is true. - - The condition the test expects to be false. - - The message to include in the exception when - is true. The message is shown in test results. - - - Thrown if is true. - - - - - Tests whether the specified condition is false and throws an exception - if the condition is true. - - The condition the test expects to be false. - - The message to include in the exception when - is true. The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if is true. - - - - - Tests whether the specified object is null and throws an exception - if it is not. - - The object the test expects to be null. - - Thrown if is not null. - - - - - Tests whether the specified object is null and throws an exception - if it is not. - - The object the test expects to be null. - - The message to include in the exception when - is not null. The message is shown in test results. - - - Thrown if is not null. - - - - - Tests whether the specified object is null and throws an exception - if it is not. - - The object the test expects to be null. - - The message to include in the exception when - is not null. The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if is not null. - - - - - Tests whether the specified object is non-null and throws an exception - if it is null. - - The object the test expects not to be null. - - Thrown if is null. - - - - - Tests whether the specified object is non-null and throws an exception - if it is null. - - The object the test expects not to be null. - - The message to include in the exception when - is null. The message is shown in test results. - - - Thrown if is null. - - - - - Tests whether the specified object is non-null and throws an exception - if it is null. - - The object the test expects not to be null. - - The message to include in the exception when - is null. The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if is null. - - - - - Tests whether the specified objects both refer to the same object and - throws an exception if the two inputs do not refer to the same object. - - - The first object to compare. This is the value the test expects. - - - The second object to compare. This is the value produced by the code under test. - - - Thrown if does not refer to the same object - as . - - - - - Tests whether the specified objects both refer to the same object and - throws an exception if the two inputs do not refer to the same object. - - - The first object to compare. This is the value the test expects. - - - The second object to compare. This is the value produced by the code under test. - - - The message to include in the exception when - is not the same as . The message is shown - in test results. - - - Thrown if does not refer to the same object - as . - - - - - Tests whether the specified objects both refer to the same object and - throws an exception if the two inputs do not refer to the same object. - - - The first object to compare. This is the value the test expects. - - - The second object to compare. This is the value produced by the code under test. - - - The message to include in the exception when - is not the same as . The message is shown - in test results. - - - An array of parameters to use when formatting . - - - Thrown if does not refer to the same object - as . - - - - - Tests whether the specified objects refer to different objects and - throws an exception if the two inputs refer to the same object. - - - The first object to compare. This is the value the test expects not - to match . - - - The second object to compare. This is the value produced by the code under test. - - - Thrown if refers to the same object - as . - - - - - Tests whether the specified objects refer to different objects and - throws an exception if the two inputs refer to the same object. - - - The first object to compare. This is the value the test expects not - to match . - - - The second object to compare. This is the value produced by the code under test. - - - The message to include in the exception when - is the same as . The message is shown in - test results. - - - Thrown if refers to the same object - as . - - - - - Tests whether the specified objects refer to different objects and - throws an exception if the two inputs refer to the same object. - - - The first object to compare. This is the value the test expects not - to match . - - - The second object to compare. This is the value produced by the code under test. - - - The message to include in the exception when - is the same as . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if refers to the same object - as . - - - - - Tests whether the specified values are equal and throws an exception - if the two values are not equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - The type of values to compare. - - The first value to compare. This is the value the tests expects. - - - The second value to compare. This is the value produced by the code under test. - - - Thrown if is not equal to - . - - - - - Tests whether the specified values are equal and throws an exception - if the two values are not equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - The type of values to compare. - - The first value to compare. This is the value the tests expects. - - - The second value to compare. This is the value produced by the code under test. - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - Thrown if is not equal to - . - - - - - Tests whether the specified values are equal and throws an exception - if the two values are not equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - The type of values to compare. - - The first value to compare. This is the value the tests expects. - - - The second value to compare. This is the value produced by the code under test. - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is not equal to - . - - - - - Tests whether the specified values are unequal and throws an exception - if the two values are equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - The type of values to compare. - - The first value to compare. This is the value the test expects not - to match . - - - The second value to compare. This is the value produced by the code under test. - - - Thrown if is equal to . - - - - - Tests whether the specified values are unequal and throws an exception - if the two values are equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - The type of values to compare. - - The first value to compare. This is the value the test expects not - to match . - - - The second value to compare. This is the value produced by the code under test. - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - Thrown if is equal to . - - - - - Tests whether the specified values are unequal and throws an exception - if the two values are equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - The type of values to compare. - - The first value to compare. This is the value the test expects not - to match . - - - The second value to compare. This is the value produced by the code under test. - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is equal to . - - - - - Tests whether the specified objects are equal and throws an exception - if the two objects are not equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - - The first object to compare. This is the object the tests expects. - - - The second object to compare. This is the object produced by the code under test. - - - Thrown if is not equal to - . - - - - - Tests whether the specified objects are equal and throws an exception - if the two objects are not equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - - The first object to compare. This is the object the tests expects. - - - The second object to compare. This is the object produced by the code under test. - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - Thrown if is not equal to - . - - - - - Tests whether the specified objects are equal and throws an exception - if the two objects are not equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - - The first object to compare. This is the object the tests expects. - - - The second object to compare. This is the object produced by the code under test. - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is not equal to - . - - - - - Tests whether the specified objects are unequal and throws an exception - if the two objects are equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - - The first object to compare. This is the value the test expects not - to match . - - - The second object to compare. This is the object produced by the code under test. - - - Thrown if is equal to . - - - - - Tests whether the specified objects are unequal and throws an exception - if the two objects are equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - - The first object to compare. This is the value the test expects not - to match . - - - The second object to compare. This is the object produced by the code under test. - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - Thrown if is equal to . - - - - - Tests whether the specified objects are unequal and throws an exception - if the two objects are equal. Different numeric types are treated - as unequal even if the logical values are equal. 42L is not equal to 42. - - - The first object to compare. This is the value the test expects not - to match . - - - The second object to compare. This is the object produced by the code under test. - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is equal to . - - - - - Tests whether the specified floats are equal and throws an exception - if they are not equal. - - - The first float to compare. This is the float the tests expects. - - - The second float to compare. This is the float produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by more than . - - - Thrown if is not equal to - . - - - - - Tests whether the specified floats are equal and throws an exception - if they are not equal. - - - The first float to compare. This is the float the tests expects. - - - The second float to compare. This is the float produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by more than . - - - The message to include in the exception when - is different than by more than - . The message is shown in test results. - - - Thrown if is not equal to - . - - - - - Tests whether the specified floats are equal and throws an exception - if they are not equal. - - - The first float to compare. This is the float the tests expects. - - - The second float to compare. This is the float produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by more than . - - - The message to include in the exception when - is different than by more than - . The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if is not equal to - . - - - - - Tests whether the specified floats are unequal and throws an exception - if they are equal. - - - The first float to compare. This is the float the test expects not to - match . - - - The second float to compare. This is the float produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by at most . - - - Thrown if is equal to . - - - - - Tests whether the specified floats are unequal and throws an exception - if they are equal. - - - The first float to compare. This is the float the test expects not to - match . - - - The second float to compare. This is the float produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by at most . - - - The message to include in the exception when - is equal to or different by less than - . The message is shown in test results. - - - Thrown if is equal to . - - - - - Tests whether the specified floats are unequal and throws an exception - if they are equal. - - - The first float to compare. This is the float the test expects not to - match . - - - The second float to compare. This is the float produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by at most . - - - The message to include in the exception when - is equal to or different by less than - . The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if is equal to . - - - - - Tests whether the specified doubles are equal and throws an exception - if they are not equal. - - - The first double to compare. This is the double the tests expects. - - - The second double to compare. This is the double produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by more than . - - - Thrown if is not equal to - . - - - - - Tests whether the specified doubles are equal and throws an exception - if they are not equal. - - - The first double to compare. This is the double the tests expects. - - - The second double to compare. This is the double produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by more than . - - - The message to include in the exception when - is different than by more than - . The message is shown in test results. - - - Thrown if is not equal to - . - - - - - Tests whether the specified doubles are equal and throws an exception - if they are not equal. - - - The first double to compare. This is the double the tests expects. - - - The second double to compare. This is the double produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by more than . - - - The message to include in the exception when - is different than by more than - . The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if is not equal to - . - - - - - Tests whether the specified doubles are unequal and throws an exception - if they are equal. - - - The first double to compare. This is the double the test expects not to - match . - - - The second double to compare. This is the double produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by at most . - - - Thrown if is equal to . - - - - - Tests whether the specified doubles are unequal and throws an exception - if they are equal. - - - The first double to compare. This is the double the test expects not to - match . - - - The second double to compare. This is the double produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by at most . - - - The message to include in the exception when - is equal to or different by less than - . The message is shown in test results. - - - Thrown if is equal to . - - - - - Tests whether the specified doubles are unequal and throws an exception - if they are equal. - - - The first double to compare. This is the double the test expects not to - match . - - - The second double to compare. This is the double produced by the code under test. - - - The required accuracy. An exception will be thrown only if - is different than - by at most . - - - The message to include in the exception when - is equal to or different by less than - . The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if is equal to . - - - - - Tests whether the specified strings are equal and throws an exception - if they are not equal. The invariant culture is used for the comparison. - - - The first string to compare. This is the string the tests expects. - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - Thrown if is not equal to - . - - - - - Tests whether the specified strings are equal and throws an exception - if they are not equal. The invariant culture is used for the comparison. - - - The first string to compare. This is the string the tests expects. - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - Thrown if is not equal to - . - - - - - Tests whether the specified strings are equal and throws an exception - if they are not equal. The invariant culture is used for the comparison. - - - The first string to compare. This is the string the tests expects. - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is not equal to - . - - - - - Tests whether the specified strings are equal and throws an exception - if they are not equal. - - - The first string to compare. This is the string the tests expects. - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - A CultureInfo object that supplies culture-specific comparison information. - - - Thrown if is not equal to - . - - - - - Tests whether the specified strings are equal and throws an exception - if they are not equal. - - - The first string to compare. This is the string the tests expects. - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - A CultureInfo object that supplies culture-specific comparison information. - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - Thrown if is not equal to - . - - - - - Tests whether the specified strings are equal and throws an exception - if they are not equal. - - - The first string to compare. This is the string the tests expects. - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - A CultureInfo object that supplies culture-specific comparison information. - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is not equal to - . - - - - - Tests whether the specified strings are unequal and throws an exception - if they are equal. The invariant culture is used for the comparison. - - - The first string to compare. This is the string the test expects not to - match . - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - Thrown if is equal to . - - - - - Tests whether the specified strings are unequal and throws an exception - if they are equal. The invariant culture is used for the comparison. - - - The first string to compare. This is the string the test expects not to - match . - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - Thrown if is equal to . - - - - - Tests whether the specified strings are unequal and throws an exception - if they are equal. The invariant culture is used for the comparison. - - - The first string to compare. This is the string the test expects not to - match . - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is equal to . - - - - - Tests whether the specified strings are unequal and throws an exception - if they are equal. - - - The first string to compare. This is the string the test expects not to - match . - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - A CultureInfo object that supplies culture-specific comparison information. - - - Thrown if is equal to . - - - - - Tests whether the specified strings are unequal and throws an exception - if they are equal. - - - The first string to compare. This is the string the test expects not to - match . - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - A CultureInfo object that supplies culture-specific comparison information. - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - Thrown if is equal to . - - - - - Tests whether the specified strings are unequal and throws an exception - if they are equal. - - - The first string to compare. This is the string the test expects not to - match . - - - The second string to compare. This is the string produced by the code under test. - - - A Boolean indicating a case-sensitive or insensitive comparison. (true - indicates a case-insensitive comparison.) - - - A CultureInfo object that supplies culture-specific comparison information. - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is equal to . - - - - - Tests whether the specified object is an instance of the expected - type and throws an exception if the expected type is not in the - inheritance hierarchy of the object. - - - The object the test expects to be of the specified type. - - - The expected type of . - - - Thrown if is null or - is not in the inheritance hierarchy - of . - - - - - Tests whether the specified object is an instance of the expected - type and throws an exception if the expected type is not in the - inheritance hierarchy of the object. - - - The object the test expects to be of the specified type. - - - The expected type of . - - - The message to include in the exception when - is not an instance of . The message is - shown in test results. - - - Thrown if is null or - is not in the inheritance hierarchy - of . - - - - - Tests whether the specified object is an instance of the expected - type and throws an exception if the expected type is not in the - inheritance hierarchy of the object. - - - The object the test expects to be of the specified type. - - - The expected type of . - - - The message to include in the exception when - is not an instance of . The message is - shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if is null or - is not in the inheritance hierarchy - of . - - - - - Tests whether the specified object is not an instance of the wrong - type and throws an exception if the specified type is in the - inheritance hierarchy of the object. - - - The object the test expects not to be of the specified type. - - - The type that should not be. - - - Thrown if is not null and - is in the inheritance hierarchy - of . - - - - - Tests whether the specified object is not an instance of the wrong - type and throws an exception if the specified type is in the - inheritance hierarchy of the object. - - - The object the test expects not to be of the specified type. - - - The type that should not be. - - - The message to include in the exception when - is an instance of . The message is shown - in test results. - - - Thrown if is not null and - is in the inheritance hierarchy - of . - - - - - Tests whether the specified object is not an instance of the wrong - type and throws an exception if the specified type is in the - inheritance hierarchy of the object. - - - The object the test expects not to be of the specified type. - - - The type that should not be. - - - The message to include in the exception when - is an instance of . The message is shown - in test results. - - - An array of parameters to use when formatting . - - - Thrown if is not null and - is in the inheritance hierarchy - of . - - - - - Throws an AssertFailedException. - - - Always thrown. - - - - - Throws an AssertFailedException. - - - The message to include in the exception. The message is shown in - test results. - - - Always thrown. - - - - - Throws an AssertFailedException. - - - The message to include in the exception. The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Always thrown. - - - - - Throws an AssertInconclusiveException. - - - Always thrown. - - - - - Throws an AssertInconclusiveException. - - - The message to include in the exception. The message is shown in - test results. - - - Always thrown. - - - - - Throws an AssertInconclusiveException. - - - The message to include in the exception. The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Always thrown. - - - - - Helper function that creates and throws an AssertionFailedException. - - name of the assertion throwing an exception. - message describing conditions for assertion failure. - The parameters. - - - - Checks the parameter for valid conditions - - The parameter. - The assertion name. - The parameter name. - The message. - The parameters. - - - - Safely converts an object to a string, handling null values and null characters. - Null values are converted to "(null)". Null characters are converted to "\\0". - - The object to convert to a string. - The converted string. - - - - Replaces null characters ('\0') with "\\0". - - The string to search. - The converted string with null characters replaced by "\\0". - - - - An exception from reflection will always be a TargetInvocationException - however - the goal of Private Accessors is to be seamless to the original code. - The only problem with throwing the inner exception is that the stack trace will - be overwritten. From here we register the stack trace of the inner exception - and then throw it. The Unit Test Adapter will then later rebuild the stack - from the cached shadow information plus the remaining stack from this throw. - - - - - - A collection of helper classes to test various conditions associated - with collections within unit tests. If the condition being tested is not - met, an exception is thrown. - - - - - Tests whether the specified collection contains the specified element - and throws an exception if the element is not in the collection. - - - The collection in which to search for the element. - - - The element that is expected to be in the collection. - - - Thrown if is not found in - . - - - - - Tests whether the specified collection contains the specified element - and throws an exception if the element is not in the collection. - - - The collection in which to search for the element. - - - The element that is expected to be in the collection. - - - The message to include in the exception when - is not in . The message is shown in - test results. - - - Thrown if is not found in - . - - - - - Tests whether the specified collection contains the specified element - and throws an exception if the element is not in the collection. - - - The collection in which to search for the element. - - - The element that is expected to be in the collection. - - - The message to include in the exception when - is not in . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is not found in - . - - - - - Tests whether the specified collection does not contain the specified - element and throws an exception if the element is in the collection. - - - The collection in which to search for the element. - - - The element that is expected not to be in the collection. - - - Thrown if is found in - . - - - - - Tests whether the specified collection does not contain the specified - element and throws an exception if the element is in the collection. - - - The collection in which to search for the element. - - - The element that is expected not to be in the collection. - - - The message to include in the exception when - is in . The message is shown in test - results. - - - Thrown if is found in - . - - - - - Tests whether the specified collection does not contain the specified - element and throws an exception if the element is in the collection. - - - The collection in which to search for the element. - - - The element that is expected not to be in the collection. - - - The message to include in the exception when - is in . The message is shown in test - results. - - - An array of parameters to use when formatting . - - - Thrown if is found in - . - - - - - Tests whether all items in the specified collection are non-null and throws - an exception if any element is null. - - - The collection in which to search for null elements. - - - Thrown if a null element is found in . - - - - - Tests whether all items in the specified collection are non-null and throws - an exception if any element is null. - - - The collection in which to search for null elements. - - - The message to include in the exception when - contains a null element. The message is shown in test results. - - - Thrown if a null element is found in . - - - - - Tests whether all items in the specified collection are non-null and throws - an exception if any element is null. - - - The collection in which to search for null elements. - - - The message to include in the exception when - contains a null element. The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if a null element is found in . - - - - - Tests whether all items in the specified collection are unique or not and - throws if any two elements in the collection are equal. - - - The collection in which to search for duplicate elements. - - - Thrown if a two or more equal elements are found in - . - - - - - Tests whether all items in the specified collection are unique or not and - throws if any two elements in the collection are equal. - - - The collection in which to search for duplicate elements. - - - The message to include in the exception when - contains at least one duplicate element. The message is shown in - test results. - - - Thrown if a two or more equal elements are found in - . - - - - - Tests whether all items in the specified collection are unique or not and - throws if any two elements in the collection are equal. - - - The collection in which to search for duplicate elements. - - - The message to include in the exception when - contains at least one duplicate element. The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if a two or more equal elements are found in - . - - - - - Tests whether one collection is a subset of another collection and - throws an exception if any element in the subset is not also in the - superset. - - - The collection expected to be a subset of . - - - The collection expected to be a superset of - - - Thrown if an element in is not found in - . - - - - - Tests whether one collection is a subset of another collection and - throws an exception if any element in the subset is not also in the - superset. - - - The collection expected to be a subset of . - - - The collection expected to be a superset of - - - The message to include in the exception when an element in - is not found in . - The message is shown in test results. - - - Thrown if an element in is not found in - . - - - - - Tests whether one collection is a subset of another collection and - throws an exception if any element in the subset is not also in the - superset. - - - The collection expected to be a subset of . - - - The collection expected to be a superset of - - - The message to include in the exception when an element in - is not found in . - The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if an element in is not found in - . - - - - - Tests whether one collection is not a subset of another collection and - throws an exception if all elements in the subset are also in the - superset. - - - The collection expected not to be a subset of . - - - The collection expected not to be a superset of - - - Thrown if every element in is also found in - . - - - - - Tests whether one collection is not a subset of another collection and - throws an exception if all elements in the subset are also in the - superset. - - - The collection expected not to be a subset of . - - - The collection expected not to be a superset of - - - The message to include in the exception when every element in - is also found in . - The message is shown in test results. - - - Thrown if every element in is also found in - . - - - - - Tests whether one collection is not a subset of another collection and - throws an exception if all elements in the subset are also in the - superset. - - - The collection expected not to be a subset of . - - - The collection expected not to be a superset of - - - The message to include in the exception when every element in - is also found in . - The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if every element in is also found in - . - - - - - Tests whether two collections contain the same elements and throws an - exception if either collection contains an element not in the other - collection. - - - The first collection to compare. This contains the elements the test - expects. - - - The second collection to compare. This is the collection produced by - the code under test. - - - Thrown if an element was found in one of the collections but not - the other. - - - - - Tests whether two collections contain the same elements and throws an - exception if either collection contains an element not in the other - collection. - - - The first collection to compare. This contains the elements the test - expects. - - - The second collection to compare. This is the collection produced by - the code under test. - - - The message to include in the exception when an element was found - in one of the collections but not the other. The message is shown - in test results. - - - Thrown if an element was found in one of the collections but not - the other. - - - - - Tests whether two collections contain the same elements and throws an - exception if either collection contains an element not in the other - collection. - - - The first collection to compare. This contains the elements the test - expects. - - - The second collection to compare. This is the collection produced by - the code under test. - - - The message to include in the exception when an element was found - in one of the collections but not the other. The message is shown - in test results. - - - An array of parameters to use when formatting . - - - Thrown if an element was found in one of the collections but not - the other. - - - - - Tests whether two collections contain the different elements and throws an - exception if the two collections contain identical elements without regard - to order. - - - The first collection to compare. This contains the elements the test - expects to be different than the actual collection. - - - The second collection to compare. This is the collection produced by - the code under test. - - - Thrown if the two collections contained the same elements, including - the same number of duplicate occurrences of each element. - - - - - Tests whether two collections contain the different elements and throws an - exception if the two collections contain identical elements without regard - to order. - - - The first collection to compare. This contains the elements the test - expects to be different than the actual collection. - - - The second collection to compare. This is the collection produced by - the code under test. - - - The message to include in the exception when - contains the same elements as . The message - is shown in test results. - - - Thrown if the two collections contained the same elements, including - the same number of duplicate occurrences of each element. - - - - - Tests whether two collections contain the different elements and throws an - exception if the two collections contain identical elements without regard - to order. - - - The first collection to compare. This contains the elements the test - expects to be different than the actual collection. - - - The second collection to compare. This is the collection produced by - the code under test. - - - The message to include in the exception when - contains the same elements as . The message - is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if the two collections contained the same elements, including - the same number of duplicate occurrences of each element. - - - - - Tests whether all elements in the specified collection are instances - of the expected type and throws an exception if the expected type is - not in the inheritance hierarchy of one or more of the elements. - - - The collection containing elements the test expects to be of the - specified type. - - - The expected type of each element of . - - - Thrown if an element in is null or - is not in the inheritance hierarchy - of an element in . - - - - - Tests whether all elements in the specified collection are instances - of the expected type and throws an exception if the expected type is - not in the inheritance hierarchy of one or more of the elements. - - - The collection containing elements the test expects to be of the - specified type. - - - The expected type of each element of . - - - The message to include in the exception when an element in - is not an instance of - . The message is shown in test results. - - - Thrown if an element in is null or - is not in the inheritance hierarchy - of an element in . - - - - - Tests whether all elements in the specified collection are instances - of the expected type and throws an exception if the expected type is - not in the inheritance hierarchy of one or more of the elements. - - - The collection containing elements the test expects to be of the - specified type. - - - The expected type of each element of . - - - The message to include in the exception when an element in - is not an instance of - . The message is shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if an element in is null or - is not in the inheritance hierarchy - of an element in . - - - - - Tests whether the specified collections are equal and throws an exception - if the two collections are not equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects. - - - The second collection to compare. This is the collection produced by the - code under test. - - - Thrown if is not equal to - . - - - - - Tests whether the specified collections are equal and throws an exception - if the two collections are not equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects. - - - The second collection to compare. This is the collection produced by the - code under test. - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - Thrown if is not equal to - . - - - - - Tests whether the specified collections are equal and throws an exception - if the two collections are not equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects. - - - The second collection to compare. This is the collection produced by the - code under test. - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is not equal to - . - - - - - Tests whether the specified collections are unequal and throws an exception - if the two collections are equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects - not to match . - - - The second collection to compare. This is the collection produced by the - code under test. - - - Thrown if is equal to . - - - - - Tests whether the specified collections are unequal and throws an exception - if the two collections are equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects - not to match . - - - The second collection to compare. This is the collection produced by the - code under test. - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - Thrown if is equal to . - - - - - Tests whether the specified collections are unequal and throws an exception - if the two collections are equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects - not to match . - - - The second collection to compare. This is the collection produced by the - code under test. - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is equal to . - - - - - Tests whether the specified collections are equal and throws an exception - if the two collections are not equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects. - - - The second collection to compare. This is the collection produced by the - code under test. - - - The compare implementation to use when comparing elements of the collection. - - - Thrown if is not equal to - . - - - - - Tests whether the specified collections are equal and throws an exception - if the two collections are not equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects. - - - The second collection to compare. This is the collection produced by the - code under test. - - - The compare implementation to use when comparing elements of the collection. - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - Thrown if is not equal to - . - - - - - Tests whether the specified collections are equal and throws an exception - if the two collections are not equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects. - - - The second collection to compare. This is the collection produced by the - code under test. - - - The compare implementation to use when comparing elements of the collection. - - - The message to include in the exception when - is not equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is not equal to - . - - - - - Tests whether the specified collections are unequal and throws an exception - if the two collections are equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects - not to match . - - - The second collection to compare. This is the collection produced by the - code under test. - - - The compare implementation to use when comparing elements of the collection. - - - Thrown if is equal to . - - - - - Tests whether the specified collections are unequal and throws an exception - if the two collections are equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects - not to match . - - - The second collection to compare. This is the collection produced by the - code under test. - - - The compare implementation to use when comparing elements of the collection. - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - Thrown if is equal to . - - - - - Tests whether the specified collections are unequal and throws an exception - if the two collections are equal. Equality is defined as having the same - elements in the same order and quantity. Different references to the same - value are considered equal. - - - The first collection to compare. This is the collection the tests expects - not to match . - - - The second collection to compare. This is the collection produced by the - code under test. - - - The compare implementation to use when comparing elements of the collection. - - - The message to include in the exception when - is equal to . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is equal to . - - - - - Constructs a dictionary containing the number of occurrences of each - element in the specified collection. - - - The collection to process. - - - The number of null elements in the collection. - - - A dictionary containing the number of occurrences of each element - in the specified collection. - - - - - Determines whether the first collection is a subset of the second - collection. If either set contains duplicate elements, the number - of occurrences of the element in the subset must be less than or - equal to the number of occurrences in the superset. - - - The collection the test expects to be contained in . - - - The collection the test expects to contain . - - - True if is a subset of - , false otherwise. - - - - - Finds a mismatched element between the two collections. A mismatched - element is one that appears a different number of times in the - expected collection than it does in the actual collection. The - collections are assumed to be different non-null references with the - same number of elements. The caller is responsible for this level of - verification. If there is no mismatched element, the function returns - false and the out parameters should not be used. - - The first collection to compare. - The second collection to compare. - - The expected number of occurrences of - or 0 if there is no mismatched - element. - - - The actual number of occurrences of - or 0 if there is no mismatched - element. - - - The mismatched element (may be null) or null if there is no - mismatched element. - - - true if a mismatched element was found; false otherwise. - - - - - compares the objects using object.Equals - - - - - This class is designed to help user doing unit testing. - GenericParameterHelper satisfies some comment generic type constraints - such as: - 1. public default constructor - 2. implements common interface: IComparable, IEnumerable, ICloneable - - - - - - public default constructor, satisfies the constraint in C# generics. - This constructor initializes the Data property to a random value. - - - - - This constructor initializes the Data property to a user-supplied value - - - - - - Do the value comparison for two GenericParameterHelper object - - object to do comparison with - true if obj has the same value as 'this' GenericParameterHelper object. - false otherwise. - - - - Returns a hash code for this object. - - - - - - Compares to the object. - - - - - - - Returns an IEnumerator object whose length is derived from - the Data property. - - - - - - Returns a GenericParameterHelper object that is equal to - 'this' one. - - - - - - Gets or sets the Data property. - - - - - Provides method signature discovery for generic methods. - - - - - Given a set of methods that match the base criteria, select a method based - upon an array of types. This method should return null if no method matches - the criteria. - - - - - Set of string assertions. - - - - - Tests whether the specified string contains the specified substring - and throws an exception if the substring does not occur within the - test string. - - - The string that is expected to contain . - - - The string expected to occur within . - - - Thrown if is not found in - . - - - - - Tests whether the specified string contains the specified substring - and throws an exception if the substring does not occur within the - test string. - - - The string that is expected to contain . - - - The string expected to occur within . - - - The message to include in the exception when - is not in . The message is shown in - test results. - - - Thrown if is not found in - . - - - - - Tests whether the specified string contains the specified substring - and throws an exception if the substring does not occur within the - test string. - - - The string that is expected to contain . - - - The string expected to occur within . - - - The message to include in the exception when - is not in . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if is not found in - . - - - - - Tests whether the specified string begins with the specified substring - and throws an exception if the test string does not start with the - substring. - - - The string that is expected to begin with . - - - The string expected to be a prefix of . - - - Thrown if does not begin with - . - - - - - Tests whether the specified string begins with the specified substring - and throws an exception if the test string does not start with the - substring. - - - The string that is expected to begin with . - - - The string expected to be a prefix of . - - - The message to include in the exception when - does not begin with . The message is - shown in test results. - - - Thrown if does not begin with - . - - - - - Tests whether the specified string begins with the specified substring - and throws an exception if the test string does not start with the - substring. - - - The string that is expected to begin with . - - - The string expected to be a prefix of . - - - The message to include in the exception when - does not begin with . The message is - shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if does not begin with - . - - - - - Tests whether the specified string ends with the specified substring - and throws an exception if the test string does not end with the - substring. - - - The string that is expected to end with . - - - The string expected to be a suffix of . - - - Thrown if does not end with - . - - - - - Tests whether the specified string ends with the specified substring - and throws an exception if the test string does not end with the - substring. - - - The string that is expected to end with . - - - The string expected to be a suffix of . - - - The message to include in the exception when - does not end with . The message is - shown in test results. - - - Thrown if does not end with - . - - - - - Tests whether the specified string ends with the specified substring - and throws an exception if the test string does not end with the - substring. - - - The string that is expected to end with . - - - The string expected to be a suffix of . - - - The message to include in the exception when - does not end with . The message is - shown in test results. - - - An array of parameters to use when formatting . - - - Thrown if does not end with - . - - - - - Tests whether the specified string matches a regular expression and - throws an exception if the string does not match the expression. - - - The string that is expected to match . - - - The regular expression that is - expected to match. - - - Thrown if does not match - . - - - - - Tests whether the specified string matches a regular expression and - throws an exception if the string does not match the expression. - - - The string that is expected to match . - - - The regular expression that is - expected to match. - - - The message to include in the exception when - does not match . The message is shown in - test results. - - - Thrown if does not match - . - - - - - Tests whether the specified string matches a regular expression and - throws an exception if the string does not match the expression. - - - The string that is expected to match . - - - The regular expression that is - expected to match. - - - The message to include in the exception when - does not match . The message is shown in - test results. - - - An array of parameters to use when formatting . - - - Thrown if does not match - . - - - - - Tests whether the specified string does not match a regular expression - and throws an exception if the string matches the expression. - - - The string that is expected not to match . - - - The regular expression that is - expected to not match. - - - Thrown if matches . - - - - - Tests whether the specified string does not match a regular expression - and throws an exception if the string matches the expression. - - - The string that is expected not to match . - - - The regular expression that is - expected to not match. - - - The message to include in the exception when - matches . The message is shown in test - results. - - - Thrown if matches . - - - - - Tests whether the specified string does not match a regular expression - and throws an exception if the string matches the expression. - - - The string that is expected not to match . - - - The regular expression that is - expected to not match. - - - The message to include in the exception when - matches . The message is shown in test - results. - - - An array of parameters to use when formatting . - - - Thrown if matches . - - - - - TestContext class. This class should be fully abstract and not contain any - members. The adapter will implement the members. Users in the framework should - only access this via a well-defined interface. - - - - - Used to write trace messages while the test is running - - format string - the arguments - - - - Adds a file name to the list in TestResult.ResultFileNames - - - - - Begins a timer with the specified name - - - - - Ends a timer with the specified name - - - - - Per test properties - - - - - - Current data row when test is used for data driven testing. - - - - - Current data connection row when test is used for data driven testing. - - - - - Gets the test logs directory. - - - - - Gets the test directory. - - - - - Gets the test deployment directory. - - - - - Gets the test name. - - - - - Gets the CurrentTestOutcome. - - - - - Outcome of a test or a run. - If a new successful state needs to be added you will need to modify - RunResultAndStatistics in TestRun and TestOutcomeHelper below. - - NOTE: the order is important and is used for computing outcome for aggregations. - More important outcomes come first. See TestOutcomeHelper.GetAggregationOutcome. - - - - - Test was executed, but there were issues. - Issues may involve exceptions or failed assertions. - - - - - Test has completed, but we can't say if it passed or failed. - May be used for aborted tests... - - - - - Test was executed w/o any issues. - - - - - Test is currently executing. - - - - - There was a system error while we were trying to execute a test. - - - - - The test timed out. - - - - - Test was aborted by the user. - - - - - Test is in an unknown state - - - - - The data row. - - - - - The database connection. - - - - - Marks a test class. - - - - - Initializes a new test class attribute. - - - - - Marks a test method. - - - - - Initializes a new TestMethodAttribute. - - - - - A method marker called before a test method runs. - - - - - Initializes a new TestInitializeAttribute. - - - - - A method marker called after a test method runs. - - - - - Initializes a new TestCleanupAttribute. - - - - - Ignores a unit test. - - - - - Initializes a new IgnoreAttribute. - - - - - The ExpectedExceptionAttribute. - - - - - Initializes the ExpectedExceptionAttribute. - - The exception type. - - - - Initializes the ExpectedExceptionAttribute. - - The exception type. - The message. - - - - Gets the exception type. - - - - - Gets the message. - - - - - The test property attribute. - - - - - Initializes the TestPropertyAttribute. - - - - - - - Gets the name. - - - - - Gets the value. - - - - - The ClassInitializeAttribute. - - - - - Initializes the ClassInitializeAttribute. - - - - - The ClassCleanupAttribute. - - - - - Initializes the ClassCleanupAttribute. - - - - - The AssemblyInitializeAttribute. - - - - - Initializes the AssemblyInitializeAttribute. - - - - - The AssemblyCleanupAttribute. - - - - - Initializes the AssemblyCleanupAttribute. - - - - - Description of the test. - - - - - Initializes the DescriptionAttribute. - - The description. - - - - Gets the description. - - - - - The OwnerAttribute. - - - - - Initializes the OwnerAttribute. - - The owner. - - - - Gets the owner. - - - - - CSS Project Structure URI. - - - - - Initializes the CSS Project Structure URI. - - The structure. - - - - Gets the property structure. - - - - - CSS Iteration URI - - - - - Initializes the CssIterationAttribute. - - The parameter. - - - - Gets the CssIteration. - - - - - Priority attribute; used to specify the priority of a unit test. - - - - - Initializes the PriorityAttribute. - - The priority. - - - - Gets the Priority. - - - - - Timeout attribute; used to specify the timeout of a unit test. - - - - - Initializes the TimeoutAttribute. - - - - - - Gets the Timeout. - - - - - WorkItem attribute; used to specify a work item associated with this test. - - - - - Initializes the WorkItemAttribute. - - - - - - Gets the ID. - - - - - HostType specifies the type of host that this unit test will - run in. - - - - - Initializes the host type attribute. - - - - - - Constructor of HostTypeAttribute. - - The type of the host. - Custom data for the host adapter. - - - The reason this is string (and not object) is that currently CMI cannot parse arbitrary instances of object and we deprioritized changing CMI. - - - - Gets the host type. - - - - - Gets the host data. - - - - - Used to specify deployment item (file or directory) for per-test deployment. - Can be specified on test class or test method. - Can have multiple instances of the attribute to specify more than one item. - The item path can be absolute or relative, if relative, it is relative to RunConfig.RelativePathRoot. - - - [DeploymentItem("file1.xml")] - [DeploymentItem("file2.xml", "DataFiles")] - [DeploymentItem("bin\Debug")] - - - - - Initializes DeploymentItemAttribute. - - The path. - - - - Initializes DeploymentItemAttribute. - - The path. - The output directory. - - - - Verifiable interface. - - - - - The IsValid method. - - Returns a value. - - - diff --git a/packages/FluentAssertions.2.0.1/lib/winrt45/FluentAssertions.dll b/packages/FluentAssertions.2.0.1/lib/winrt45/FluentAssertions.dll deleted file mode 100644 index 9578e9a0..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/winrt45/FluentAssertions.dll and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/winrt45/FluentAssertions.pdb b/packages/FluentAssertions.2.0.1/lib/winrt45/FluentAssertions.pdb deleted file mode 100644 index 13a4fcb2..00000000 Binary files a/packages/FluentAssertions.2.0.1/lib/winrt45/FluentAssertions.pdb and /dev/null differ diff --git a/packages/FluentAssertions.2.0.1/lib/winrt45/FluentAssertions.xml b/packages/FluentAssertions.2.0.1/lib/winrt45/FluentAssertions.xml deleted file mode 100644 index 586be536..00000000 --- a/packages/FluentAssertions.2.0.1/lib/winrt45/FluentAssertions.xml +++ /dev/null @@ -1,5593 +0,0 @@ - - - - FluentAssertions - - - - - Initializes a new instance of the class. - - - - - Contains extension methods for custom assertions in unit tests. - - - - - Invokes the specified action on an subject so that you can chain it with any of the ShouldThrow or ShouldNotThrow - overloads. - - - - - Provides methods for asserting the execution time of a method or property. - - The object that exposes the method or property. - A reference to the method or property to measure the execution time of. - - Returns an object for asserting that the execution time matches certain conditions. - - - - - Provides methods for asserting the execution time of a method or property. - - A reference to the method or property to measure the execution time of. - - Returns an object for asserting that the execution time matches certain conditions. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Asserts that the throws an exception. - - A reference to the method or property. - - The type of the exception it should throw. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - Returns an object that allows asserting additional members of the thrown exception. - - - - - Asserts that the throws an exception. - - A reference to the method or property. - - The type of the exception it should throw. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - Returns an object that allows asserting additional members of the thrown exception. - - - - - Asserts that the does not throw a particular exception. - - The current method or property. - - The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the does not throw any exception at all. - - The current method or property. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Forces enumerating a collection. Should be used to assert that a method that uses the - yield keyword throws a particular exception. - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current . - - - - - Returns an object that can be used to assert the - current nullable . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the - current . - - - - - Returns a object that can be used to assert the current . - - - - - - Returns a object that can be used to assert the methods returned by the - current . - - - - - - Returns a object that can be used to assert the - current . - - - - - - Returns a object that can be used to assert the properties returned by the - current . - - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - Notice that actual behavior is determined by the instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object is equivalent to another object. - - - Objects are equivalent when both object graphs have equally named properties with the same value, - irrespective of the type of those objects. Two properties are also equal if one type can be converted to another and the result is equal. - The type of a collection property is ignored as long as the collection implements and all - items in the collection are structurally equal. - - - A reference to the configuration object that can be used - to influence the way the object graphs are compared. You can also provide an alternative instance of the - class. - - - An optional formatted phrase as is supported by explaining why the - assertion is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Safely casts the specified object to the type specified through . - - - Has been introduced to allow casting objects without breaking the fluent API. - - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Contains a number of methods to assert that a reference type object is in the expected state. - - - - - Asserts that the object is of the specified type . - - The expected type of the object. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the object is assignable to a variable of type . - - The type to which the object should be assignable. - The reason why the object should be assignable to the type. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Asserts that the is satisfied. - - The predicate which must be statisfied by the . - The reason why the predicate should be satisfied. - The parameters used when formatting the . - An which can be used to chain assertions. - - - - Gets the object which value is being asserted. - - - - - Asserts that the number of items in the collection matches the supplied amount. - - The expected number of items in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the collection matches a condition stated by the . - - A predicate that yields the number of items that is expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any duplicate items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not contain any null items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all the same elements in the same order as the collection identified by - . Elements are compared using their . - - An with the elements that are not expected. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - A params array with the expected elements. - - - - Expects the current collection to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection not to contain all elements of the collection identified by , - regardless of the order. Elements are compared using their . - - An with the unexpected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection only contains items that are assignable to the type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in any order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - - - Expects the current collection to contain the specified elements in the exact same order. Elements are compared - using their implementation. - - An with the expected elements. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Expects the current collection to have all elements in the specified . - Elements are compared using their implementation. - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in descending order. Elements are compared - using their implementation. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current collection does not have all elements in ascending order. Elements are compared - using their implementation. - - - - - Asserts that the collection is a subset of the . - - An with the expected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection is not a subset of the . - - An with the unexpected superset. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Assert that the current collection has the same number of elements as . - - The other collection with the same expected number of elements - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has not been initialized yet with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has been initialized with an actual collection. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection has the supplied at the - supplied . - - The index where the element is expected - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current collection does not contain the supplied item. - - The element that is not expected to be in the collection - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection shares one or more items with the specified . - - The with the expected shared items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection does not share any items with the specified . - - The to compare to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expectation state. - - - - - Asserts that two collections contain the same items in the same order, where equality is determined using a - predicate. - - - The collection to compare the subject with. - - - A predicate the is used to determine whether two objects should be treated as equal. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the collection contains the specified item. - - The expectation item. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection contains some extra items in addition to the original items. - - An of expectation items. - Additional items that are expectation to be contained by the collection. - - - - Asserts that the collection contains at least one item that matches the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection only contains items that match a predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the collection does not contain any items that match the predicate. - - A predicate to match the items in the collection against. - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Expects the current collection to contain only a single item matching the specified . - - The predictes that will be used to find the matching items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current dictionary has not been initialized yet with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary has been initialized with an actual dictionary. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches the supplied amount. - - The expected number of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the number of items in the dictionary matches a condition stated by a predicate. - - The predicate which must be statisfied by the amount of items. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary does not contain any items. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains at least 1 item. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The expected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts the current dictionary not to contain all the same key-value pairs as the - specified dictionary. Keys and values are compared using - their implementation. - - The unexpected dictionary - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified key. Keys are compared using - their implementation. - - The expected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - - - Asserts that the dictionary contains all of the specified keys. Keys are compared using - their implementation. - - The expected keys - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified key. - Keys are compared using their implementation. - - The unexpected key - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains the specified value. Values are compared using - their implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - - - Asserts that the dictionary contains all of the specified values. Values are compared using - their implementation. - - The expected values - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified value. - Values are compared using their implementation. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified . - Keys and values are compared using their implementation. - - The expected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary contains the specified for the supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified . - Keys and values are compared using their implementation. - - The unexpected - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current dictionary does not contain the specified for the - supplied . Values are compared using their implementation. - - The key for which to validate the value - The value to validate - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the current collection contains the specified object. Elements are compared - using their implementation. - - An object, or of objects that are expected to be in the collection. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets a dotted path of property names representing the property expression. E.g. Parent.Child.Sibling.Name. - - - - - Finds the first index at which the does not match the - string anymore, including the exact casing. - - - - - Finds the first index at which the does not match the - string anymore, accounting for the specified . - - - - - Gets the quoted three characters at the specified index of a string, including the index itself. - - - - - Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts. - - - - - Joins a string with one or more other strings using a specified separator. - - - Any string that is empty (including the original string) is ignored. - - - - - Determines whether two objects refer to the same property. - - - - - Finds the property by a case-sensitive name. - - - Returns null if no such property exists. - - - - - Determines whether the specified method has been annotated with a specific attribute. - - - true if the specified method has attribute; otherwise, false. - - - - - Provides extension methods for monitoring and querying events. - - - - - Starts monitoring an object for its events. - - Thrown if eventSource is Null. - - - - Asserts that an object has raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised, or - null to refer to all properties. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that an object has not raised the event for a particular property. - - The object exposing the event. - - A lambda expression referring to the property for which the property changed event should have been raised. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - You must call on the same object prior to this call so that Fluent Assertions can - subscribe for the events of the object. - - - - - Asserts that all occurences of the event originated from the . - - - - - Asserts that at least one occurrence of the event had an object matching a predicate. - - - - - Records activity for a single event. - - - - - Records raised events for one event on one object - - - - - Store information about a raised event - - Parameters the event was raised with - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - - The object events are recorded from - The name of the event that's recorded - - - - Enumerate raised events - - - - - Enumerate raised events - - - - - - Called by the auto-generated IL, to record information about a raised event. - - - - - The object events are recorded from - - - - - The name of the event that's recorded - - - - - Simple dictionary that uses a to the event source as the key. - This should ensure the Garbage Collector can still clean-up the event source object. - - - - - This class is used to store data about an intercepted event - - - - - Default constructor stores the parameters the event was raised with - - - - - Parameters for the event - - - - - Helper class for verifying a condition and/or throwing a test harness specific exception representing an assertion failure. - - - - - Gets an object that wraps and executes a conditional or unconditional verification. - - - - - Provides a fluent API for verifying an arbitrary condition. - - - - - Represents the phrase that can be used in as a placeholder for the reason of an assertion. - - - - - Initializes a new instance of the class. - - - - - Gets the name or identifier of the current subject, or a default value if the subject is not known. - - - - - Specify the condition that must be satisfied. - - If true the verification will be succesful. - - - - Specify a predicate that with the condition that must be satisfied. - - - - - Specify the reason why you expect the condition to be true. - - - A formatted phrase explaining why the condition should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Define the failure message for the verification. - - - If the contains the text "{reason}", this will be replaced by the reason as - defined through . Only 10 are supported in combination with - a {reason}. - - The format string that represents the failure message. - Optional arguments for the - - - - Indicates that every argument passed into is displayed on a separate line. - - - - - Gets or sets the name of the subject for the next verification. - - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- new DateTime(2011, 3, 10)
-
- you can write 3.March(2011)
-
- Or even
-
- 3.March(2011).At(09, 30) -
- -
- - - Returns a new value for the specified and - in the month January. - - - - - Returns a new value for the specified and - in the month February. - - - - - Returns a new value for the specified and - in the month March. - - - - - Returns a new value for the specified and - in the month April. - - - - - Returns a new value for the specified and - in the month May. - - - - - Returns a new value for the specified and - in the month June. - - - - - Returns a new value for the specified and - in the month July. - - - - - Returns a new value for the specified and - in the month August. - - - - - Returns a new value for the specified and - in the month September. - - - - - Returns a new value for the specified and - in the month October. - - - - - Returns a new value for the specified and - in the month November. - - - - - Returns a new value for the specified and - in the month December. - - - - - Returns a new value for the specified and . - - - - - Returns a new value for the specified and time with the specified - , and optionally . - - - - - Returns a new value that is the current before the - specified . - - - - - Returns a new value that is the current after the - specified . - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Determines whether this instance can handle the specified value. - - The value. - - true if this instance can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Provides services for formatting an object being used in an assertion in a human readable format. - - - - - A list of objects responsible for formatting the objects represented by placeholders. - - - - - Returns a human-readable representation of a particular object. - - The value for which to create a . - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - Indicates whether the formatter should use line breaks when the specific supports it. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Indicates whether the current can handle the specified . - - The value for which to create a . - - true if the current can handle the specified value; otherwise, false. - - - - - Returns a that represents this instance. - - The value for which to create a . - - - A collection of objects that - - - The level of nesting for the supplied value. This is used for indenting the format string for objects that have - no override. - - - A that represents this instance. - - - - - Contains a number of extension methods for floating point . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts a floating point value approximates another value as close as possible. - - The object that is being extended. - - The expected value to compare the actual value with. - - - The maximum amount of which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the subject is considered equal to another object according to the implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is not equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is less than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the subject is greater than or equal to another object according to its implementation of . - - - The object to pass to the subject's method. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is exactly the same as the value. - - The expected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the integral number value is not the same as the value. - - The unexpected value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is less than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the numeric value is greater than or equal to the specified value. - - The value to compare the current numeric value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is within a range. - - - Where the range is continuous or incremental depends on the actual type of the value. - - - The minimum valid value of the range. - - - The maximum valid value of the range. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - - - Asserts that a value is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable numeric value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Asserts that the value is false. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is true. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Defines the way compares the expected exception - message with the actual one. - - - - - The message must match exactly, including the casing of the characters. - - - - - The message must match except for the casing of the characters. - - - - - The message must start with the exact text, including the casing of the characters.. - - - - - The message must start with the text except for the casing of the characters. - - - - - The message must contain the exact text. - - - - - The message must contain the text except for the casing of the characters. - - - - - The message must match a wildcard pattern consisting of ordinary characters as well as * and ?. - - - - - Contains a number of methods to assert that a is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that the current is exactly equal to the value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is not equal to the value. - - The unexpected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is within the specified number of milliseconds (default = 20 ms) - from the specified value. - - - Use this assertion when, for example the database truncates datetimes to nearest 20ms. If you want to assert to the exact datetime, - use . - - - The expected time to compare the actual value with. - - - The maximum amount of milliseconds which the two values may differ. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is before the specified value. - - The that the current value is expected to be before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or before the specified value. - - The that the current value is expected to be on or before. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is after the specified value. - - The that the current value is expected to be after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is either on, or after the specified value. - - The that the current value is expected to be on or after. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the year. - - The expected year of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the month. - - The expected month of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the day. - - The expected day of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the hour. - - The expected hour of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the minute. - - The expected minutes of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has the second. - - The expected seconds of the current value. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Returns a object that can be used to assert that the current - exceeds the specified compared to another . - - - The amount of time that the current should exceed compared to another . - - - - - Returns a object that can be used to assert that the current - is equal to or exceeds the specified compared to another . - - - The amount of time that the current should be equal or exceed compared to - another . - - - - - Returns a object that can be used to assert that the current - differs exactly the specified compared to another . - - - The amount of time that the current should differ exactly compared to another . - - - - - Returns a object that can be used to assert that the current - is within the specified compared to another . - - - The amount of time that the current should be within another . - - - - - Returns a object that can be used to assert that the current - differs at maximum the specified compared to another . - - - The maximum amount of time that the current should differ compared to another . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a is in the correct state. - - - - - Asserts that the is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is equal to the GUID. - - The expected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is not equal to the GUID. - - The unexpected value to compare the actual value with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable boolean value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable boolean value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the value is equal to the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - You can use the for a more fluent way of specifying a . - - - - - Contains a number of methods to assert that a nullable is in the expected state. - - - - - Asserts that the time difference of the current is greater than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than zero. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is equal to the - specified time. - - The expected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is not equal to the - specified time. - - The unexpected time difference - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is less than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the time difference of the current is greater than or equal to the - specified time. - - The time difference to which the current value will be compared - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Asserts that a nullable value is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a nullable value is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Asserts that an object equals another object using its implementation. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that an object does not equal another object using it's method. - - The unexpected value - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to the exact same object as another object reference. - - The expected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that an object reference refers to a different object than another object reference refers to. - - The unexpected object - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the object is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Contains a number of methods to assert that a is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that a string is exactly the same as another string, including the casing and any leading or trailing whitespace. - - The expected string. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - - - Asserts that the is one of the specified . - - - The values that are valid. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with - the exception of the casing. - - - The string that the subject is expected to be equivalent to. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not exactly the same as the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to be equivalent to. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string matches a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not match a wildcard pattern. - - - The wildcard pattern with which the subject is matched, where * and ? have special meanings. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts exactly with the specified value, - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string starts with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to start with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends exactly with the specified , - including the casing and any leading or trailing whitespace. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string ends with the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to end with. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains another (fragment of a) string. - - - The (fragement of a) string that the current string should contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string contains the specified , - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain another (fragment of a) string. - - - The (fragement of a) string that the current string should not contain. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string does not contain the specified string, - including any leading or trailing whitespace, with the exception of the casing. - - The string that the subject is not expected to contain. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string has the specified length. - - The expected length of the string - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is not null. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that a string is neither null nor . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or . - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is neither null nor nor white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a string is either null or or white space - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the object which value is being asserted. - - - - - Dedicated class for comparing two strings and generating consistent error messages. - - - - - Gets or sets a value indicating whether the subject should not match the pattern. - - - - - Gets or sets a value indicating whether the matching process should ignore any casing difference. - - - - - Contains a number of methods to assert that two objects differ in the expected way. - - - You can use the and for a more fluent - way of specifying a or a . - - - - - Asserts that a occurs a specified amount of time before another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that a occurs a specified amount of time after another . - - - The to compare the subject with. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Provides the logic and the display text for a . - - - - - Contains a number of methods to assert that an yields the expected result. - - - - - Asserts that the current throws an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not throw any exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the that is being asserted. - - - - - Contains a number of methods to assert that an is in the correct state. - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception has a message that matches - depending on the specified matching mode. - - - The expected message of the exception. - - - Determines how the expected message is compared with the actual message. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - - - - Asserts that the thrown exception contains an inner exception of type . - - The expected type of the inner exception. - The reason why the inner exception should be of the supplied type. - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the thrown exception contains an inner exception with the . - - The expected message of the inner exception. - Determines how the expected message is compared with the actual message. - - The reason why the message of the inner exception should match . - - The parameters used when formatting the . - - - - Asserts that the exception matches a particular condition. - - - The condition that the exception must match. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Gets the exception object of the exception thrown. - - - - - Provides methods for asserting that the execution time of an satifies certain conditions. - - - - - Initializes a new instance of the class. - - The action of which the execution time must be asserted. - - - - Asserts that the execution time of the operation does not exceed a specified amount of time. - - - The maximum allowed duration. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Provides methods for asserting that the execution time of an object member satifies certain conditions. - - - - - - Initializes a new instance of the class. - - The object that exposes the method or property. - A reference to the method or property to measure the execution time of. - - - - Selection rule that adds all public properties of the subject as far as they are defined on the declared - type. - - - - - Represents a rule that defines which properties of the subject-under-test to include while comparing - two objects for structural equality. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - Type info about the subject. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Selection rule that adds all public properties of the subject based on its run-time type rather than its - declared type. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - General purpose implementation of that uses a predicate to determine whether - this rule applies to a particular property and executes an action to assert equality. - - The type of the subject. - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Defines how a subject's property is compared for equality with the same property of the expectation. - - - Provides details about the subject's property. - - - The value of the subject's property. - - - The value of a property on expectation object that was identified - - - Returns true if the rule was applied correctly and the assertion didn't cause any exceptions. - Returns false if this rule doesn't support the subject's type. - Throws if the rule did support the data type but assertion fails. - - - - - Provides the required information for executing an equality assertion between a subject and an expectation. - - The type of the subject. - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the value of the - - - - - Gets the value of the expectation object that was matched with the subject using a . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Selection rule that removes a particular property from the structural comparison based on a predicate. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Provides details about the subject's root or nested property. - - - - - Gets the of the property that returned the current object, or null if the current - object represents the root object. - - - - - Gets the full path from the root object until the current object separated by dots. - - - - - Gets a display-friendly representation of the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Represents a selection context of a nested property - - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Is responsible for the exact run-time behavior of a structural equality comparison. - - The type of the subject. - - - - Provides the run-time details of the class. - - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets or sets a value indicating whether or not the assertion must perform a deep comparison. - - - - - Gets a configuration that compares all declared properties of the subject with equally named properties of the expectation, - and includes the entire object graph. The names of the properties between the subject and expectation must match. - - - - - Gets a configuration that by default doesn't include any of the subject's properties and doesn't consider any nested objects - or collections. - - - - - Adds all public properties of the subject as far as they are defined on the declared type. - - - - - Adds all public properties of the subject based on its run-time type rather than its declared type. - - - - - Tries to match the properties of the subject with equally named properties on the expectation. Ignores those - properties that don't exist on the expectation. - - - - - Requires the expectation to have properties which are equally named to properties on the subject. - - - - - - Excludes the specified (nested) property from the structural equality check. - - - - - Excludes a (nested) property based on a predicate from the structural equality check. - - - - - Includes the specified property in the equality check. - - - This overrides the default behavior of including all declared properties. - - - - - The assertion to execute when the predicate is met. - - - - - Causes the structural equality check to include nested collections and complex types. - - - - - Causes the structural equality check to ignore any cyclic references. - - - By default, cyclic references within the object graph will cause an exception to be thrown. - - - - - Clears all selection rules, including those that were added by default. - - - - - Clears all matching rules, including those that were added by default. - - - - - Adds a selection rule to the ones allready added by default and which is evaluated after all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules. - - - - - Adds a matching rule to the ones allready added by default and which is evaluated before all existing rules - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Gets an ordered collection of selection rules that define what properties are included. - - - - - Gets an ordered collection of matching rules that determine which subject properties are matched with which - expectation properties. - - - - - Gets an ordered collection of assertion rules that determine how subject properties are compared for equality with - expectation properties. - - - - - Gets value indicating whether the equality check will include nested collections and complex types. - - - - - Gets value indicating how cyclic references should be handled. By default, it will throw an exception. - - - - - Defines additional overrides when used with - - - - - Allows overriding the way structural equality is applied to (nested) objects of tyoe - - - - - Allows overriding the way structural equality is applied to particular properties. - - - A predicate based on the of the subject that is used to identify the property for which the - override applies. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Indication of how cyclic references should be handled when validating equality of nested properties. - - - - - Cyclic references will be ignored. - - - - - Cyclic references will result in an exception. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Selection rule that removes a particular property from the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Represents a rule that defines how to map the properties from the subject-under-test with the properties - on the expectation object. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Selection rule that includes a particular property in the structural comparison. - - - - - Adds or removes properties to/from the collection of subject properties that must be included while - comparing two objects for structural equality. - - - A collection of properties that was prepopulated by other selection rules. Can be empty. - - The collection of properties after applying this rule. Can contain less or more than was passed in. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Provides information on a particular property during an assertion for structural equality of two object graphs. - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a verification object associated with the current and . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the value of the - - - - - Requires the expectation object to have a property with the exact same name. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Provides methods for selecting one or more properties of an object and comparing them with another object. - - - - - Includes all properties of when comparing the subject with another object using . - - - - - Includes all properties of including those of the run-time type when comparing the subject - with another object using . - - - - - Includes all properties of when comparing the subject with another object using , - except those that the other object does not have. - - - - - Perform recursive property comparison of the child properties for objects that are of incompatible type. - - - Indication of how cyclic references in the nested properties should be handled. By default this will result in an - exception, but if is specified, cyclic references will just be ignored. - - - - - Includes all properties of when comparing the subject with another object using , - except those specified using a property expression. - - A single property expression to exclude. - Optional list of additional property expressions to exclude. - - - - Excludes the properties specified by the from the comparison. - - A single property expression to exclude. - Optional list of additional property expressions to exclude. - - - - Includes only those properties of when comparing the subject with another object using - that were specified using a property expression. - - A single property expression to include. - Optional list of additional property expressions to include. - - - - Asserts that the previously selected properties of have the same value as the equally named - properties of . - - The object to compare the current object with - - Property values are considered equal if, after converting them to the requested type, calling - returns true. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Gets the of the property that returned the current object, or - null if the current object represents the root object. - - - - - Gets the full path from the root object until the current property, separated by dots. - - - - - Gets a textual description of the current property based on the . - - - - - Gets the value of the - - - - - Gets the property of the that was matched against the , - or null if is true. - - - - - Gets the value of the . - - - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - - - Zero or more objects to format using the placeholders in . - - - - - Gets a value indicating whether the current context represents the root of the object graph. - - - - - Gets the compile-time type of the current object. If the current object is not the root object, then it returns the - same as the property does. - - - - - Gets the run-time type of the current object. - - - - - Gets a verification object associated with the current and . - - - - - Is responsible for validating the equality of one or more properties of a subject with another object. - - - - - Gets a value indicating whether this step can handle the current subject and/or expectation. - - - - - Applies a step as part of the task to compare two objects for structural equality. - - - Should return true if the subject matches the expectation or if no additional assertions - have to be executed. Should return false otherwise. - - - May throw when preconditions are not met or if it detects mismatching data. - - - - - Finds a property of the expectation with the exact same name, but doesn't require it. - - - - - Attempts to find a property on the expectation that should be compared with the - during a structural equality. - - - Whether or not a match is required or optional is up to the specific rule. If no match is found and this is not an issue, - simply return null. - - - The of the subject's property for which a match must be found. Can never - be null. - - - The expectation object for which a matching property must be returned. Can never be null. - - - The dotted path from the root object to the current property. Will never be null. - - - Returns the of the property with which to compare the subject with, or null - if no match was found. - - - - - Returns a string that represents the current object. - - - A string that represents the current object. - - 2 - - - - Extension methods on to allow for a more fluent way of specifying a . - - - Instead of
-
- TimeSpan.FromHours(12)
-
- you can write
-
- 12.Hours()
-
- Or even
-
- 12.Hours().And(30.Minutes()). -
- -
- - - Returns a based on a number of milliseconds. - - - - - Returns a based on a number of seconds. - - - - - Returns a based on a number of seconds, and add the specified - . - - - - - Returns a based on a number of minutes. - - - - - Returns a based on a number of minutes, and add the specified - . - - - - - Returns a based on a number of hours. - - - - - Returns a based on a number of hours, and add the specified - . - - - - - Returns a based on a number of days. - - - - - Returns a based on a number of days, and add the specified - . - - - - - Convenience method for chaining multiple calls to the methods provided by this class. - - - 23.Hours().And(59.Minutes()) - - - - - Extension methods for getting method and property selectors for a type. - - - - - Returns the types that are visible outside the specified . - - - - - Returns a method selector for the current . - - - - - Returns a method selector for the current . - - - - - Returns a property selector for the current . - - - - - Returns a property selector for the current . - - - - - Static class that allows for a 'fluent' selection of the types from an . - - - AllTypes.From(myAssembly)
- .ThatImplement<ISomeInterface>
- .Should()
- .BeDecoratedWith<SomeAttribute>() -
-
- - - Returns a for selecting the types that are visible outside the - specified . - - The assembly from which to select the types. - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class. - - The method to assert. - - - - Initializes a new instance of the class. - - The methods to assert. - - - - Asserts that the selected methods are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of methods of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select methods. - - - - Initializes a new instance of the class. - - The types from which to select methods. - - - - Only select the methods that return the specified type - - - - - Only select the methods that are decorated with an attribute of the specified type. - - - - - The resulting objects. - - - - - Determines whether the specified method has a special name (like properties and events). - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the methods that are public or internal. - - - - - Only select the methods without a return value - - - - - Contains assertions for the objects returned by the parent . - - - - - Initializes a new instance of the class, for a single . - - The property to assert. - - - - Initializes a new instance of the class, for a number of objects. - - The properties to assert. - - - - Asserts that the selected properties are virtual. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the selected methods are decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent selection of properties of a type through reflection. - - - - - Initializes a new instance of the class. - - The type from which to select properties. - - - - Initializes a new instance of the class. - - The types from which to select properties. - - - - Only select the properties that are decorated with an attribute of the specified type. - - - - - Only select the properties that return the specified type - - - - - The resulting objects. - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Only select the properties that have a public or internal getter. - - - - - Contains a number of methods to assert that a meets certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current type is equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is equal to the specified type. - - The expected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Creates an error message in case the specifed type differs from the - type. - - - An empty if the two specified types are the same, or an error message that describes that - the two specified types are not the same. - - - - - Asserts that the current type is not equal to the specified type. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current type is not equal to the specified type. - - The unexpected type - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that all s in a - meet certain expectations. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current is decorated with the specified . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current is decorated with an attribute of type - that matches the specified . - - - The predicate that the attribute must match. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Allows for fluent filtering a list of types. - - - - - The resulting objects. - - - - - Determines whether a type is a subclass of another type, but NOT the same type. - - - - - Determines whether a type implements an interface (but is not the interface itself). - - - - - Determines whether a type is decorated with a particular attribute. - - - - - Determines whether the namespace of type is exactly . - - - - - Determines whether the namespace of type is starts with . - - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - 1 - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - 2 - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the attribute. - - The expected attribute - - - - Asserts that the current equals the attribute. - - The expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - - - Asserts that the current does not equal the attribute, - using its implementation. - - The unexpected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has the specified value. - - The expected value - - - - Asserts that the current has the specified value. - - The expected value - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - - - Asserts that the current equals the document, - using its implementation. - - The expected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - - - Asserts that the current does not equal the document, - using its implementation. - - The unexpected document - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - - - Asserts that the current has a root element with the specified - name. - - The name of the expected root element of the current document. - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - - - Asserts that the element of the current has a direct - child element with the specified name. - - - The name of the expected child element of the current document's Root element. - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an is in the expected state. - - - - - Initializes a new instance of the class. - - - - - Asserts that the current equals the element. - - The expected element - - - - Asserts that the current equals the element. - - The expected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - - - Asserts that the current does not equal the element, - using its implementation. - - The unexpected element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the is null. - - - - - Asserts that the is null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the is not null. - - - - - Asserts that the is not null. - - - A formatted phrase explaining why the assertion should be satisfied. If the phrase does not - start with the word because, it is prepended to the message. - - - Zero or more values to use for filling in any compatible placeholders. - - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - - - Asserts that the current has an attribute with the specified - and . - - The name of the expected attribute - The value of the expected attribute - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - - - Asserts that the current has a direct child element with the specified - name. - - The name of the expected child element - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the object which value is being asserted. - - - - - Contains a number of methods to assert that an asynchronous method yields the expected result. - - - - - Asserts that the current throws an exception of type . - - - A formatted phrase as is supported by explaining why the assertion - is needed. If the phrase does not start with the word because, it is prepended automatically. - - - Zero or more objects to format using the placeholders in . - - - - - Gets the that is being asserted. - - -
-
diff --git a/packages/JsonFx.2.0.1209.2802/JsonFx.2.0.1209.2802.nupkg b/packages/JsonFx.2.0.1209.2802/JsonFx.2.0.1209.2802.nupkg deleted file mode 100644 index 90764b72..00000000 Binary files a/packages/JsonFx.2.0.1209.2802/JsonFx.2.0.1209.2802.nupkg and /dev/null differ diff --git a/packages/JsonFx.2.0.1209.2802/JsonFx.2.0.1209.2802.nuspec b/packages/JsonFx.2.0.1209.2802/JsonFx.2.0.1209.2802.nuspec deleted file mode 100644 index 685f513f..00000000 --- a/packages/JsonFx.2.0.1209.2802/JsonFx.2.0.1209.2802.nuspec +++ /dev/null @@ -1,19 +0,0 @@ - - - - JsonFx - 2.0.1209.2802 - JsonFx - Stephen McKamey - Stephen McKamey - https://raw.github.com/jsonfx/jsonfx/master/LICENSE.txt - https://github.com/jsonfx/jsonfx - https://raw.github.com/jsonfx/jsonfx/master/Logo_128.png - true - JsonFx serialization framework - JSON XML BSON JsonML LINQ serialization deserialization - - - - - \ No newline at end of file diff --git a/packages/JsonFx.2.0.1209.2802/lib/net20/JsonFx.dll b/packages/JsonFx.2.0.1209.2802/lib/net20/JsonFx.dll deleted file mode 100644 index b1068995..00000000 Binary files a/packages/JsonFx.2.0.1209.2802/lib/net20/JsonFx.dll and /dev/null differ diff --git a/packages/JsonFx.2.0.1209.2802/lib/net20/JsonFx.xml b/packages/JsonFx.2.0.1209.2802/lib/net20/JsonFx.xml deleted file mode 100644 index b6c3d402..00000000 --- a/packages/JsonFx.2.0.1209.2802/lib/net20/JsonFx.xml +++ /dev/null @@ -1,4561 +0,0 @@ - - - - JsonFx - - - - - JsonFx metadata - - - - - Ctor - - - - - - Outputs BSON bytes from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the output writer - - - - - - - Emits a document (or array) to the binary stream - - - - number of bytes written - - - - Emits a single element to the binary stream - - - - - number of bytes written - - - - Emits a string value - - - - number of bytes written - - - - Emits a binary value - - - - number of bytes written - - - - Emits a code_w_s value - - - - number of bytes written - - - - Generates a sequence of tokens from BSON bytes - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the reader - - - - - - - Gets the current position of the underlying stream - - - - - BSON MD5 Datatype - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Converts MD5 to Guid - - - - - - - - Converts MD5 to Guid - - - - - - - Gets the hashcode of the underlying Guid - - - - - - BSON JavaScript Code With Scope Datatype - - - - - BSON JavaScript Code Datatype - - - - - Ctor - - - - - - Converts JavaScriptCode to string - - - - - - - - Converts JavaScriptCode to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON Symbol Datatype - - - - - Ctor - - - - - - Converts Symbol to string - - - - - - - - Converts Symbol to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON DBPointer Datatype (Deprecated) - - - - - Immutable BSON ObjectID Datatype - - - http://www.mongodb.org/display/DOCS/Object+IDs#ObjectIDs-TheBSONObjectIdDatatype - - - - - Ctor - - 12-byte object ID - - - - Ctor - - 4-byte seconds since Unit epoch - 3-byte machine ID - 2-byte process ID - 3-byte counter - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets the time associated with this ObjectID - - - - - Gets the machine id associated with this ObjectID - - - - - Gets the process id associated with this ObjectID - - - - - Gets the counter associated with this ObjectID - - - - - Generic binary holder - - - http://api.mongodb.org/java/2.0/org/bson/types/Binary.html - - - - - Ctor - - binary type code - byte date - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Gets the binary type code - - - - - Gets the binary type code - - - - - Gets the byte at the given index - - - - - Gets the length of the binary data - - - - - Designates a type as being able to format itself to raw BSON bytes - - - - - Designates a type as being able to format itself to raw bytes - - - - - Writes custom format to the output using either tokens or bytes - - - - total number of bytes written - - - - Determines the corresponding BSON element type - - - - - - Generalized delegate for invoking a constructor - - - - - - - Generalized delegate for invoking a method - - the instance object - the method parameters - - - - - Generalized delegate for getting a field or property value - - - - - - - Generalized delegate for setting a field or property value - - - - - - - Consumes a sequence of tokens to produce an object graph optionally coerced to a given type - - - - - Consumes a sequence of tokens to produce a sequence of objects, optionally coerced to a given type - - token type - - - - Parses the token sequence - - - - - - - Parses the token sequence, optionally coercing the result to Type targetType - - - optional type for coercion (null if not specified) - - - - - Parses the token sequence, coercing the result to Type TResult - - optional type for coercion (null if not specified) - - - - - - Parses the token stream coercing the result to TResult (type inferred from ) - - - - an example value used solely for Type inference - - - - - Ctor - - - - - - Parses the token stream coercing the result targetType - - - - - - - Parses the token stream coercing the result to targetType - - - - - - - - Parses the token stream coercing the result to TResult - - the result target type - - - - - - Parses the token stream coercing the result to TResult (inferred from ) - - - - an example value used solely for Type inference - - - - - Common Model Language grammar helper - - - Simplifies and guides syntax, and provides a set of reusable tokens to reduce redundant token instantiations - - - - - Marks the beginning of an array - - the local name of the array - ArrayBegin Token - - - - Marks the beginning of an array - - the local name of the array - the namespace of the document - ArrayBegin Token - - - - Marks the beginning of an array - - the name of the array - ArrayBegin Token - - - - Marks the beginning of an object - - the local name of the object - ObjectBegin Token - - - - Marks the beginning of an object - - the name of the object - ObjectBegin Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the name of the property - PropertyKey Token - - - - A simple scalar value (typically serialized as a single primitive value) - - - Value Token - - - - Provides base implementation for standard deserializers - - - - - Provides base implementation for standard deserializers - - - - - A common interface for data deserializers - - - - - Deserializes a single object from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - - - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - Ctor - - - - - - Deserializes the data from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - a streamed source of objects - a sequence of objects - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - Ctor - - - - - - Extension methods for selecting subsequences of sequences of tokens - - - - - Determines if the sequence represents a primitive - - - - - - - Determines if the sequence represents an object - - - - - - - Determines if the root object has any properties which satisfies the name - - - - true if any properties match the predicate - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Determines if the sequence represents an array - - - - - - - Gets all the items of the array - - - all items of the array - - - - Gets the items of the root array with indexes satisfying the - - - - items of the root array which statisfy the predicate - - - - ArrayItems iterator - - - - - - - - Gets all descendant values below the current root - - - - - - - Descendants iterator - - - - - - - Gets all descendant values below the current root, as well as the current root - - - - - - - DescendantsAndSelf iterator - - - - - - - Covers the sitation where a stream of sequences may be back to back - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Skips over the next complete value (object, array, primitive) - - - - - - - Common Model Language tokens - - - - - - - - - - - - Generates a sequence of tokens from an object graph - - - - - Generates a sequence of tokens from an object graph - - token type - - - - Generates a sequence of tokens representing the value - - - - - - - Ctor - - - - - - Generates a sequence of tokens representing the value - - - - - - - Allows a mechanism for manipulating JSON serialization - - Defines the type this filter reads/writes - - - - Partially implements an IDataFilter - - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - Defines the type this filter reads/writes - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Defines a filter for JSON-style serialization of DateTime into ISO-8601 string - - - This is the format used by EcmaScript 5th edition Date.prototype.toJSON(...): - http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf - http://www.w3.org/TR/NOTE-datetime - http://en.wikipedia.org/wiki/ISO_8601 - - NOTE: This format limits expressing DateTime as either UTC or Unspecified. Local (i.e. Server Local) is converted to UTC. - - - - - Converts a ISO-8601 string to the corresponding DateTime representation - - ISO-8601 conformant date - UTC or Unspecified DateTime - true if parsing was successful - - - - Converts a DateTime to the corresponding ISO-8601 string representation - - - ISO-8601 conformant date - - - - Determines the precision of fractional seconds. - Defaults to EcmaScript precision of milliseconds. - - - - - Defines the precision of fractional seconds in ISO-8601 dates - - - - - Defines a filter for JSON-style serialization of DateTime into an ASP.NET Ajax Date string. - - - This is the format used by Microsoft ASP.NET Ajax: - http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx - - NOTE: This format is limited to expressing DateTime at the millisecond level as UTC only. - The WCF extension of adding a timezone is ignored as this returns UTC dates only. - - - - - Converts an ASP.NET Ajax date string to the corresponding DateTime representation - - ASP.NET Ajax date string - - true if parsing was successful - - - - Converts a DateTime to the corresponding ASP.NET Ajax date string representation - - - ASP.NET Ajax date string - - - - Provides base implementation for standard serializers - - - - - Provides base implementation of standard serializers - - - - - A common interface for data serializers - - - - - Serializes the data to the given output - - the output writer - the data to be serialized - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Serializes the data to the given output - - the data to be serialized - the output writer - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the walker for this DataWriter - - - - - - - Gets the formatter for this DataWriter - - - - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Gets a walker for JSON - - - - - - - Gets the content encoding for the serialized data - - - - - Represents an ECMAScript identifier for serialization. - - - - - Designates a type as being able to format itself to raw text - - - - - Writes custom format to the output using either tokens or text - - - - - - - Ctor - - - - - Ctor - - - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript variable expression - - the identifier - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Trivial conversion method. Essentially performs a cast. - - - - - Supports conversion via System.Web.UI.PropertyConverter.ObjectFromString(Type, MemberInfo, string) - - - - - Implicit type conversion allows to be used directly as a String - - valid ECMAScript identifier - - - - - Implicit type conversion allows to be used directly with Strings - - valid ECMAScript identifier - - - - - Returns the identifier - - - - - - Compares identifiers - - - - - - - Returns the hash code for the identifier - - - - - - Gets the ECMAScript identifier represented by this instance - - - - - Formats data as full ECMAScript objects, rather than the limited set of JSON objects. - - - - - Outputs JSON text from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - JSON serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for JSON - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Outputs JSON text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Converts an object to its string representation - - - - - - - Converts an enum to its string representation - - - - - - - Splits a bitwise-OR'd set of enums into a list. - - the enum type - the combined value - list of flag enums - - from PseudoCode.EnumHelper - - - - - Determines if a numeric value cannot be represented as IEEE-754. - - - - - http://stackoverflow.com/questions/1601646 - - - - - Gets and sets if '<' should be encoded in strings - Useful for when emitting directly into page - - - - - Ctor - - - - Defaults to encoding < chars for improved embedding within script blocks - - - - - Emits a block of script ensuring that a namespace is declared - - the output writer - the namespace to ensure - list of namespaces already emitted - determines if should emit pretty-printed - if was a namespaced identifier - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - Defaults to global matching off. - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Defines a strategy for filtering HTML tags/attributes/styles/literals - - - - - Filters tags, optionally allowing altering of tag - - tag name - if true tag should be rendered - - - - Filters attributes, optionally allowing altering of attribute value - - tag name - attribute name - attribute value - if true attribute should be rendered - - - - Filters styles, optionally allowing altering of style value - - tag name - style name - style value - if true style should be rendered - - - - Filters literals, optionally allowing replacement of literal value - - the literal value - if true should be rendered - - - - Provides a mechanism for filtering HTML streams based upon a tag taxonomy - - - - - Determines if is "void" (i.e. "empty" or "full") tag - - lowercase tag name - if is a void tag - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#sec_5.2. - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Determines if the tag is required to be closed - - lowercase tag name - if closing tag is optional - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Categorizes the tag for heuristics about markup type - - lowercase tag name - the box type for a particular element - - http://www.w3.org/TR/html5/semantics.html - - - - - Defines a prioritized taxonomy of tags - - - The types are enumerated in ascending levels of risk for use in filtering HTML input - - - - - Literal text, no tags - - - - - Inline character level elements and text strings - - - Tags of this type typically do not disrupt the text flow - - - - - style elements - - - Tags of this type change the visual appearance of text - - - - - list elements - - - Tags of this type denote lists and typically change the text flow - - - - - Block-level elements - - - Tags of this type denote sections or change the text flow - - - - - Media elements - - - Tags of this type safely embed media content - - - - - Tabular elements - - - Tags of this type have a very specific structure and their own rendering model - - - - - Form elements - - - Tags of this type are used in the construction of forms for capturing user input - - - - - Script elements - - - Tags of this type represent a security risk to the containing document but must obey the browser security sandbox - - - - - Document elements - - - Tags of this type are used to construct the document itself - - - - - embedded elements - - - Tags of this type represent a large security risk to the containing document as plug-ins may circumvent the browser security sandbox - - - - - Unknown elements - - - - - Outputs markup text from an input stream of tokens - - - - - Ctor - - - - - - Resets the internal stack of elements - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Emits a valid XML local-name (i.e. encodes invalid chars including ':') - - - - - Explicitly escaping ':' to maintain compatibility with XML Namespaces. - From XML 1.0, 5th ed. http://www.w3.org/TR/xml/#sec-common-syn - Name = NameStartChar (NameChar)* - NameStartChar = ":" - | [A-Z] - | "_" - | [a-z] - | [#xC0-#xD6] - | [#xD8-#xF6] - | [#xF8-#x2FF] - | [#x370-#x37D] - | [#x37F-#x1FFF] - | [#x200C-#x200D] - | [#x2070-#x218F] - | [#x2C00-#x2FEF] - | [#x3001-#xD7FF] - | [#xF900-#xFDCF] - | [#xFDF0-#xFFFD] - | [#x10000-#xEFFFF] - NameChar = NameStartChar - | "-" - | "." - | [0-9] - | #xB7 - | [#x0300-#x036F] - | [#x203F-#x2040] - - - - - - Emits valid XML character data - - - - encodes all non-ASCII chars - - - - - Emits valid XML attribute character data - - - - encodes all non-ASCII chars - - - - Gets and sets a value indicating if should emit canonical form - - - http://www.w3.org/TR/xml-c14n - - - - - Gets and sets a value indicating how should emit empty attributes - - - - - Gets and sets a value indicating if should encode text chars above the ASCII range - - - This option can help when the output is being embedded within an unknown encoding - - - - - HTML-style empty attributes do not emit a quoted string - - - http://www.w3.org/TR/html5/syntax.html#attributes-0 - - - - - XHTML-style empty attributes repeat the attribute name as its value - - - http://www.w3.org/TR/xhtml-media-types/#C_10 - http://www.w3.org/TR/xhtml1/#C_10 - http://www.w3.org/TR/html5/the-xhtml-syntax.html - - - - - XML-style empty attributes emit an empty quoted string - - - http://www.w3.org/TR/xml/#sec-starttags - - - - - Generates a sequence of tokens from a generalized model of markup text (e.g. HTML, XML, JBST, ASPX/ASCX, ASP, JSP, PHP, etc.) - - - This generates a stream of tokens like StAX (Streaming API for XML) - Unlike XML, this follows a more permissive markup format with automatic recovery most similar to HTML5. - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current column of the underlying input character sequence - - - Tokenizers not tracking columns should return -1. - - - - - Gets the current line of the underlying input character sequence - - - Tokenizers not tracking lines should return -1. - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Decodes HTML-style entities into special characters - - - the entity text - - TODO: validate against HTML5-style entities - http://www.w3.org/TR/html5/tokenization.html#consume-a-character-reference - - - - - Decodes most known named entities - - - - - - - Checks for element start char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Checks for element name char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets and sets if should attempt to auto-balance mismatched tags. - - - - - Gets and sets if should unwrap comments inside . - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets and sets a set of tags which should not have their content parsed. - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Ctor - - - - - Renders Common Model Tokens into a semantic HTML representation of the data structure - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - input token type - output token type - - - - Transforms the token sequence from to - - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - StringBuilder-like implementation built like List<char> - - - - - Ctor - - - - - Ctor - - - - - - Resets the buffer to an empty state - - - - - Appends a single char to the buffer - - - - - - - Appends a string value to the buffer - - - - - - - Copies the buffer value into a - - - - - - Gets the number of characters in the buffer - - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - Ctor - - - - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered sequence chunk - - - - - - Determines if the sequence has completed. - - - - - Gets a value indicating if is currently capturing a sequence - - - - - Gets the number of items currently chunked - - - - - Factory method for generic streams - - - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Determines if the input sequence has reached the end - - - - - Ctor - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a list with ability to capture a subsequence - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Gets the number of characters currently chunked - - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a text input tracking line/column/position - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and writes the buffered text chunk into the provided StringBuilder - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Supports a simple iteration over a string tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - Releases all resources used - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a TextReader tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - - - Releases all resources used by the underlying reader - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Formal language of tokens and symbols for JSON - - - - - Designates a property or field to not be serialized. - - - - - Specifies the naming to use for a property or field when serializing - - - - - Ctor - - - - - Ctor - - - - - - Gets and sets the name to be used in serialization - - - - - JSON deserializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the supported content type of the serialized data - - - - - Generates a sequence of tokens from JSON text - - - - - Gets a token sequence from the scanner stream - - - - - - - Scans for the longest valid EcmaScript identifier - - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - It is an error for the next token to be a value delim - - - - - Forbidden but differentiates between empty array/object and just written - - - - - It is an error for the next token to NOT be a value delim - - - - - Specifies the name of the property which specifies if member should be serialized. - - - These properties can be marked private/protected/internal and it will still be recognized - - - - - Ctor - - the name of the property which controls serialization for this member - - - - Ctor - - the name of the property which controls serialization for this member - - - - Gets and sets the name of the property which - specifies if member should be serialized - - - - - Transforms markup tokens into Common Model tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Determines how whitespace should be handled - - - - - Transforms Common Model tokens into markup tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Controls name resolution for IDataReader / IDataWriter using JsonNameAttribute / JsonIgnoreAttribute / JsonPropertySpecifiedAttribute - - - This is the default strategy from JsonFx v1.0 - - - - - Controls name resolution for IDataReader / IDataWriter using plain old CLR object (POCO) names - - - - - Controls name resolution for IDataReader / IDataWriter - - - Provides an extensibility point to control member naming and visibility at a very granular level. - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Determines if the property or field should not be serialized. - - - - - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful when default values need not be serialized. - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful for excluding serialization of default values. - - - - - Gets the serialized name for the member. - - - - - - - Determines whitespace handling - - - - - Removes insignificant whitespace - - - - - Keep all whitespace - - - - - Condenses all whitespace to single spaces - - - - - Designates a type as being able to format itself to raw JSON text. - - - - - Ctor - - - - - Ctor - - - - - Gets and sets the starting delimiter - - - - - Gets and sets the ending delimiter - - - - - Gets and sets the context - - - - - Formal language of tokens and symbols for markup - - - - - Any of a number of unparsed tags which typically contain specialized processing instructions - - - The name of the token is the beginning and ending delimiters as a format string (not including the '<' or '>') - Includes the following types: - - "<!--", "-->" XML/HTML/SGML comment - "<!", ">" XML/SGML declaration (e.g. DOCTYPE or server-side includes) - - "<?=", "?>" PHP expression - "<?", "?>" PHP code block /XML processing instruction (e.g. the XML declaration) - - "<%--", "--%>" ASP/PSP/JSP-style code comment - "<%@", "%>" ASP/PSP/JSP directive - "<%=", "%>" ASP/PSP/JSP/JBST expression - "<%!", "%>" JSP/JBST declaration - "<%#", "%>" ASP.NET/JBST databind expression - "<%$", "%>" ASP.NET/JBST extension - "<%", "%>" ASP code block / JSP scriptlet / PSP code block - - - - - tokens - - - - - - - - - - - Maintains scope chain for namespace prefix mappings - - - - - Adds a new scope to the chain - - - - - - Gets the last scope off the chain - - - - - Gets and removes the last scope off the chain - - - - - - Finds the namespace URI for a given prefix within the curren scope chain - - - - - - - Finds the prefix for a given namespace URI within the curren scope chain - - - - - - - Checks if the matching begin tag exists on the stack - - - - - - Resets the internal state of the scope chain. - - - - - Looks up the prefix for the given namespace - - - - null if namespace is empty and no default prefix found - - - - Represents a scope boundary within a prefix scope chain - - - - - Returns if this scope boundary contains a mapping for a particular prefix - - - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular namespace - - - if this scope boundary contains a mapping for a particular namespace - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the namespace URI if one was found. - - - the resolved namespace URI - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the prefix if one was found. - - - the resolved prefix - if this scope boundary contains a mapping for a particular prefix - - - - Gets and sets the tagname associated with this scope boundary - - - - - Gets and sets mappings between prefix and namespace URIs - - - - - - - Provides lookup capabilities for providers - - - - - Parses HTTP headers for Media-Types - - HTTP Accept header - HTTP Content-Type header - sequence of Media-Types - - http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html - - - - - - - - - - - - Controls name resolution for IDataReader / IDataWriter using convention-based name mapping - - - Converts standard .NET PascalCase naming convention into the specified naming convention. - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the serialized name for the member. - - - - - - - Splits a multi-word name assuming standard .NET PascalCase conventions. - - - - - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - - Ctor - - - - - - - - Ctor - - - - - - - Represents a property or document name, and a corresponding namespace URI (or empty string). - Analogous to XML "expanded name": http://www.w3.org/TR/REC-xml-names/#dt-expname - - - Namespaces must be a URI, but local-name can be any non-null string. - It is up to formatters to determine how to properly represent names which are invalid for the format. - - - - - local-name - - - - - alias for the namespace - - - - - namespace - - - - - Determines if name should be treated like an attribute - - - - - Ctor - - a CLR Type used to generate the local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - determines if name should be an attribute name - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Gets the local-name for a Type - - - - - - - Gets the prefixed name or simply local-name if is not a fully qualified name - - true to generate a prefix if the prefix is empty but not the namespace - - - - - Gets the namespaced name or simply local-name if is not a fully qualified name - - - - - - Compares two values and returns an indication of their relative sort order. - - - - - Performs ordering according to XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace nodes are sorted lexicographically by local name (the default namespace node, if one exists, has no local name and is therefore lexicographically least)." - "An element's attribute nodes are sorted lexicographically with namespace URI as the primary key and local name as the secondary key (an empty namespace URI is lexicographically least)." - - - - - Determines if this is an empty DataName - - - - - Indicates a graph cycle was detected during serialization - - - - - Indicates an error occurred during serialization - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Gets the type of cycle which caused the error - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in a null value - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in an error - - - - - Graph cycles are detected with a maximum depth count, exceeding depth results in an error - - - - - Detects graph cycles by tracking graph depth - - - - - Defines an interface for detecting graph cycles - - - - - Begins tracking of the reference - - - true if graph cycle was detected - - - - Ends tracking of the reference - - - true if tracking was successfully completed - - - - Ctor - - - - - - Increments the depth - - - true if MaxDepth has not been exceeded - - - - Increments the depth - - - - - - Detects cycles by detecting duplicates in the a set of object references - - - - - Adds a reference to the set - - - true if object already existed within set - - - - Removes a reference from the set - - - - - - Controls deserialization settings for IDataReader - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets if ValueTypes can accept values of null - - - If this is true and a ValueType T is assigned the value of null, - it will receive the value of default(T). - Setting this to false, throws an exception if null is - specified for a ValueType member. - - - - - Gets and sets if should verify that stream is empty after deserialzing each object - - - Setting to true allows reading a JSON stream inside other structures (e.g. JavaScript) - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Controls the serialization settings for IDataWriter - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets what to do when graph cycles (repeated references) are encounted - - - - - Gets and sets the maximum nesting depth - - - Depth is a fast and easy safegaurd against detecting graph cycles but may produce false positives - - - - - Gets and sets if output will be formatted for human reading. - - - - - Gets and sets the string to use for indentation - - - - - Gets and sets the line terminator string - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Indicates an error occurred during deserialization - - - - - Ctor - - - - - - - Ctor - - - - - - - - - Ctor - - - - - - - - Ctor - - - - - - - - Ctor - - - - - - - Helper method which converts the index into Line and Column numbers - - - - - - - - Gets the character column in the stream where the error occurred - - - - - Gets the character position in the stream where the error occurred - - - - - Gets the character line in the stream where the error occurred - - - - - Indicates an error occurred during token consumption - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Gets the token in the sequence where the error occurred - - - - - Indicates an error occurred during type coercion - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Ctor - - inject with all possible readers - - - - Finds an IDataReader by content-type header - - - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Ctor - - inject with all possible writers - - - - Controls name resolution for IDataReader / IDataWriter by using pluggable delegate callbacks - - - - - Gets and sets the implementation for ignoring properties - - - - - Gets and sets the implementation for ignoring fields - - - - - Gets and sets the implementation for ignoring properties by value - - - - - Gets and sets the implementation for naming members - - - - - Gets and sets the implementation for sorting members - - - - - Controls name resolution for IDataReader / IDataWriter by combining an ordered sequence of any other strategies - - - Each strategy is invoked in order, the first to respond wins. - - - - - Ctor - - ordered sequence of strategies - - - - Ctor - - ordered sequence of strategies - - - - Gets a value indicating if the property is to be serialized. - - - - true if any strategy specifies should be ignored - - - - Gets a value indicating if the field is to be serialized. - - - true if any strategy specifies should be ignored - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - true if any strategy specifies this should be ignored - - - - Gets the serialized name for the member. - - - - custom name if any strategy specifies one, otherwise null - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Controls name resolution for IDataReader / IDataWriter using DataContract attributes - - - http://msdn.microsoft.com/en-us/library/kd1dc9w5.aspx - - - - - CCtor - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - Gets the serialized name for the member. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - The original member info - - - - - The original member name - - - - - The member data name - - - - - The member type - - - - - The getter method - - - - - The setter method - - - - - The logic for determining if a value is ignored - - - - - Determines if map name is alternate (i.e. only used for deserialization) - - - - - Ctor - - MemberMap to clone - alternate name - - - - Ctor - - - - - - - - Ctor - - - - - - - - Ctor - - - - - Gets a sequence of the available factory arguments - - - - - Gets the factory associated with the given argument type - - - - - - - Cache of name resolution mappings for IDataReader / IDataWriter - - - - - Ctor - - - - - - Gets the serialized name of the class - - - - - - - Removes any cached member mappings. - - - - - Builds a mapping of member name to field/property - - - - - - Represents a single immutable token in an input sequence - - - - - The type of the token - - - - - The name of the token - - - - - The value of the token - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Ctor - - - - - - - Returns a string that represents the current token. - - - - - - Gets the value of the token as a string - - - - - - Converts a value to a string giving opportunity for IConvertible, IFormattable - - - - - - - Converts token to a token of a different type - - - token with same values and different type - - - - Type Coercion Utility - - - - - Ctor - - - - - - - Ctor - - - - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Helper method to set value of a member. - - - - - - - - - - Coerces the object value to Type - - - - - - - - Coerces the object value to Type of - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Coerces an sequence of items into an array of Type elementType - - - - - - - - Finds a suitable concrete class for common collection interface types - - - - - - - Allows specific IDictionary<string, TVal> to deserialize as TVal - - IDictionary<string, TVal> Type - TVal Type - - - - Returns a common type which can hold previous values and the new value - - - - - - - - Determines if type can be assigned a null value. - - - - - - - Gets the attribute T for the given value. - - - Attribute Type - true if defined - - - - Gets the attribute of Type for the given value. - - - true if defined - - - - Gets the attribute T for the given value. - - - Attribute Type - requested attribute or not if not defined - - - - Gets the attribute of Type for the given value. - - - requested attribute or not if not defined - - - - Character Utility - - - These are either simpler definitions of character classes (e.g. letter is [a-zA-Z]), - or they implement platform-agnositic checks (read: "Silverlight workarounds"). - - - - - Checks if string is null, empty or entirely made up of whitespace - - - - - Essentially the same as String.IsNullOrWhiteSpace from .NET 4.0 - with a simplfied view of whitespace. - - - - - Checks if character is line ending, tab or space - - - - - - - - - - - - - - Checks if character matches [A-Za-z] - - - - - - - Checks if character matches [0-9] - - - - - - - Checks if character matches [0-9A-Fa-f] - - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Formats a number as a hex digit - - - - - - - Converts the value of a UTF-16 encoded character or surrogate pair at a specified - position in a string into a Unicode code point. - - - - - - - - Converts the specified Unicode code point into a UTF-16 encoded string. - - - - - - - XML serializer - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets a tokenizer for XML - - - - - - Gets the supported content type for the serialized data - - - - - Transforms markup tokens into Common Model tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - - Ctor - - - - - Ctor - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the XmlReader - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for XML - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Transforms Common Model tokens into markup tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - Outputs XML text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Formats the token sequence to the writer - - - - - - - Wraps an XmlWriter as a TextWriter - - - - - Ctor - - - - - - Gets the underlying XmlWriter - - - - - Controls name resolution for IDataReader / IDataWriter using attributes and conventions similar to XmlSerializer semantics - - - http://msdn.microsoft.com/en-us/library/83y7df3e.aspx - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute or has a property named XXXSpecified which determines visibility - - This is useful when default values need not be serialized. - Under these situations XmlSerializer ignores properties based upon value: - - DefaultValue: http://msdn.microsoft.com/en-us/library/system.componentmodel.defaultvalueattribute.aspx - - Specified Properies: http://msdn.microsoft.com/en-us/library/bb402199.aspx - - ShouldSerialize Methods: http://msdn.microsoft.com/en-us/library/53b8022e.aspx - - - - - Gets the serialized name for the member. - - - - - - - Sorts members to ensure proper document order where attributes precede all child elements. - - - - - Performs the first stage of XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace and attribute nodes have a document order position greater than the element but less than any child node of the element." - - - - - Generates delegates for getting/setting properties and field and invoking constructors - - - - - Creates a field getter delegate for the specified property or field - - PropertyInfo or FieldInfo - GetterDelegate for property or field, null otherwise - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified property or field - - PropertyInfo or FieldInfo - SetterDelegate for property or field, null otherwise - - - - Creates a property getter delegate for the specified property - - - GetterDelegate if property CanRead, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a property setter delegate for the specified property - - - GetterDelegate if property CanWrite, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field getter delegate for the specified field - - - GetterDelegate which returns field unless is enum in which will return enum value - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified field - - - SetterDelegate unless field IsInitOnly then returns null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a proxy delegate accepting a target instance and corresponding arguments - - method to proxy - ProxyDelegate or null if cannot be invoked - - Note: use with caution this method will expose private and protected methods without safety checks. - - - - - Creates a default constructor delegate - - type to be created - FactoryDelegate or null if default constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - diff --git a/packages/JsonFx.2.0.1209.2802/lib/net35/JsonFx.dll b/packages/JsonFx.2.0.1209.2802/lib/net35/JsonFx.dll deleted file mode 100644 index 6943bd7a..00000000 Binary files a/packages/JsonFx.2.0.1209.2802/lib/net35/JsonFx.dll and /dev/null differ diff --git a/packages/JsonFx.2.0.1209.2802/lib/net35/JsonFx.xml b/packages/JsonFx.2.0.1209.2802/lib/net35/JsonFx.xml deleted file mode 100644 index cef2d988..00000000 --- a/packages/JsonFx.2.0.1209.2802/lib/net35/JsonFx.xml +++ /dev/null @@ -1,4865 +0,0 @@ - - - - JsonFx - - - - - JsonFx metadata - - - - - Ctor - - - - - - Outputs BSON bytes from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the output writer - - - - - - - Emits a document (or array) to the binary stream - - - - number of bytes written - - - - Emits a single element to the binary stream - - - - - number of bytes written - - - - Emits a string value - - - - number of bytes written - - - - Emits a binary value - - - - number of bytes written - - - - Emits a code_w_s value - - - - number of bytes written - - - - Generates a sequence of tokens from BSON bytes - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the reader - - - - - - - Gets the current position of the underlying stream - - - - - BSON MD5 Datatype - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Converts MD5 to Guid - - - - - - - - Converts MD5 to Guid - - - - - - - Gets the hashcode of the underlying Guid - - - - - - BSON JavaScript Code With Scope Datatype - - - - - BSON JavaScript Code Datatype - - - - - Ctor - - - - - - Converts JavaScriptCode to string - - - - - - - - Converts JavaScriptCode to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON Symbol Datatype - - - - - Ctor - - - - - - Converts Symbol to string - - - - - - - - Converts Symbol to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON DBPointer Datatype (Deprecated) - - - - - Immutable BSON ObjectID Datatype - - - http://www.mongodb.org/display/DOCS/Object+IDs#ObjectIDs-TheBSONObjectIdDatatype - - - - - Ctor - - 12-byte object ID - - - - Ctor - - 4-byte seconds since Unit epoch - 3-byte machine ID - 2-byte process ID - 3-byte counter - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets the time associated with this ObjectID - - - - - Gets the machine id associated with this ObjectID - - - - - Gets the process id associated with this ObjectID - - - - - Gets the counter associated with this ObjectID - - - - - Generic binary holder - - - http://api.mongodb.org/java/2.0/org/bson/types/Binary.html - - - - - Ctor - - binary type code - byte date - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Gets the binary type code - - - - - Gets the binary type code - - - - - Gets the byte at the given index - - - - - Gets the length of the binary data - - - - - Designates a type as being able to format itself to raw BSON bytes - - - - - Designates a type as being able to format itself to raw bytes - - - - - Writes custom format to the output using either tokens or bytes - - - - total number of bytes written - - - - Determines the corresponding BSON element type - - - - - - Generalized delegate for invoking a constructor - - - - - - - Generalized delegate for invoking a method - - the instance object - the method parameters - - - - - Generalized delegate for getting a field or property value - - - - - - - Generalized delegate for setting a field or property value - - - - - - - Consumes a sequence of tokens to produce an object graph optionally coerced to a given type - - - - - Consumes a sequence of tokens to produce a sequence of objects, optionally coerced to a given type - - token type - - - - Parses the token sequence - - - - - - - Parses the token sequence, optionally coercing the result to Type targetType - - - optional type for coercion (null if not specified) - - - - - Parses the token sequence, coercing the result to Type TResult - - optional type for coercion (null if not specified) - - - - - - Parses the token stream coercing the result to TResult (type inferred from ) - - - - an example value used solely for Type inference - - - - - Ctor - - - - - - Parses the token stream coercing the result targetType - - - - - - - Parses the token stream coercing the result to targetType - - - - - - - - Parses the token stream coercing the result to TResult - - the result target type - - - - - - Parses the token stream coercing the result to TResult (inferred from ) - - - - an example value used solely for Type inference - - - - - Common Model Language grammar helper - - - Simplifies and guides syntax, and provides a set of reusable tokens to reduce redundant token instantiations - - - - - Marks the beginning of an array - - the local name of the array - ArrayBegin Token - - - - Marks the beginning of an array - - the local name of the array - the namespace of the document - ArrayBegin Token - - - - Marks the beginning of an array - - the name of the array - ArrayBegin Token - - - - Marks the beginning of an object - - the local name of the object - ObjectBegin Token - - - - Marks the beginning of an object - - the name of the object - ObjectBegin Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the name of the property - PropertyKey Token - - - - A simple scalar value (typically serialized as a single primitive value) - - - Value Token - - - - Provides base implementation for standard deserializers - - - Provides base implementation for standard deserializers - - - This partial class adds LINQ capabilities to the reader. - - - - - Provides base implementation for standard deserializers - - - - - A common interface for data deserializers - - - - - Deserializes a single object from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - - - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - Ctor - - - - - - Deserializes the data from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - a streamed source of objects - a sequence of objects - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - A common interface for querying data readers - - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Ctor - - - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Extension methods for selecting subsequences of sequences of tokens - - - - - Determines if the sequence represents a primitive - - - - - - - Determines if the sequence represents an object - - - - - - - Determines if the root object has any properties which satisfies the name - - - - true if any properties match the predicate - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Determines if the sequence represents an array - - - - - - - Gets all the items of the array - - - all items of the array - - - - Gets the items of the root array with indexes satisfying the - - - - items of the root array which statisfy the predicate - - - - ArrayItems iterator - - - - - - - - Gets all descendant values below the current root - - - - - - - Descendants iterator - - - - - - - Gets all descendant values below the current root, as well as the current root - - - - - - - DescendantsAndSelf iterator - - - - - - - Covers the sitation where a stream of sequences may be back to back - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Skips over the next complete value (object, array, primitive) - - - - - - - Common Model Language tokens - - - - - - - - - - - - Generates a sequence of tokens from an object graph - - - - - Generates a sequence of tokens from an object graph - - token type - - - - Generates a sequence of tokens representing the value - - - - - - - Ctor - - - - - - Generates a sequence of tokens representing the value - - - - - - - Allows a mechanism for manipulating JSON serialization - - Defines the type this filter reads/writes - - - - Partially implements an IDataFilter - - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - Defines the type this filter reads/writes - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Defines a filter for JSON-style serialization of DateTime into ISO-8601 string - - - This is the format used by EcmaScript 5th edition Date.prototype.toJSON(...): - http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf - http://www.w3.org/TR/NOTE-datetime - http://en.wikipedia.org/wiki/ISO_8601 - - NOTE: This format limits expressing DateTime as either UTC or Unspecified. Local (i.e. Server Local) is converted to UTC. - - - - - Converts a ISO-8601 string to the corresponding DateTime representation - - ISO-8601 conformant date - UTC or Unspecified DateTime - true if parsing was successful - - - - Converts a DateTime to the corresponding ISO-8601 string representation - - - ISO-8601 conformant date - - - - Determines the precision of fractional seconds. - Defaults to EcmaScript precision of milliseconds. - - - - - Defines the precision of fractional seconds in ISO-8601 dates - - - - - Defines a filter for JSON-style serialization of DateTime into an ASP.NET Ajax Date string. - - - This is the format used by Microsoft ASP.NET Ajax: - http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx - - NOTE: This format is limited to expressing DateTime at the millisecond level as UTC only. - The WCF extension of adding a timezone is ignored as this returns UTC dates only. - - - - - Converts an ASP.NET Ajax date string to the corresponding DateTime representation - - ASP.NET Ajax date string - - true if parsing was successful - - - - Converts a DateTime to the corresponding ASP.NET Ajax date string representation - - - ASP.NET Ajax date string - - - - Provides base implementation for standard serializers - - - - - Provides base implementation of standard serializers - - - - - A common interface for data serializers - - - - - Serializes the data to the given output - - the output writer - the data to be serialized - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Serializes the data to the given output - - the data to be serialized - the output writer - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the walker for this DataWriter - - - - - - - Gets the formatter for this DataWriter - - - - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Gets a walker for JSON - - - - - - - Gets the content encoding for the serialized data - - - - - Represents an ECMAScript identifier for serialization. - - - - - Designates a type as being able to format itself to raw text - - - - - Writes custom format to the output using either tokens or text - - - - - - - Ctor - - - - - Ctor - - - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript variable expression - - the identifier - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Trivial conversion method. Essentially performs a cast. - - - - - Supports conversion via System.Web.UI.PropertyConverter.ObjectFromString(Type, MemberInfo, string) - - - - - Implicit type conversion allows to be used directly as a String - - valid ECMAScript identifier - - - - - Implicit type conversion allows to be used directly with Strings - - valid ECMAScript identifier - - - - - Returns the identifier - - - - - - Compares identifiers - - - - - - - Returns the hash code for the identifier - - - - - - Gets the ECMAScript identifier represented by this instance - - - - - Formats data as full ECMAScript objects, rather than the limited set of JSON objects. - - - - - Outputs JSON text from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - JSON serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for JSON - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Outputs JSON text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Converts an object to its string representation - - - - - - - Converts an enum to its string representation - - - - - - - Splits a bitwise-OR'd set of enums into a list. - - the enum type - the combined value - list of flag enums - - from PseudoCode.EnumHelper - - - - - Determines if a numeric value cannot be represented as IEEE-754. - - - - - http://stackoverflow.com/questions/1601646 - - - - - Gets and sets if '<' should be encoded in strings - Useful for when emitting directly into page - - - - - Ctor - - - - Defaults to encoding < chars for improved embedding within script blocks - - - - - Emits a block of script ensuring that a namespace is declared - - the output writer - the namespace to ensure - list of namespaces already emitted - determines if should emit pretty-printed - if was a namespaced identifier - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - Defaults to global matching off. - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Defines a strategy for filtering HTML tags/attributes/styles/literals - - - - - Filters tags, optionally allowing altering of tag - - tag name - if true tag should be rendered - - - - Filters attributes, optionally allowing altering of attribute value - - tag name - attribute name - attribute value - if true attribute should be rendered - - - - Filters styles, optionally allowing altering of style value - - tag name - style name - style value - if true style should be rendered - - - - Filters literals, optionally allowing replacement of literal value - - the literal value - if true should be rendered - - - - Provides a mechanism for filtering HTML streams based upon a tag taxonomy - - - - - Determines if is "void" (i.e. "empty" or "full") tag - - lowercase tag name - if is a void tag - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#sec_5.2. - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Determines if the tag is required to be closed - - lowercase tag name - if closing tag is optional - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Categorizes the tag for heuristics about markup type - - lowercase tag name - the box type for a particular element - - http://www.w3.org/TR/html5/semantics.html - - - - - Defines a prioritized taxonomy of tags - - - The types are enumerated in ascending levels of risk for use in filtering HTML input - - - - - Literal text, no tags - - - - - Inline character level elements and text strings - - - Tags of this type typically do not disrupt the text flow - - - - - style elements - - - Tags of this type change the visual appearance of text - - - - - list elements - - - Tags of this type denote lists and typically change the text flow - - - - - Block-level elements - - - Tags of this type denote sections or change the text flow - - - - - Media elements - - - Tags of this type safely embed media content - - - - - Tabular elements - - - Tags of this type have a very specific structure and their own rendering model - - - - - Form elements - - - Tags of this type are used in the construction of forms for capturing user input - - - - - Script elements - - - Tags of this type represent a security risk to the containing document but must obey the browser security sandbox - - - - - Document elements - - - Tags of this type are used to construct the document itself - - - - - embedded elements - - - Tags of this type represent a large security risk to the containing document as plug-ins may circumvent the browser security sandbox - - - - - Unknown elements - - - - - Outputs markup text from an input stream of tokens - - - - - Ctor - - - - - - Resets the internal stack of elements - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Emits a valid XML local-name (i.e. encodes invalid chars including ':') - - - - - Explicitly escaping ':' to maintain compatibility with XML Namespaces. - From XML 1.0, 5th ed. http://www.w3.org/TR/xml/#sec-common-syn - Name = NameStartChar (NameChar)* - NameStartChar = ":" - | [A-Z] - | "_" - | [a-z] - | [#xC0-#xD6] - | [#xD8-#xF6] - | [#xF8-#x2FF] - | [#x370-#x37D] - | [#x37F-#x1FFF] - | [#x200C-#x200D] - | [#x2070-#x218F] - | [#x2C00-#x2FEF] - | [#x3001-#xD7FF] - | [#xF900-#xFDCF] - | [#xFDF0-#xFFFD] - | [#x10000-#xEFFFF] - NameChar = NameStartChar - | "-" - | "." - | [0-9] - | #xB7 - | [#x0300-#x036F] - | [#x203F-#x2040] - - - - - - Emits valid XML character data - - - - encodes all non-ASCII chars - - - - - Emits valid XML attribute character data - - - - encodes all non-ASCII chars - - - - Gets and sets a value indicating if should emit canonical form - - - http://www.w3.org/TR/xml-c14n - - - - - Gets and sets a value indicating how should emit empty attributes - - - - - Gets and sets a value indicating if should encode text chars above the ASCII range - - - This option can help when the output is being embedded within an unknown encoding - - - - - HTML-style empty attributes do not emit a quoted string - - - http://www.w3.org/TR/html5/syntax.html#attributes-0 - - - - - XHTML-style empty attributes repeat the attribute name as its value - - - http://www.w3.org/TR/xhtml-media-types/#C_10 - http://www.w3.org/TR/xhtml1/#C_10 - http://www.w3.org/TR/html5/the-xhtml-syntax.html - - - - - XML-style empty attributes emit an empty quoted string - - - http://www.w3.org/TR/xml/#sec-starttags - - - - - Generates a sequence of tokens from a generalized model of markup text (e.g. HTML, XML, JBST, ASPX/ASCX, ASP, JSP, PHP, etc.) - - - This generates a stream of tokens like StAX (Streaming API for XML) - Unlike XML, this follows a more permissive markup format with automatic recovery most similar to HTML5. - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current column of the underlying input character sequence - - - Tokenizers not tracking columns should return -1. - - - - - Gets the current line of the underlying input character sequence - - - Tokenizers not tracking lines should return -1. - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Decodes HTML-style entities into special characters - - - the entity text - - TODO: validate against HTML5-style entities - http://www.w3.org/TR/html5/tokenization.html#consume-a-character-reference - - - - - Decodes most known named entities - - - - - - - Checks for element start char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Checks for element name char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets and sets if should attempt to auto-balance mismatched tags. - - - - - Gets and sets if should unwrap comments inside . - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets and sets a set of tags which should not have their content parsed. - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Ctor - - - - - Renders Common Model Tokens into a semantic HTML representation of the data structure - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - input token type - output token type - - - - Transforms the token sequence from to - - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - StringBuilder-like implementation built like List<char> - - - - - Ctor - - - - - Ctor - - - - - - Resets the buffer to an empty state - - - - - Appends a single char to the buffer - - - - - - - Appends a string value to the buffer - - - - - - - Copies the buffer value into a - - - - - - Gets the number of characters in the buffer - - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - Ctor - - - - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered sequence chunk - - - - - - Determines if the sequence has completed. - - - - - Gets a value indicating if is currently capturing a sequence - - - - - Gets the number of items currently chunked - - - - - Factory method for generic streams - - - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Determines if the input sequence has reached the end - - - - - Ctor - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a list with ability to capture a subsequence - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Gets the number of characters currently chunked - - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a text input tracking line/column/position - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and writes the buffered text chunk into the provided StringBuilder - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Supports a simple iteration over a string tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - Releases all resources used - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a TextReader tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - - - Releases all resources used by the underlying reader - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Formal language of tokens and symbols for JSON - - - - - Designates a property or field to not be serialized. - - - - - Specifies the naming to use for a property or field when serializing - - - - - Ctor - - - - - Ctor - - - - - - Gets and sets the name to be used in serialization - - - - - JSON deserializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the supported content type of the serialized data - - - - - Generates a sequence of tokens from JSON text - - - - - Gets a token sequence from the scanner stream - - - - - - - Scans for the longest valid EcmaScript identifier - - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - It is an error for the next token to be a value delim - - - - - Forbidden but differentiates between empty array/object and just written - - - - - It is an error for the next token to NOT be a value delim - - - - - Specifies the name of the property which specifies if member should be serialized. - - - These properties can be marked private/protected/internal and it will still be recognized - - - - - Ctor - - the name of the property which controls serialization for this member - - - - Ctor - - the name of the property which controls serialization for this member - - - - Gets and sets the name of the property which - specifies if member should be serialized - - - - - Transforms markup tokens into Common Model tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Determines how whitespace should be handled - - - - - Transforms Common Model tokens into markup tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Controls name resolution for IDataReader / IDataWriter using JsonNameAttribute / JsonIgnoreAttribute / JsonPropertySpecifiedAttribute - - - This is the default strategy from JsonFx v1.0 - - - - - Controls name resolution for IDataReader / IDataWriter using plain old CLR object (POCO) names - - - - - Controls name resolution for IDataReader / IDataWriter - - - Provides an extensibility point to control member naming and visibility at a very granular level. - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Determines if the property or field should not be serialized. - - - - - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful when default values need not be serialized. - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful for excluding serialization of default values. - - - - - Gets the serialized name for the member. - - - - - - - Determines whitespace handling - - - - - Removes insignificant whitespace - - - - - Keep all whitespace - - - - - Condenses all whitespace to single spaces - - - - - Designates a type as being able to format itself to raw JSON text. - - - - - Ctor - - - - - Ctor - - - - - Gets and sets the starting delimiter - - - - - Gets and sets the ending delimiter - - - - - Gets and sets the context - - - - - Formal language of tokens and symbols for markup - - - - - Any of a number of unparsed tags which typically contain specialized processing instructions - - - The name of the token is the beginning and ending delimiters as a format string (not including the '<' or '>') - Includes the following types: - - "<!--", "-->" XML/HTML/SGML comment - "<!", ">" XML/SGML declaration (e.g. DOCTYPE or server-side includes) - - "<?=", "?>" PHP expression - "<?", "?>" PHP code block /XML processing instruction (e.g. the XML declaration) - - "<%--", "--%>" ASP/PSP/JSP-style code comment - "<%@", "%>" ASP/PSP/JSP directive - "<%=", "%>" ASP/PSP/JSP/JBST expression - "<%!", "%>" JSP/JBST declaration - "<%#", "%>" ASP.NET/JBST databind expression - "<%$", "%>" ASP.NET/JBST extension - "<%", "%>" ASP code block / JSP scriptlet / PSP code block - - - - - tokens - - - - - - - - - - - Maintains scope chain for namespace prefix mappings - - - - - Adds a new scope to the chain - - - - - - Gets the last scope off the chain - - - - - Gets and removes the last scope off the chain - - - - - - Finds the namespace URI for a given prefix within the curren scope chain - - - - - - - Finds the prefix for a given namespace URI within the curren scope chain - - - - - - - Checks if the matching begin tag exists on the stack - - - - - - Resets the internal state of the scope chain. - - - - - Looks up the prefix for the given namespace - - - - null if namespace is empty and no default prefix found - - - - Represents a scope boundary within a prefix scope chain - - - - - Returns if this scope boundary contains a mapping for a particular prefix - - - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular namespace - - - if this scope boundary contains a mapping for a particular namespace - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the namespace URI if one was found. - - - the resolved namespace URI - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the prefix if one was found. - - - the resolved prefix - if this scope boundary contains a mapping for a particular prefix - - - - Gets and sets the tagname associated with this scope boundary - - - - - Gets and sets mappings between prefix and namespace URIs - - - - - - - Provides lookup capabilities for providers - - - - - Parses HTTP headers for Media-Types - - HTTP Accept header - HTTP Content-Type header - sequence of Media-Types - - http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html - - - - - - - - - - - - Controls name resolution for IDataReader / IDataWriter using convention-based name mapping - - - Converts standard .NET PascalCase naming convention into the specified naming convention. - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the serialized name for the member. - - - - - - - Splits a multi-word name assuming standard .NET PascalCase conventions. - - - - - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - - Ctor - - - - - - - - Ctor - - - - - - - Represents a property or document name, and a corresponding namespace URI (or empty string). - Analogous to XML "expanded name": http://www.w3.org/TR/REC-xml-names/#dt-expname - - - Namespaces must be a URI, but local-name can be any non-null string. - It is up to formatters to determine how to properly represent names which are invalid for the format. - - - - - local-name - - - - - alias for the namespace - - - - - namespace - - - - - Determines if name should be treated like an attribute - - - - - Ctor - - a CLR Type used to generate the local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - determines if name should be an attribute name - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Gets the local-name for a Type - - - - - - - Gets the prefixed name or simply local-name if is not a fully qualified name - - true to generate a prefix if the prefix is empty but not the namespace - - - - - Gets the namespaced name or simply local-name if is not a fully qualified name - - - - - - Compares two values and returns an indication of their relative sort order. - - - - - Performs ordering according to XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace nodes are sorted lexicographically by local name (the default namespace node, if one exists, has no local name and is therefore lexicographically least)." - "An element's attribute nodes are sorted lexicographically with namespace URI as the primary key and local name as the secondary key (an empty namespace URI is lexicographically least)." - - - - - Determines if this is an empty DataName - - - - - Indicates a graph cycle was detected during serialization - - - - - Indicates an error occurred during serialization - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Gets the type of cycle which caused the error - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in a null value - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in an error - - - - - Graph cycles are detected with a maximum depth count, exceeding depth results in an error - - - - - Detects graph cycles by tracking graph depth - - - - - Defines an interface for detecting graph cycles - - - - - Begins tracking of the reference - - - true if graph cycle was detected - - - - Ends tracking of the reference - - - true if tracking was successfully completed - - - - Ctor - - - - - - Increments the depth - - - true if MaxDepth has not been exceeded - - - - Increments the depth - - - - - - Detects cycles by detecting duplicates in the a set of object references - - - - - Adds a reference to the set - - - true if object already existed within set - - - - Removes a reference from the set - - - - - - Controls deserialization settings for IDataReader - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets if ValueTypes can accept values of null - - - If this is true and a ValueType T is assigned the value of null, - it will receive the value of default(T). - Setting this to false, throws an exception if null is - specified for a ValueType member. - - - - - Gets and sets if should verify that stream is empty after deserialzing each object - - - Setting to true allows reading a JSON stream inside other structures (e.g. JavaScript) - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Controls the serialization settings for IDataWriter - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets what to do when graph cycles (repeated references) are encounted - - - - - Gets and sets the maximum nesting depth - - - Depth is a fast and easy safegaurd against detecting graph cycles but may produce false positives - - - - - Gets and sets if output will be formatted for human reading. - - - - - Gets and sets the string to use for indentation - - - - - Gets and sets the line terminator string - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Indicates an error occurred during deserialization - - - - - Ctor - - - - - - - Ctor - - - - - - - - - Ctor - - - - - - - - Ctor - - - - - - - - Ctor - - - - - - - Helper method which converts the index into Line and Column numbers - - - - - - - - Gets the character column in the stream where the error occurred - - - - - Gets the character position in the stream where the error occurred - - - - - Gets the character line in the stream where the error occurred - - - - - Indicates an error occurred during token consumption - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Gets the token in the sequence where the error occurred - - - - - Indicates an error occurred during type coercion - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Ctor - - inject with all possible readers - - - - Finds an IDataReader by content-type header - - - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Ctor - - inject with all possible writers - - - - Controls name resolution for IDataReader / IDataWriter by using pluggable delegate callbacks - - - - - Gets and sets the implementation for ignoring properties - - - - - Gets and sets the implementation for ignoring fields - - - - - Gets and sets the implementation for ignoring properties by value - - - - - Gets and sets the implementation for naming members - - - - - Gets and sets the implementation for sorting members - - - - - Controls name resolution for IDataReader / IDataWriter by combining an ordered sequence of any other strategies - - - Each strategy is invoked in order, the first to respond wins. - - - - - Ctor - - ordered sequence of strategies - - - - Ctor - - ordered sequence of strategies - - - - Gets a value indicating if the property is to be serialized. - - - - true if any strategy specifies should be ignored - - - - Gets a value indicating if the field is to be serialized. - - - true if any strategy specifies should be ignored - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - true if any strategy specifies this should be ignored - - - - Gets the serialized name for the member. - - - - custom name if any strategy specifies one, otherwise null - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Controls name resolution for IDataReader / IDataWriter using DataContract attributes - - - http://msdn.microsoft.com/en-us/library/kd1dc9w5.aspx - - - - - CCtor - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - Gets the serialized name for the member. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - The original member info - - - - - The original member name - - - - - The member data name - - - - - The member type - - - - - The getter method - - - - - The setter method - - - - - The logic for determining if a value is ignored - - - - - Determines if map name is alternate (i.e. only used for deserialization) - - - - - Ctor - - MemberMap to clone - alternate name - - - - Ctor - - - - - - - - Ctor - - - - - - - - Ctor - - - - - Gets a sequence of the available factory arguments - - - - - Gets the factory associated with the given argument type - - - - - - - Cache of name resolution mappings for IDataReader / IDataWriter - - - - - Ctor - - - - - - Gets the serialized name of the class - - - - - - - Removes any cached member mappings. - - - - - Builds a mapping of member name to field/property - - - - - - Represents a single immutable token in an input sequence - - - - - The type of the token - - - - - The name of the token - - - - - The value of the token - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Ctor - - - - - - - Returns a string that represents the current token. - - - - - - Gets the value of the token as a string - - - - - - Converts a value to a string giving opportunity for IConvertible, IFormattable - - - - - - - Converts token to a token of a different type - - - token with same values and different type - - - - Type Coercion Utility - - - - - Ctor - - - - - - - Ctor - - - - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Helper method to set value of a member. - - - - - - - - - - Coerces the object value to Type - - - - - - - - Coerces the object value to Type of - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Coerces an sequence of items into an array of Type elementType - - - - - - - - Finds a suitable concrete class for common collection interface types - - - - - - - Allows specific IDictionary<string, TVal> to deserialize as TVal - - IDictionary<string, TVal> Type - TVal Type - - - - Returns a common type which can hold previous values and the new value - - - - - - - - Determines if type can be assigned a null value. - - - - - - - Gets the attribute T for the given value. - - - Attribute Type - true if defined - - - - Gets the attribute of Type for the given value. - - - true if defined - - - - Gets the attribute T for the given value. - - - Attribute Type - requested attribute or not if not defined - - - - Gets the attribute of Type for the given value. - - - requested attribute or not if not defined - - - - Character Utility - - - These are either simpler definitions of character classes (e.g. letter is [a-zA-Z]), - or they implement platform-agnositic checks (read: "Silverlight workarounds"). - - - - - Checks if string is null, empty or entirely made up of whitespace - - - - - Essentially the same as String.IsNullOrWhiteSpace from .NET 4.0 - with a simplfied view of whitespace. - - - - - Checks if character is line ending, tab or space - - - - - - - - - - - - - - Checks if character matches [A-Za-z] - - - - - - - Checks if character matches [0-9] - - - - - - - Checks if character matches [0-9A-Fa-f] - - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Formats a number as a hex digit - - - - - - - Converts the value of a UTF-16 encoded character or surrogate pair at a specified - position in a string into a Unicode code point. - - - - - - - - Converts the specified Unicode code point into a UTF-16 encoded string. - - - - - - - XML serializer - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets a tokenizer for XML - - - - - - Gets the supported content type for the serialized data - - - - - Transforms markup tokens into Common Model tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - - Ctor - - - - - Ctor - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the XmlReader - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for XML - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Transforms Common Model tokens into markup tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - Outputs XML text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Formats the token sequence to the writer - - - - - - - Wraps an XmlWriter as a TextWriter - - - - - Ctor - - - - - - Gets the underlying XmlWriter - - - - - Controls name resolution for IDataReader / IDataWriter using attributes and conventions similar to XmlSerializer semantics - - - http://msdn.microsoft.com/en-us/library/83y7df3e.aspx - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute or has a property named XXXSpecified which determines visibility - - This is useful when default values need not be serialized. - Under these situations XmlSerializer ignores properties based upon value: - - DefaultValue: http://msdn.microsoft.com/en-us/library/system.componentmodel.defaultvalueattribute.aspx - - Specified Properies: http://msdn.microsoft.com/en-us/library/bb402199.aspx - - ShouldSerialize Methods: http://msdn.microsoft.com/en-us/library/53b8022e.aspx - - - - - Gets the serialized name for the member. - - - - - - - Sorts members to ensure proper document order where attributes precede all child elements. - - - - - Performs the first stage of XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace and attribute nodes have a document order position greater than the element but less than any child node of the element." - - - - - Generates delegates for getting/setting properties and field and invoking constructors - - - - - Creates a field getter delegate for the specified property or field - - PropertyInfo or FieldInfo - GetterDelegate for property or field, null otherwise - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified property or field - - PropertyInfo or FieldInfo - SetterDelegate for property or field, null otherwise - - - - Creates a property getter delegate for the specified property - - - GetterDelegate if property CanRead, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a property setter delegate for the specified property - - - GetterDelegate if property CanWrite, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field getter delegate for the specified field - - - GetterDelegate which returns field unless is enum in which will return enum value - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified field - - - SetterDelegate unless field IsInitOnly then returns null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a proxy delegate accepting a target instance and corresponding arguments - - method to proxy - ProxyDelegate or null if cannot be invoked - - Note: use with caution this method will expose private and protected methods without safety checks. - - - - - Creates a default constructor delegate - - type to be created - FactoryDelegate or null if default constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Represents a query across a data source - - - - - - Ctor - - - - - - Ctor - - - - - - - Returns a string representation of the query - - - - - - Gets the query expression - - - - - Gets the query return type - - - - - Gets the underlying provider - - - - - Ctor - - - - - - - Ctor - - - - - - - Extends the query to all descendants - - - - - Extends the query to all descendants - - - - - Gets all items of the array - - - - - Gets the items of the array with indexes satisfying the - - - - - - Filters to only objects with a particular property name defined - - - - - - Filters to a lookup of only the properties which match the predicate - - - - - - Filters to only arrays - - - - - - Filters to only objects - - - - - - Filters to only simple values - - - - - - Boiler-plate implementation - - - - - - Ctor - - - - - Ctor - - - - - - - - - - - Searches for subsequences found by the expression and rehydrates into objects with the analyzer - - - - - Ctor - - - - - Ctor - - - - - - - Ctor - - - - - - diff --git a/packages/JsonFx.2.0.1209.2802/lib/net40/JsonFx.dll b/packages/JsonFx.2.0.1209.2802/lib/net40/JsonFx.dll deleted file mode 100644 index e97990a6..00000000 Binary files a/packages/JsonFx.2.0.1209.2802/lib/net40/JsonFx.dll and /dev/null differ diff --git a/packages/JsonFx.2.0.1209.2802/lib/net40/JsonFx.xml b/packages/JsonFx.2.0.1209.2802/lib/net40/JsonFx.xml deleted file mode 100644 index a08ebbcf..00000000 --- a/packages/JsonFx.2.0.1209.2802/lib/net40/JsonFx.xml +++ /dev/null @@ -1,4877 +0,0 @@ - - - - JsonFx - - - - - JsonFx metadata - - - - - Ctor - - - - - - Outputs BSON bytes from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the output writer - - - - - - - Emits a document (or array) to the binary stream - - - - number of bytes written - - - - Emits a single element to the binary stream - - - - - number of bytes written - - - - Emits a string value - - - - number of bytes written - - - - Emits a binary value - - - - number of bytes written - - - - Emits a code_w_s value - - - - number of bytes written - - - - Generates a sequence of tokens from BSON bytes - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the reader - - - - - - - Gets the current position of the underlying stream - - - - - BSON MD5 Datatype - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Converts MD5 to Guid - - - - - - - - Converts MD5 to Guid - - - - - - - Gets the hashcode of the underlying Guid - - - - - - BSON JavaScript Code With Scope Datatype - - - - - BSON JavaScript Code Datatype - - - - - Ctor - - - - - - Converts JavaScriptCode to string - - - - - - - - Converts JavaScriptCode to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON Symbol Datatype - - - - - Ctor - - - - - - Converts Symbol to string - - - - - - - - Converts Symbol to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON DBPointer Datatype (Deprecated) - - - - - Immutable BSON ObjectID Datatype - - - http://www.mongodb.org/display/DOCS/Object+IDs#ObjectIDs-TheBSONObjectIdDatatype - - - - - Ctor - - 12-byte object ID - - - - Ctor - - 4-byte seconds since Unit epoch - 3-byte machine ID - 2-byte process ID - 3-byte counter - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets the time associated with this ObjectID - - - - - Gets the machine id associated with this ObjectID - - - - - Gets the process id associated with this ObjectID - - - - - Gets the counter associated with this ObjectID - - - - - Generic binary holder - - - http://api.mongodb.org/java/2.0/org/bson/types/Binary.html - - - - - Ctor - - binary type code - byte date - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Gets the binary type code - - - - - Gets the binary type code - - - - - Gets the byte at the given index - - - - - Gets the length of the binary data - - - - - Designates a type as being able to format itself to raw BSON bytes - - - - - Designates a type as being able to format itself to raw bytes - - - - - Writes custom format to the output using either tokens or bytes - - - - total number of bytes written - - - - Determines the corresponding BSON element type - - - - - - Generalized delegate for invoking a constructor - - - - - - - Generalized delegate for invoking a method - - the instance object - the method parameters - - - - - Generalized delegate for getting a field or property value - - - - - - - Generalized delegate for setting a field or property value - - - - - - - Consumes a sequence of tokens to produce an object graph optionally coerced to a given type - - - - - Consumes a sequence of tokens to produce a sequence of objects, optionally coerced to a given type - - token type - - - - Parses the token sequence - - - - - - - Parses the token sequence, optionally coercing the result to Type targetType - - - optional type for coercion (null if not specified) - - - - - Parses the token sequence, coercing the result to Type TResult - - optional type for coercion (null if not specified) - - - - - - Parses the token stream coercing the result to TResult (type inferred from ) - - - - an example value used solely for Type inference - - - - - Ctor - - - - - - Parses the token stream coercing the result targetType - - - - - - - Parses the token stream coercing the result to targetType - - - - - - - - Parses the token stream coercing the result to TResult - - the result target type - - - - - - Parses the token stream coercing the result to TResult (inferred from ) - - - - an example value used solely for Type inference - - - - - Common Model Language grammar helper - - - Simplifies and guides syntax, and provides a set of reusable tokens to reduce redundant token instantiations - - - - - Marks the beginning of an array - - the local name of the array - ArrayBegin Token - - - - Marks the beginning of an array - - the local name of the array - the namespace of the document - ArrayBegin Token - - - - Marks the beginning of an array - - the name of the array - ArrayBegin Token - - - - Marks the beginning of an object - - the local name of the object - ObjectBegin Token - - - - Marks the beginning of an object - - the name of the object - ObjectBegin Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the name of the property - PropertyKey Token - - - - A simple scalar value (typically serialized as a single primitive value) - - - Value Token - - - - Provides base implementation for standard deserializers - - - Provides base implementation for standard deserializers - - - This partial class adds LINQ capabilities to the reader. - - - - - Provides base implementation for standard deserializers - - - - - A common interface for data deserializers - - - - - Deserializes a single object from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - - - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - Ctor - - - - - - Deserializes the data from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - a streamed source of objects - a sequence of objects - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - A common interface for querying data readers - - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Ctor - - - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Extension methods for selecting subsequences of sequences of tokens - - - - - Determines if the sequence represents a primitive - - - - - - - Determines if the sequence represents an object - - - - - - - Determines if the root object has any properties which satisfies the name - - - - true if any properties match the predicate - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Determines if the sequence represents an array - - - - - - - Gets all the items of the array - - - all items of the array - - - - Gets the items of the root array with indexes satisfying the - - - - items of the root array which statisfy the predicate - - - - ArrayItems iterator - - - - - - - - Gets all descendant values below the current root - - - - - - - Descendants iterator - - - - - - - Gets all descendant values below the current root, as well as the current root - - - - - - - DescendantsAndSelf iterator - - - - - - - Covers the sitation where a stream of sequences may be back to back - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Skips over the next complete value (object, array, primitive) - - - - - - - Common Model Language tokens - - - - - - - - - - - - Generates a sequence of tokens from an object graph - - - - - Generates a sequence of tokens from an object graph - - token type - - - - Generates a sequence of tokens representing the value - - - - - - - Ctor - - - - - - Generates a sequence of tokens representing the value - - - - - - - Allows a mechanism for manipulating JSON serialization - - Defines the type this filter reads/writes - - - - Partially implements an IDataFilter - - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - Defines the type this filter reads/writes - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Defines a filter for JSON-style serialization of DateTime into ISO-8601 string - - - This is the format used by EcmaScript 5th edition Date.prototype.toJSON(...): - http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf - http://www.w3.org/TR/NOTE-datetime - http://en.wikipedia.org/wiki/ISO_8601 - - NOTE: This format limits expressing DateTime as either UTC or Unspecified. Local (i.e. Server Local) is converted to UTC. - - - - - Converts a ISO-8601 string to the corresponding DateTime representation - - ISO-8601 conformant date - UTC or Unspecified DateTime - true if parsing was successful - - - - Converts a DateTime to the corresponding ISO-8601 string representation - - - ISO-8601 conformant date - - - - Determines the precision of fractional seconds. - Defaults to EcmaScript precision of milliseconds. - - - - - Defines the precision of fractional seconds in ISO-8601 dates - - - - - Defines a filter for JSON-style serialization of DateTime into an ASP.NET Ajax Date string. - - - This is the format used by Microsoft ASP.NET Ajax: - http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx - - NOTE: This format is limited to expressing DateTime at the millisecond level as UTC only. - The WCF extension of adding a timezone is ignored as this returns UTC dates only. - - - - - Converts an ASP.NET Ajax date string to the corresponding DateTime representation - - ASP.NET Ajax date string - - true if parsing was successful - - - - Converts a DateTime to the corresponding ASP.NET Ajax date string representation - - - ASP.NET Ajax date string - - - - Provides base implementation for standard serializers - - - - - Provides base implementation of standard serializers - - - - - A common interface for data serializers - - - - - Serializes the data to the given output - - the output writer - the data to be serialized - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Serializes the data to the given output - - the data to be serialized - the output writer - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the walker for this DataWriter - - - - - - - Gets the formatter for this DataWriter - - - - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Gets a walker for JSON - - - - - - - Gets the content encoding for the serialized data - - - - - Represents an ECMAScript identifier for serialization. - - - - - Designates a type as being able to format itself to raw text - - - - - Writes custom format to the output using either tokens or text - - - - - - - Ctor - - - - - Ctor - - - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript variable expression - - the identifier - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Trivial conversion method. Essentially performs a cast. - - - - - Supports conversion via System.Web.UI.PropertyConverter.ObjectFromString(Type, MemberInfo, string) - - - - - Implicit type conversion allows to be used directly as a String - - valid ECMAScript identifier - - - - - Implicit type conversion allows to be used directly with Strings - - valid ECMAScript identifier - - - - - Returns the identifier - - - - - - Compares identifiers - - - - - - - Returns the hash code for the identifier - - - - - - Gets the ECMAScript identifier represented by this instance - - - - - Formats data as full ECMAScript objects, rather than the limited set of JSON objects. - - - - - Outputs JSON text from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - JSON serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for JSON - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Outputs JSON text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Converts an object to its string representation - - - - - - - Converts an enum to its string representation - - - - - - - Splits a bitwise-OR'd set of enums into a list. - - the enum type - the combined value - list of flag enums - - from PseudoCode.EnumHelper - - - - - Determines if a numeric value cannot be represented as IEEE-754. - - - - - http://stackoverflow.com/questions/1601646 - - - - - Gets and sets if '<' should be encoded in strings - Useful for when emitting directly into page - - - - - Ctor - - - - Defaults to encoding < chars for improved embedding within script blocks - - - - - Emits a block of script ensuring that a namespace is declared - - the output writer - the namespace to ensure - list of namespaces already emitted - determines if should emit pretty-printed - if was a namespaced identifier - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - Defaults to global matching off. - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Defines a strategy for filtering HTML tags/attributes/styles/literals - - - - - Filters tags, optionally allowing altering of tag - - tag name - if true tag should be rendered - - - - Filters attributes, optionally allowing altering of attribute value - - tag name - attribute name - attribute value - if true attribute should be rendered - - - - Filters styles, optionally allowing altering of style value - - tag name - style name - style value - if true style should be rendered - - - - Filters literals, optionally allowing replacement of literal value - - the literal value - if true should be rendered - - - - Provides a mechanism for filtering HTML streams based upon a tag taxonomy - - - - - Determines if is "void" (i.e. "empty" or "full") tag - - lowercase tag name - if is a void tag - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#sec_5.2. - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Determines if the tag is required to be closed - - lowercase tag name - if closing tag is optional - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Categorizes the tag for heuristics about markup type - - lowercase tag name - the box type for a particular element - - http://www.w3.org/TR/html5/semantics.html - - - - - Defines a prioritized taxonomy of tags - - - The types are enumerated in ascending levels of risk for use in filtering HTML input - - - - - Literal text, no tags - - - - - Inline character level elements and text strings - - - Tags of this type typically do not disrupt the text flow - - - - - style elements - - - Tags of this type change the visual appearance of text - - - - - list elements - - - Tags of this type denote lists and typically change the text flow - - - - - Block-level elements - - - Tags of this type denote sections or change the text flow - - - - - Media elements - - - Tags of this type safely embed media content - - - - - Tabular elements - - - Tags of this type have a very specific structure and their own rendering model - - - - - Form elements - - - Tags of this type are used in the construction of forms for capturing user input - - - - - Script elements - - - Tags of this type represent a security risk to the containing document but must obey the browser security sandbox - - - - - Document elements - - - Tags of this type are used to construct the document itself - - - - - embedded elements - - - Tags of this type represent a large security risk to the containing document as plug-ins may circumvent the browser security sandbox - - - - - Unknown elements - - - - - Outputs markup text from an input stream of tokens - - - - - Ctor - - - - - - Resets the internal stack of elements - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Emits a valid XML local-name (i.e. encodes invalid chars including ':') - - - - - Explicitly escaping ':' to maintain compatibility with XML Namespaces. - From XML 1.0, 5th ed. http://www.w3.org/TR/xml/#sec-common-syn - Name = NameStartChar (NameChar)* - NameStartChar = ":" - | [A-Z] - | "_" - | [a-z] - | [#xC0-#xD6] - | [#xD8-#xF6] - | [#xF8-#x2FF] - | [#x370-#x37D] - | [#x37F-#x1FFF] - | [#x200C-#x200D] - | [#x2070-#x218F] - | [#x2C00-#x2FEF] - | [#x3001-#xD7FF] - | [#xF900-#xFDCF] - | [#xFDF0-#xFFFD] - | [#x10000-#xEFFFF] - NameChar = NameStartChar - | "-" - | "." - | [0-9] - | #xB7 - | [#x0300-#x036F] - | [#x203F-#x2040] - - - - - - Emits valid XML character data - - - - encodes all non-ASCII chars - - - - - Emits valid XML attribute character data - - - - encodes all non-ASCII chars - - - - Gets and sets a value indicating if should emit canonical form - - - http://www.w3.org/TR/xml-c14n - - - - - Gets and sets a value indicating how should emit empty attributes - - - - - Gets and sets a value indicating if should encode text chars above the ASCII range - - - This option can help when the output is being embedded within an unknown encoding - - - - - HTML-style empty attributes do not emit a quoted string - - - http://www.w3.org/TR/html5/syntax.html#attributes-0 - - - - - XHTML-style empty attributes repeat the attribute name as its value - - - http://www.w3.org/TR/xhtml-media-types/#C_10 - http://www.w3.org/TR/xhtml1/#C_10 - http://www.w3.org/TR/html5/the-xhtml-syntax.html - - - - - XML-style empty attributes emit an empty quoted string - - - http://www.w3.org/TR/xml/#sec-starttags - - - - - Generates a sequence of tokens from a generalized model of markup text (e.g. HTML, XML, JBST, ASPX/ASCX, ASP, JSP, PHP, etc.) - - - This generates a stream of tokens like StAX (Streaming API for XML) - Unlike XML, this follows a more permissive markup format with automatic recovery most similar to HTML5. - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current column of the underlying input character sequence - - - Tokenizers not tracking columns should return -1. - - - - - Gets the current line of the underlying input character sequence - - - Tokenizers not tracking lines should return -1. - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Decodes HTML-style entities into special characters - - - the entity text - - TODO: validate against HTML5-style entities - http://www.w3.org/TR/html5/tokenization.html#consume-a-character-reference - - - - - Decodes most known named entities - - - - - - - Checks for element start char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Checks for element name char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets and sets if should attempt to auto-balance mismatched tags. - - - - - Gets and sets if should unwrap comments inside . - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets and sets a set of tags which should not have their content parsed. - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Ctor - - - - - Renders Common Model Tokens into a semantic HTML representation of the data structure - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - input token type - output token type - - - - Transforms the token sequence from to - - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - StringBuilder-like implementation built like List<char> - - - - - Ctor - - - - - Ctor - - - - - - Resets the buffer to an empty state - - - - - Appends a single char to the buffer - - - - - - - Appends a string value to the buffer - - - - - - - Copies the buffer value into a - - - - - - Gets the number of characters in the buffer - - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - Ctor - - - - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered sequence chunk - - - - - - Determines if the sequence has completed. - - - - - Gets a value indicating if is currently capturing a sequence - - - - - Gets the number of items currently chunked - - - - - Factory method for generic streams - - - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Determines if the input sequence has reached the end - - - - - Ctor - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a list with ability to capture a subsequence - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Gets the number of characters currently chunked - - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a text input tracking line/column/position - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and writes the buffered text chunk into the provided StringBuilder - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Supports a simple iteration over a string tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - Releases all resources used - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a TextReader tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - - - Releases all resources used by the underlying reader - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Formal language of tokens and symbols for JSON - - - - - Designates a property or field to not be serialized. - - - - - Specifies the naming to use for a property or field when serializing - - - - - Ctor - - - - - Ctor - - - - - - Gets and sets the name to be used in serialization - - - - - JSON deserializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the supported content type of the serialized data - - - - - Generates a sequence of tokens from JSON text - - - - - Gets a token sequence from the scanner stream - - - - - - - Scans for the longest valid EcmaScript identifier - - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - It is an error for the next token to be a value delim - - - - - Forbidden but differentiates between empty array/object and just written - - - - - It is an error for the next token to NOT be a value delim - - - - - Specifies the name of the property which specifies if member should be serialized. - - - These properties can be marked private/protected/internal and it will still be recognized - - - - - Ctor - - the name of the property which controls serialization for this member - - - - Ctor - - the name of the property which controls serialization for this member - - - - Gets and sets the name of the property which - specifies if member should be serialized - - - - - Transforms markup tokens into Common Model tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Determines how whitespace should be handled - - - - - Transforms Common Model tokens into markup tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Controls name resolution for IDataReader / IDataWriter using JsonNameAttribute / JsonIgnoreAttribute / JsonPropertySpecifiedAttribute - - - This is the default strategy from JsonFx v1.0 - - - - - Controls name resolution for IDataReader / IDataWriter using plain old CLR object (POCO) names - - - - - Controls name resolution for IDataReader / IDataWriter - - - Provides an extensibility point to control member naming and visibility at a very granular level. - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Determines if the property or field should not be serialized. - - - - - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful when default values need not be serialized. - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful for excluding serialization of default values. - - - - - Gets the serialized name for the member. - - - - - - - Determines whitespace handling - - - - - Removes insignificant whitespace - - - - - Keep all whitespace - - - - - Condenses all whitespace to single spaces - - - - - Designates a type as being able to format itself to raw JSON text. - - - - - Ctor - - - - - Ctor - - - - - Gets and sets the starting delimiter - - - - - Gets and sets the ending delimiter - - - - - Gets and sets the context - - - - - Formal language of tokens and symbols for markup - - - - - Any of a number of unparsed tags which typically contain specialized processing instructions - - - The name of the token is the beginning and ending delimiters as a format string (not including the '<' or '>') - Includes the following types: - - "<!--", "-->" XML/HTML/SGML comment - "<!", ">" XML/SGML declaration (e.g. DOCTYPE or server-side includes) - - "<?=", "?>" PHP expression - "<?", "?>" PHP code block /XML processing instruction (e.g. the XML declaration) - - "<%--", "--%>" ASP/PSP/JSP-style code comment - "<%@", "%>" ASP/PSP/JSP directive - "<%=", "%>" ASP/PSP/JSP/JBST expression - "<%!", "%>" JSP/JBST declaration - "<%#", "%>" ASP.NET/JBST databind expression - "<%$", "%>" ASP.NET/JBST extension - "<%", "%>" ASP code block / JSP scriptlet / PSP code block - - - - - tokens - - - - - - - - - - - Maintains scope chain for namespace prefix mappings - - - - - Adds a new scope to the chain - - - - - - Gets the last scope off the chain - - - - - Gets and removes the last scope off the chain - - - - - - Finds the namespace URI for a given prefix within the curren scope chain - - - - - - - Finds the prefix for a given namespace URI within the curren scope chain - - - - - - - Checks if the matching begin tag exists on the stack - - - - - - Resets the internal state of the scope chain. - - - - - Looks up the prefix for the given namespace - - - - null if namespace is empty and no default prefix found - - - - Represents a scope boundary within a prefix scope chain - - - - - Returns if this scope boundary contains a mapping for a particular prefix - - - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular namespace - - - if this scope boundary contains a mapping for a particular namespace - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the namespace URI if one was found. - - - the resolved namespace URI - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the prefix if one was found. - - - the resolved prefix - if this scope boundary contains a mapping for a particular prefix - - - - Gets and sets the tagname associated with this scope boundary - - - - - Gets and sets mappings between prefix and namespace URIs - - - - - - - Provides lookup capabilities for providers - - - - - Parses HTTP headers for Media-Types - - HTTP Accept header - HTTP Content-Type header - sequence of Media-Types - - http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html - - - - - - - - - - - - Controls name resolution for IDataReader / IDataWriter using convention-based name mapping - - - Converts standard .NET PascalCase naming convention into the specified naming convention. - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the serialized name for the member. - - - - - - - Splits a multi-word name assuming standard .NET PascalCase conventions. - - - - - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - - Ctor - - - - - - - - Ctor - - - - - - - Represents a property or document name, and a corresponding namespace URI (or empty string). - Analogous to XML "expanded name": http://www.w3.org/TR/REC-xml-names/#dt-expname - - - Namespaces must be a URI, but local-name can be any non-null string. - It is up to formatters to determine how to properly represent names which are invalid for the format. - - - - - local-name - - - - - alias for the namespace - - - - - namespace - - - - - Determines if name should be treated like an attribute - - - - - Ctor - - a CLR Type used to generate the local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - determines if name should be an attribute name - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Gets the local-name for a Type - - - - - - - Gets the prefixed name or simply local-name if is not a fully qualified name - - true to generate a prefix if the prefix is empty but not the namespace - - - - - Gets the namespaced name or simply local-name if is not a fully qualified name - - - - - - Compares two values and returns an indication of their relative sort order. - - - - - Performs ordering according to XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace nodes are sorted lexicographically by local name (the default namespace node, if one exists, has no local name and is therefore lexicographically least)." - "An element's attribute nodes are sorted lexicographically with namespace URI as the primary key and local name as the secondary key (an empty namespace URI is lexicographically least)." - - - - - Determines if this is an empty DataName - - - - - Indicates a graph cycle was detected during serialization - - - - - Indicates an error occurred during serialization - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Gets the type of cycle which caused the error - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in a null value - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in an error - - - - - Graph cycles are detected with a maximum depth count, exceeding depth results in an error - - - - - Detects graph cycles by tracking graph depth - - - - - Defines an interface for detecting graph cycles - - - - - Begins tracking of the reference - - - true if graph cycle was detected - - - - Ends tracking of the reference - - - true if tracking was successfully completed - - - - Ctor - - - - - - Increments the depth - - - true if MaxDepth has not been exceeded - - - - Increments the depth - - - - - - Detects cycles by detecting duplicates in the a set of object references - - - - - Adds a reference to the set - - - true if object already existed within set - - - - Removes a reference from the set - - - - - - Controls deserialization settings for IDataReader - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets if ValueTypes can accept values of null - - - If this is true and a ValueType T is assigned the value of null, - it will receive the value of default(T). - Setting this to false, throws an exception if null is - specified for a ValueType member. - - - - - Gets and sets if should verify that stream is empty after deserialzing each object - - - Setting to true allows reading a JSON stream inside other structures (e.g. JavaScript) - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Controls the serialization settings for IDataWriter - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets what to do when graph cycles (repeated references) are encounted - - - - - Gets and sets the maximum nesting depth - - - Depth is a fast and easy safegaurd against detecting graph cycles but may produce false positives - - - - - Gets and sets if output will be formatted for human reading. - - - - - Gets and sets the string to use for indentation - - - - - Gets and sets the line terminator string - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Indicates an error occurred during deserialization - - - - - Ctor - - - - - - - Ctor - - - - - - - - - Ctor - - - - - - - - Ctor - - - - - - - - Ctor - - - - - - - Helper method which converts the index into Line and Column numbers - - - - - - - - Gets the character column in the stream where the error occurred - - - - - Gets the character position in the stream where the error occurred - - - - - Gets the character line in the stream where the error occurred - - - - - Indicates an error occurred during token consumption - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Gets the token in the sequence where the error occurred - - - - - Indicates an error occurred during type coercion - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Ctor - - inject with all possible readers - - - - Finds an IDataReader by content-type header - - - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Ctor - - inject with all possible writers - - - - Controls name resolution for IDataReader / IDataWriter by using pluggable delegate callbacks - - - - - Gets and sets the implementation for ignoring properties - - - - - Gets and sets the implementation for ignoring fields - - - - - Gets and sets the implementation for ignoring properties by value - - - - - Gets and sets the implementation for naming members - - - - - Gets and sets the implementation for sorting members - - - - - Controls name resolution for IDataReader / IDataWriter by combining an ordered sequence of any other strategies - - - Each strategy is invoked in order, the first to respond wins. - - - - - Ctor - - ordered sequence of strategies - - - - Ctor - - ordered sequence of strategies - - - - Gets a value indicating if the property is to be serialized. - - - - true if any strategy specifies should be ignored - - - - Gets a value indicating if the field is to be serialized. - - - true if any strategy specifies should be ignored - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - true if any strategy specifies this should be ignored - - - - Gets the serialized name for the member. - - - - custom name if any strategy specifies one, otherwise null - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Controls name resolution for IDataReader / IDataWriter using DataContract attributes - - - http://msdn.microsoft.com/en-us/library/kd1dc9w5.aspx - - - - - CCtor - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - Gets the serialized name for the member. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - The original member info - - - - - The original member name - - - - - The member data name - - - - - The member type - - - - - The getter method - - - - - The setter method - - - - - The logic for determining if a value is ignored - - - - - Determines if map name is alternate (i.e. only used for deserialization) - - - - - Ctor - - MemberMap to clone - alternate name - - - - Ctor - - - - - - - - Ctor - - - - - - - - Ctor - - - - - Gets a sequence of the available factory arguments - - - - - Gets the factory associated with the given argument type - - - - - - - Cache of name resolution mappings for IDataReader / IDataWriter - - - - - Ctor - - - - - - Gets the serialized name of the class - - - - - - - Removes any cached member mappings. - - - - - Builds a mapping of member name to field/property - - - - - - Represents a single immutable token in an input sequence - - - - - The type of the token - - - - - The name of the token - - - - - The value of the token - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Ctor - - - - - - - Returns a string that represents the current token. - - - - - - Gets the value of the token as a string - - - - - - Converts a value to a string giving opportunity for IConvertible, IFormattable - - - - - - - Converts token to a token of a different type - - - token with same values and different type - - - - Type Coercion Utility - - - - - Ctor - - - - - - - Ctor - - - - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Helper method to set value of a member. - - - - - - - - - - Coerces the object value to Type - - - - - - - - Coerces the object value to Type of - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Coerces an sequence of items into an array of Type elementType - - - - - - - - Finds a suitable concrete class for common collection interface types - - - - - - - Allows specific IDictionary<string, TVal> to deserialize as TVal - - IDictionary<string, TVal> Type - TVal Type - - - - Returns a common type which can hold previous values and the new value - - - - - - - - Determines if type can be assigned a null value. - - - - - - - Gets the attribute T for the given value. - - - Attribute Type - true if defined - - - - Gets the attribute of Type for the given value. - - - true if defined - - - - Gets the attribute T for the given value. - - - Attribute Type - requested attribute or not if not defined - - - - Gets the attribute of Type for the given value. - - - requested attribute or not if not defined - - - - Character Utility - - - These are either simpler definitions of character classes (e.g. letter is [a-zA-Z]), - or they implement platform-agnositic checks (read: "Silverlight workarounds"). - - - - - Checks if string is null, empty or entirely made up of whitespace - - - - - Essentially the same as String.IsNullOrWhiteSpace from .NET 4.0 - with a simplfied view of whitespace. - - - - - Checks if character is line ending, tab or space - - - - - - - - - - - - - - Checks if character matches [A-Za-z] - - - - - - - Checks if character matches [0-9] - - - - - - - Checks if character matches [0-9A-Fa-f] - - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Formats a number as a hex digit - - - - - - - Converts the value of a UTF-16 encoded character or surrogate pair at a specified - position in a string into a Unicode code point. - - - - - - - - Converts the specified Unicode code point into a UTF-16 encoded string. - - - - - - - XML serializer - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets a tokenizer for XML - - - - - - Gets the supported content type for the serialized data - - - - - Transforms markup tokens into Common Model tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - - Ctor - - - - - Ctor - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the XmlReader - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for XML - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Transforms Common Model tokens into markup tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - Outputs XML text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Formats the token sequence to the writer - - - - - - - Wraps an XmlWriter as a TextWriter - - - - - Ctor - - - - - - Gets the underlying XmlWriter - - - - - Controls name resolution for IDataReader / IDataWriter using attributes and conventions similar to XmlSerializer semantics - - - http://msdn.microsoft.com/en-us/library/83y7df3e.aspx - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute or has a property named XXXSpecified which determines visibility - - This is useful when default values need not be serialized. - Under these situations XmlSerializer ignores properties based upon value: - - DefaultValue: http://msdn.microsoft.com/en-us/library/system.componentmodel.defaultvalueattribute.aspx - - Specified Properies: http://msdn.microsoft.com/en-us/library/bb402199.aspx - - ShouldSerialize Methods: http://msdn.microsoft.com/en-us/library/53b8022e.aspx - - - - - Gets the serialized name for the member. - - - - - - - Sorts members to ensure proper document order where attributes precede all child elements. - - - - - Performs the first stage of XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace and attribute nodes have a document order position greater than the element but less than any child node of the element." - - - - - Ctor - - - - - - Ctor - - - - - - Generates delegates for getting/setting properties and field and invoking constructors - - - - - Creates a field getter delegate for the specified property or field - - PropertyInfo or FieldInfo - GetterDelegate for property or field, null otherwise - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified property or field - - PropertyInfo or FieldInfo - SetterDelegate for property or field, null otherwise - - - - Creates a property getter delegate for the specified property - - - GetterDelegate if property CanRead, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a property setter delegate for the specified property - - - GetterDelegate if property CanWrite, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field getter delegate for the specified field - - - GetterDelegate which returns field unless is enum in which will return enum value - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified field - - - SetterDelegate unless field IsInitOnly then returns null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a proxy delegate accepting a target instance and corresponding arguments - - method to proxy - ProxyDelegate or null if cannot be invoked - - Note: use with caution this method will expose private and protected methods without safety checks. - - - - - Creates a default constructor delegate - - type to be created - FactoryDelegate or null if default constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Represents a query across a data source - - - - - - Ctor - - - - - - Ctor - - - - - - - Returns a string representation of the query - - - - - - Gets the query expression - - - - - Gets the query return type - - - - - Gets the underlying provider - - - - - Ctor - - - - - - - Ctor - - - - - - - Extends the query to all descendants - - - - - Extends the query to all descendants - - - - - Gets all items of the array - - - - - Gets the items of the array with indexes satisfying the - - - - - - Filters to only objects with a particular property name defined - - - - - - Filters to a lookup of only the properties which match the predicate - - - - - - Filters to only arrays - - - - - - Filters to only objects - - - - - - Filters to only simple values - - - - - - Boiler-plate implementation - - - - - - Ctor - - - - - Ctor - - - - - - - - - - - Searches for subsequences found by the expression and rehydrates into objects with the analyzer - - - - - Ctor - - - - - Ctor - - - - - - - Ctor - - - - - - diff --git a/packages/JsonFx.2.0.1209.2802/lib/sl35/JsonFx.dll b/packages/JsonFx.2.0.1209.2802/lib/sl35/JsonFx.dll deleted file mode 100644 index 756e3180..00000000 Binary files a/packages/JsonFx.2.0.1209.2802/lib/sl35/JsonFx.dll and /dev/null differ diff --git a/packages/JsonFx.2.0.1209.2802/lib/sl35/JsonFx.xml b/packages/JsonFx.2.0.1209.2802/lib/sl35/JsonFx.xml deleted file mode 100644 index e0bf95e5..00000000 --- a/packages/JsonFx.2.0.1209.2802/lib/sl35/JsonFx.xml +++ /dev/null @@ -1,4830 +0,0 @@ - - - - JsonFx - - - - - JsonFx metadata - - - - - Ctor - - - - - - Outputs BSON bytes from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the output writer - - - - - - - Emits a document (or array) to the binary stream - - - - number of bytes written - - - - Emits a single element to the binary stream - - - - - number of bytes written - - - - Emits a string value - - - - number of bytes written - - - - Emits a binary value - - - - number of bytes written - - - - Emits a code_w_s value - - - - number of bytes written - - - - Generates a sequence of tokens from BSON bytes - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the reader - - - - - - - Gets the current position of the underlying stream - - - - - BSON MD5 Datatype - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Converts MD5 to Guid - - - - - - - - Converts MD5 to Guid - - - - - - - Gets the hashcode of the underlying Guid - - - - - - BSON JavaScript Code With Scope Datatype - - - - - BSON JavaScript Code Datatype - - - - - Ctor - - - - - - Converts JavaScriptCode to string - - - - - - - - Converts JavaScriptCode to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON Symbol Datatype - - - - - Ctor - - - - - - Converts Symbol to string - - - - - - - - Converts Symbol to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON DBPointer Datatype (Deprecated) - - - - - Immutable BSON ObjectID Datatype - - - http://www.mongodb.org/display/DOCS/Object+IDs#ObjectIDs-TheBSONObjectIdDatatype - - - - - Ctor - - 12-byte object ID - - - - Ctor - - 4-byte seconds since Unit epoch - 3-byte machine ID - 2-byte process ID - 3-byte counter - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets the time associated with this ObjectID - - - - - Gets the machine id associated with this ObjectID - - - - - Gets the process id associated with this ObjectID - - - - - Gets the counter associated with this ObjectID - - - - - Generic binary holder - - - http://api.mongodb.org/java/2.0/org/bson/types/Binary.html - - - - - Ctor - - binary type code - byte date - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Gets the binary type code - - - - - Gets the binary type code - - - - - Gets the byte at the given index - - - - - Gets the length of the binary data - - - - - Designates a type as being able to format itself to raw BSON bytes - - - - - Designates a type as being able to format itself to raw bytes - - - - - Writes custom format to the output using either tokens or bytes - - - - total number of bytes written - - - - Determines the corresponding BSON element type - - - - - - Generalized delegate for invoking a constructor - - - - - - - Generalized delegate for invoking a method - - the instance object - the method parameters - - - - - Generalized delegate for getting a field or property value - - - - - - - Generalized delegate for setting a field or property value - - - - - - - Consumes a sequence of tokens to produce an object graph optionally coerced to a given type - - - - - Consumes a sequence of tokens to produce a sequence of objects, optionally coerced to a given type - - token type - - - - Parses the token sequence - - - - - - - Parses the token sequence, optionally coercing the result to Type targetType - - - optional type for coercion (null if not specified) - - - - - Parses the token sequence, coercing the result to Type TResult - - optional type for coercion (null if not specified) - - - - - - Parses the token stream coercing the result to TResult (type inferred from ) - - - - an example value used solely for Type inference - - - - - Ctor - - - - - - Parses the token stream coercing the result targetType - - - - - - - Parses the token stream coercing the result to targetType - - - - - - - - Parses the token stream coercing the result to TResult - - the result target type - - - - - - Parses the token stream coercing the result to TResult (inferred from ) - - - - an example value used solely for Type inference - - - - - Common Model Language grammar helper - - - Simplifies and guides syntax, and provides a set of reusable tokens to reduce redundant token instantiations - - - - - Marks the beginning of an array - - the local name of the array - ArrayBegin Token - - - - Marks the beginning of an array - - the local name of the array - the namespace of the document - ArrayBegin Token - - - - Marks the beginning of an array - - the name of the array - ArrayBegin Token - - - - Marks the beginning of an object - - the local name of the object - ObjectBegin Token - - - - Marks the beginning of an object - - the name of the object - ObjectBegin Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the name of the property - PropertyKey Token - - - - A simple scalar value (typically serialized as a single primitive value) - - - Value Token - - - - Provides base implementation for standard deserializers - - - Provides base implementation for standard deserializers - - - This partial class adds LINQ capabilities to the reader. - - - - - Provides base implementation for standard deserializers - - - - - A common interface for data deserializers - - - - - Deserializes a single object from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - - - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - Ctor - - - - - - Deserializes the data from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - a streamed source of objects - a sequence of objects - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - A common interface for querying data readers - - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Ctor - - - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Extension methods for selecting subsequences of sequences of tokens - - - - - Determines if the sequence represents a primitive - - - - - - - Determines if the sequence represents an object - - - - - - - Determines if the root object has any properties which satisfies the name - - - - true if any properties match the predicate - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Determines if the sequence represents an array - - - - - - - Gets all the items of the array - - - all items of the array - - - - Gets the items of the root array with indexes satisfying the - - - - items of the root array which statisfy the predicate - - - - ArrayItems iterator - - - - - - - - Gets all descendant values below the current root - - - - - - - Descendants iterator - - - - - - - Gets all descendant values below the current root, as well as the current root - - - - - - - DescendantsAndSelf iterator - - - - - - - Covers the sitation where a stream of sequences may be back to back - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Skips over the next complete value (object, array, primitive) - - - - - - - Common Model Language tokens - - - - - - - - - - - - Generates a sequence of tokens from an object graph - - - - - Generates a sequence of tokens from an object graph - - token type - - - - Generates a sequence of tokens representing the value - - - - - - - Ctor - - - - - - Generates a sequence of tokens representing the value - - - - - - - Allows a mechanism for manipulating JSON serialization - - Defines the type this filter reads/writes - - - - Partially implements an IDataFilter - - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - Defines the type this filter reads/writes - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Defines a filter for JSON-style serialization of DateTime into ISO-8601 string - - - This is the format used by EcmaScript 5th edition Date.prototype.toJSON(...): - http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf - http://www.w3.org/TR/NOTE-datetime - http://en.wikipedia.org/wiki/ISO_8601 - - NOTE: This format limits expressing DateTime as either UTC or Unspecified. Local (i.e. Server Local) is converted to UTC. - - - - - Converts a ISO-8601 string to the corresponding DateTime representation - - ISO-8601 conformant date - UTC or Unspecified DateTime - true if parsing was successful - - - - Converts a DateTime to the corresponding ISO-8601 string representation - - - ISO-8601 conformant date - - - - Determines the precision of fractional seconds. - Defaults to EcmaScript precision of milliseconds. - - - - - Defines the precision of fractional seconds in ISO-8601 dates - - - - - Defines a filter for JSON-style serialization of DateTime into an ASP.NET Ajax Date string. - - - This is the format used by Microsoft ASP.NET Ajax: - http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx - - NOTE: This format is limited to expressing DateTime at the millisecond level as UTC only. - The WCF extension of adding a timezone is ignored as this returns UTC dates only. - - - - - Converts an ASP.NET Ajax date string to the corresponding DateTime representation - - ASP.NET Ajax date string - - true if parsing was successful - - - - Converts a DateTime to the corresponding ASP.NET Ajax date string representation - - - ASP.NET Ajax date string - - - - Provides base implementation for standard serializers - - - - - Provides base implementation of standard serializers - - - - - A common interface for data serializers - - - - - Serializes the data to the given output - - the output writer - the data to be serialized - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Serializes the data to the given output - - the data to be serialized - the output writer - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the walker for this DataWriter - - - - - - - Gets the formatter for this DataWriter - - - - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Gets a walker for JSON - - - - - - - Gets the content encoding for the serialized data - - - - - Represents an ECMAScript identifier for serialization. - - - - - Designates a type as being able to format itself to raw text - - - - - Writes custom format to the output using either tokens or text - - - - - - - Ctor - - - - - Ctor - - - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript variable expression - - the identifier - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Trivial conversion method. Essentially performs a cast. - - - - - Supports conversion via System.Web.UI.PropertyConverter.ObjectFromString(Type, MemberInfo, string) - - - - - Implicit type conversion allows to be used directly as a String - - valid ECMAScript identifier - - - - - Implicit type conversion allows to be used directly with Strings - - valid ECMAScript identifier - - - - - Returns the identifier - - - - - - Compares identifiers - - - - - - - Returns the hash code for the identifier - - - - - - Gets the ECMAScript identifier represented by this instance - - - - - Formats data as full ECMAScript objects, rather than the limited set of JSON objects. - - - - - Outputs JSON text from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - JSON serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for JSON - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Outputs JSON text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Converts an object to its string representation - - - - - - - Converts an enum to its string representation - - - - - - - Splits a bitwise-OR'd set of enums into a list. - - the enum type - the combined value - list of flag enums - - from PseudoCode.EnumHelper - - - - - Determines if a numeric value cannot be represented as IEEE-754. - - - - - http://stackoverflow.com/questions/1601646 - - - - - Gets and sets if '<' should be encoded in strings - Useful for when emitting directly into page - - - - - Ctor - - - - Defaults to encoding < chars for improved embedding within script blocks - - - - - Emits a block of script ensuring that a namespace is declared - - the output writer - the namespace to ensure - list of namespaces already emitted - determines if should emit pretty-printed - if was a namespaced identifier - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - Defaults to global matching off. - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Defines a strategy for filtering HTML tags/attributes/styles/literals - - - - - Filters tags, optionally allowing altering of tag - - tag name - if true tag should be rendered - - - - Filters attributes, optionally allowing altering of attribute value - - tag name - attribute name - attribute value - if true attribute should be rendered - - - - Filters styles, optionally allowing altering of style value - - tag name - style name - style value - if true style should be rendered - - - - Filters literals, optionally allowing replacement of literal value - - the literal value - if true should be rendered - - - - Provides a mechanism for filtering HTML streams based upon a tag taxonomy - - - - - Determines if is "void" (i.e. "empty" or "full") tag - - lowercase tag name - if is a void tag - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#sec_5.2. - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Determines if the tag is required to be closed - - lowercase tag name - if closing tag is optional - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Categorizes the tag for heuristics about markup type - - lowercase tag name - the box type for a particular element - - http://www.w3.org/TR/html5/semantics.html - - - - - Defines a prioritized taxonomy of tags - - - The types are enumerated in ascending levels of risk for use in filtering HTML input - - - - - Literal text, no tags - - - - - Inline character level elements and text strings - - - Tags of this type typically do not disrupt the text flow - - - - - style elements - - - Tags of this type change the visual appearance of text - - - - - list elements - - - Tags of this type denote lists and typically change the text flow - - - - - Block-level elements - - - Tags of this type denote sections or change the text flow - - - - - Media elements - - - Tags of this type safely embed media content - - - - - Tabular elements - - - Tags of this type have a very specific structure and their own rendering model - - - - - Form elements - - - Tags of this type are used in the construction of forms for capturing user input - - - - - Script elements - - - Tags of this type represent a security risk to the containing document but must obey the browser security sandbox - - - - - Document elements - - - Tags of this type are used to construct the document itself - - - - - embedded elements - - - Tags of this type represent a large security risk to the containing document as plug-ins may circumvent the browser security sandbox - - - - - Unknown elements - - - - - Outputs markup text from an input stream of tokens - - - - - Ctor - - - - - - Resets the internal stack of elements - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Emits a valid XML local-name (i.e. encodes invalid chars including ':') - - - - - Explicitly escaping ':' to maintain compatibility with XML Namespaces. - From XML 1.0, 5th ed. http://www.w3.org/TR/xml/#sec-common-syn - Name = NameStartChar (NameChar)* - NameStartChar = ":" - | [A-Z] - | "_" - | [a-z] - | [#xC0-#xD6] - | [#xD8-#xF6] - | [#xF8-#x2FF] - | [#x370-#x37D] - | [#x37F-#x1FFF] - | [#x200C-#x200D] - | [#x2070-#x218F] - | [#x2C00-#x2FEF] - | [#x3001-#xD7FF] - | [#xF900-#xFDCF] - | [#xFDF0-#xFFFD] - | [#x10000-#xEFFFF] - NameChar = NameStartChar - | "-" - | "." - | [0-9] - | #xB7 - | [#x0300-#x036F] - | [#x203F-#x2040] - - - - - - Emits valid XML character data - - - - encodes all non-ASCII chars - - - - - Emits valid XML attribute character data - - - - encodes all non-ASCII chars - - - - Gets and sets a value indicating if should emit canonical form - - - http://www.w3.org/TR/xml-c14n - - - - - Gets and sets a value indicating how should emit empty attributes - - - - - Gets and sets a value indicating if should encode text chars above the ASCII range - - - This option can help when the output is being embedded within an unknown encoding - - - - - HTML-style empty attributes do not emit a quoted string - - - http://www.w3.org/TR/html5/syntax.html#attributes-0 - - - - - XHTML-style empty attributes repeat the attribute name as its value - - - http://www.w3.org/TR/xhtml-media-types/#C_10 - http://www.w3.org/TR/xhtml1/#C_10 - http://www.w3.org/TR/html5/the-xhtml-syntax.html - - - - - XML-style empty attributes emit an empty quoted string - - - http://www.w3.org/TR/xml/#sec-starttags - - - - - Generates a sequence of tokens from a generalized model of markup text (e.g. HTML, XML, JBST, ASPX/ASCX, ASP, JSP, PHP, etc.) - - - This generates a stream of tokens like StAX (Streaming API for XML) - Unlike XML, this follows a more permissive markup format with automatic recovery most similar to HTML5. - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current column of the underlying input character sequence - - - Tokenizers not tracking columns should return -1. - - - - - Gets the current line of the underlying input character sequence - - - Tokenizers not tracking lines should return -1. - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Decodes HTML-style entities into special characters - - - the entity text - - TODO: validate against HTML5-style entities - http://www.w3.org/TR/html5/tokenization.html#consume-a-character-reference - - - - - Decodes most known named entities - - - - - - - Checks for element start char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Checks for element name char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets and sets if should attempt to auto-balance mismatched tags. - - - - - Gets and sets if should unwrap comments inside . - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets and sets a set of tags which should not have their content parsed. - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Ctor - - - - - Renders Common Model Tokens into a semantic HTML representation of the data structure - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - input token type - output token type - - - - Transforms the token sequence from to - - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - StringBuilder-like implementation built like List<char> - - - - - Ctor - - - - - Ctor - - - - - - Resets the buffer to an empty state - - - - - Appends a single char to the buffer - - - - - - - Appends a string value to the buffer - - - - - - - Copies the buffer value into a - - - - - - Gets the number of characters in the buffer - - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - Ctor - - - - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered sequence chunk - - - - - - Determines if the sequence has completed. - - - - - Gets a value indicating if is currently capturing a sequence - - - - - Gets the number of items currently chunked - - - - - Factory method for generic streams - - - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Determines if the input sequence has reached the end - - - - - Ctor - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a list with ability to capture a subsequence - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Gets the number of characters currently chunked - - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a text input tracking line/column/position - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and writes the buffered text chunk into the provided StringBuilder - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Supports a simple iteration over a string tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - Releases all resources used - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a TextReader tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - - - Releases all resources used by the underlying reader - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Formal language of tokens and symbols for JSON - - - - - Designates a property or field to not be serialized. - - - - - Specifies the naming to use for a property or field when serializing - - - - - Ctor - - - - - Ctor - - - - - - Gets and sets the name to be used in serialization - - - - - JSON deserializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the supported content type of the serialized data - - - - - Generates a sequence of tokens from JSON text - - - - - Gets a token sequence from the scanner stream - - - - - - - Scans for the longest valid EcmaScript identifier - - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - It is an error for the next token to be a value delim - - - - - Forbidden but differentiates between empty array/object and just written - - - - - It is an error for the next token to NOT be a value delim - - - - - Specifies the name of the property which specifies if member should be serialized. - - - These properties can be marked private/protected/internal and it will still be recognized - - - - - Ctor - - the name of the property which controls serialization for this member - - - - Ctor - - the name of the property which controls serialization for this member - - - - Gets and sets the name of the property which - specifies if member should be serialized - - - - - Transforms markup tokens into Common Model tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Determines how whitespace should be handled - - - - - Transforms Common Model tokens into markup tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Controls name resolution for IDataReader / IDataWriter using JsonNameAttribute / JsonIgnoreAttribute / JsonPropertySpecifiedAttribute - - - This is the default strategy from JsonFx v1.0 - - - - - Controls name resolution for IDataReader / IDataWriter using plain old CLR object (POCO) names - - - - - Controls name resolution for IDataReader / IDataWriter - - - Provides an extensibility point to control member naming and visibility at a very granular level. - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Determines if the property or field should not be serialized. - - - - - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful when default values need not be serialized. - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful for excluding serialization of default values. - - - - - Gets the serialized name for the member. - - - - - - - Determines whitespace handling - - - - - Removes insignificant whitespace - - - - - Keep all whitespace - - - - - Condenses all whitespace to single spaces - - - - - Designates a type as being able to format itself to raw JSON text. - - - - - Ctor - - - - - Ctor - - - - - Gets and sets the starting delimiter - - - - - Gets and sets the ending delimiter - - - - - Gets and sets the context - - - - - Formal language of tokens and symbols for markup - - - - - Any of a number of unparsed tags which typically contain specialized processing instructions - - - The name of the token is the beginning and ending delimiters as a format string (not including the '<' or '>') - Includes the following types: - - "<!--", "-->" XML/HTML/SGML comment - "<!", ">" XML/SGML declaration (e.g. DOCTYPE or server-side includes) - - "<?=", "?>" PHP expression - "<?", "?>" PHP code block /XML processing instruction (e.g. the XML declaration) - - "<%--", "--%>" ASP/PSP/JSP-style code comment - "<%@", "%>" ASP/PSP/JSP directive - "<%=", "%>" ASP/PSP/JSP/JBST expression - "<%!", "%>" JSP/JBST declaration - "<%#", "%>" ASP.NET/JBST databind expression - "<%$", "%>" ASP.NET/JBST extension - "<%", "%>" ASP code block / JSP scriptlet / PSP code block - - - - - tokens - - - - - - - - - - - Maintains scope chain for namespace prefix mappings - - - - - Adds a new scope to the chain - - - - - - Gets the last scope off the chain - - - - - Gets and removes the last scope off the chain - - - - - - Finds the namespace URI for a given prefix within the curren scope chain - - - - - - - Finds the prefix for a given namespace URI within the curren scope chain - - - - - - - Checks if the matching begin tag exists on the stack - - - - - - Resets the internal state of the scope chain. - - - - - Looks up the prefix for the given namespace - - - - null if namespace is empty and no default prefix found - - - - Represents a scope boundary within a prefix scope chain - - - - - Returns if this scope boundary contains a mapping for a particular prefix - - - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular namespace - - - if this scope boundary contains a mapping for a particular namespace - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the namespace URI if one was found. - - - the resolved namespace URI - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the prefix if one was found. - - - the resolved prefix - if this scope boundary contains a mapping for a particular prefix - - - - Gets and sets the tagname associated with this scope boundary - - - - - Gets and sets mappings between prefix and namespace URIs - - - - - - - Provides lookup capabilities for providers - - - - - Parses HTTP headers for Media-Types - - HTTP Accept header - HTTP Content-Type header - sequence of Media-Types - - http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html - - - - - - - - - - - - Controls name resolution for IDataReader / IDataWriter using convention-based name mapping - - - Converts standard .NET PascalCase naming convention into the specified naming convention. - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the serialized name for the member. - - - - - - - Splits a multi-word name assuming standard .NET PascalCase conventions. - - - - - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - - Ctor - - - - - - - - Ctor - - - - - - - Represents a property or document name, and a corresponding namespace URI (or empty string). - Analogous to XML "expanded name": http://www.w3.org/TR/REC-xml-names/#dt-expname - - - Namespaces must be a URI, but local-name can be any non-null string. - It is up to formatters to determine how to properly represent names which are invalid for the format. - - - - - local-name - - - - - alias for the namespace - - - - - namespace - - - - - Determines if name should be treated like an attribute - - - - - Ctor - - a CLR Type used to generate the local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - determines if name should be an attribute name - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Gets the local-name for a Type - - - - - - - Gets the prefixed name or simply local-name if is not a fully qualified name - - true to generate a prefix if the prefix is empty but not the namespace - - - - - Gets the namespaced name or simply local-name if is not a fully qualified name - - - - - - Compares two values and returns an indication of their relative sort order. - - - - - Performs ordering according to XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace nodes are sorted lexicographically by local name (the default namespace node, if one exists, has no local name and is therefore lexicographically least)." - "An element's attribute nodes are sorted lexicographically with namespace URI as the primary key and local name as the secondary key (an empty namespace URI is lexicographically least)." - - - - - Determines if this is an empty DataName - - - - - Indicates a graph cycle was detected during serialization - - - - - Indicates an error occurred during serialization - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the type of cycle which caused the error - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in a null value - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in an error - - - - - Graph cycles are detected with a maximum depth count, exceeding depth results in an error - - - - - Detects graph cycles by tracking graph depth - - - - - Defines an interface for detecting graph cycles - - - - - Begins tracking of the reference - - - true if graph cycle was detected - - - - Ends tracking of the reference - - - true if tracking was successfully completed - - - - Ctor - - - - - - Increments the depth - - - true if MaxDepth has not been exceeded - - - - Increments the depth - - - - - - Detects cycles by detecting duplicates in the a set of object references - - - - - Adds a reference to the set - - - true if object already existed within set - - - - Removes a reference from the set - - - - - - Controls deserialization settings for IDataReader - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets if ValueTypes can accept values of null - - - If this is true and a ValueType T is assigned the value of null, - it will receive the value of default(T). - Setting this to false, throws an exception if null is - specified for a ValueType member. - - - - - Gets and sets if should verify that stream is empty after deserialzing each object - - - Setting to true allows reading a JSON stream inside other structures (e.g. JavaScript) - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Controls the serialization settings for IDataWriter - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets what to do when graph cycles (repeated references) are encounted - - - - - Gets and sets the maximum nesting depth - - - Depth is a fast and easy safegaurd against detecting graph cycles but may produce false positives - - - - - Gets and sets if output will be formatted for human reading. - - - - - Gets and sets the string to use for indentation - - - - - Gets and sets the line terminator string - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Indicates an error occurred during deserialization - - - - - Ctor - - - - - - - Ctor - - - - - - - - - Ctor - - - - - - - - Ctor - - - - - - - - Helper method which converts the index into Line and Column numbers - - - - - - - - Gets the character column in the stream where the error occurred - - - - - Gets the character position in the stream where the error occurred - - - - - Gets the character line in the stream where the error occurred - - - - - Indicates an error occurred during token consumption - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the token in the sequence where the error occurred - - - - - Indicates an error occurred during type coercion - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Ctor - - inject with all possible readers - - - - Finds an IDataReader by content-type header - - - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Ctor - - inject with all possible writers - - - - Controls name resolution for IDataReader / IDataWriter by using pluggable delegate callbacks - - - - - Gets and sets the implementation for ignoring properties - - - - - Gets and sets the implementation for ignoring fields - - - - - Gets and sets the implementation for ignoring properties by value - - - - - Gets and sets the implementation for naming members - - - - - Gets and sets the implementation for sorting members - - - - - Controls name resolution for IDataReader / IDataWriter by combining an ordered sequence of any other strategies - - - Each strategy is invoked in order, the first to respond wins. - - - - - Ctor - - ordered sequence of strategies - - - - Ctor - - ordered sequence of strategies - - - - Gets a value indicating if the property is to be serialized. - - - - true if any strategy specifies should be ignored - - - - Gets a value indicating if the field is to be serialized. - - - true if any strategy specifies should be ignored - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - true if any strategy specifies this should be ignored - - - - Gets the serialized name for the member. - - - - custom name if any strategy specifies one, otherwise null - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Controls name resolution for IDataReader / IDataWriter using DataContract attributes - - - http://msdn.microsoft.com/en-us/library/kd1dc9w5.aspx - - - - - CCtor - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - Gets the serialized name for the member. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - The original member info - - - - - The original member name - - - - - The member data name - - - - - The member type - - - - - The getter method - - - - - The setter method - - - - - The logic for determining if a value is ignored - - - - - Determines if map name is alternate (i.e. only used for deserialization) - - - - - Ctor - - MemberMap to clone - alternate name - - - - Ctor - - - - - - - - Ctor - - - - - - - - Ctor - - - - - Gets a sequence of the available factory arguments - - - - - Gets the factory associated with the given argument type - - - - - - - Cache of name resolution mappings for IDataReader / IDataWriter - - - - - Ctor - - - - - - Gets the serialized name of the class - - - - - - - Removes any cached member mappings. - - - - - Builds a mapping of member name to field/property - - - - - - Represents a single immutable token in an input sequence - - - - - The type of the token - - - - - The name of the token - - - - - The value of the token - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Ctor - - - - - - - Returns a string that represents the current token. - - - - - - Gets the value of the token as a string - - - - - - Converts a value to a string giving opportunity for IConvertible, IFormattable - - - - - - - Converts token to a token of a different type - - - token with same values and different type - - - - Type Coercion Utility - - - - - Ctor - - - - - - - Ctor - - - - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Helper method to set value of a member. - - - - - - - - - - Coerces the object value to Type - - - - - - - - Coerces the object value to Type of - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Coerces an sequence of items into an array of Type elementType - - - - - - - - Finds a suitable concrete class for common collection interface types - - - - - - - Allows specific IDictionary<string, TVal> to deserialize as TVal - - IDictionary<string, TVal> Type - TVal Type - - - - Returns a common type which can hold previous values and the new value - - - - - - - - Determines if type can be assigned a null value. - - - - - - - Gets the attribute T for the given value. - - - Attribute Type - true if defined - - - - Gets the attribute of Type for the given value. - - - true if defined - - - - Gets the attribute T for the given value. - - - Attribute Type - requested attribute or not if not defined - - - - Gets the attribute of Type for the given value. - - - requested attribute or not if not defined - - - - Character Utility - - - These are either simpler definitions of character classes (e.g. letter is [a-zA-Z]), - or they implement platform-agnositic checks (read: "Silverlight workarounds"). - - - - - Checks if string is null, empty or entirely made up of whitespace - - - - - Essentially the same as String.IsNullOrWhiteSpace from .NET 4.0 - with a simplfied view of whitespace. - - - - - Checks if character is line ending, tab or space - - - - - - - - - - - - - - Checks if character matches [A-Za-z] - - - - - - - Checks if character matches [0-9] - - - - - - - Checks if character matches [0-9A-Fa-f] - - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Formats a number as a hex digit - - - - - - - Converts the value of a UTF-16 encoded character or surrogate pair at a specified - position in a string into a Unicode code point. - - - - - - - - Converts the specified Unicode code point into a UTF-16 encoded string. - - - - - - - XML serializer - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets a tokenizer for XML - - - - - - Gets the supported content type for the serialized data - - - - - Transforms markup tokens into Common Model tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - - Ctor - - - - - Ctor - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the XmlReader - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for XML - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Transforms Common Model tokens into markup tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - Outputs XML text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Formats the token sequence to the writer - - - - - - - Wraps an XmlWriter as a TextWriter - - - - - Ctor - - - - - - Gets the underlying XmlWriter - - - - - Controls name resolution for IDataReader / IDataWriter using attributes and conventions similar to XmlSerializer semantics - - - http://msdn.microsoft.com/en-us/library/83y7df3e.aspx - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute or has a property named XXXSpecified which determines visibility - - This is useful when default values need not be serialized. - Under these situations XmlSerializer ignores properties based upon value: - - DefaultValue: http://msdn.microsoft.com/en-us/library/system.componentmodel.defaultvalueattribute.aspx - - Specified Properies: http://msdn.microsoft.com/en-us/library/bb402199.aspx - - ShouldSerialize Methods: http://msdn.microsoft.com/en-us/library/53b8022e.aspx - - - - - Gets the serialized name for the member. - - - - - - - Sorts members to ensure proper document order where attributes precede all child elements. - - - - - Performs the first stage of XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace and attribute nodes have a document order position greater than the element but less than any child node of the element." - - - - - Generates delegates for getting/setting properties and field and invoking constructors - - - - - Creates a field getter delegate for the specified property or field - - PropertyInfo or FieldInfo - GetterDelegate for property or field, null otherwise - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified property or field - - PropertyInfo or FieldInfo - SetterDelegate for property or field, null otherwise - - - - Creates a property getter delegate for the specified property - - - GetterDelegate if property CanRead, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a property setter delegate for the specified property - - - GetterDelegate if property CanWrite, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field getter delegate for the specified field - - - GetterDelegate which returns field unless is enum in which will return enum value - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified field - - - SetterDelegate unless field IsInitOnly then returns null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a proxy delegate accepting a target instance and corresponding arguments - - method to proxy - ProxyDelegate or null if cannot be invoked - - Note: use with caution this method will expose private and protected methods without safety checks. - - - - - Creates a default constructor delegate - - type to be created - FactoryDelegate or null if default constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Represents a query across a data source - - - - - - Ctor - - - - - - Ctor - - - - - - - Returns a string representation of the query - - - - - - Gets the query expression - - - - - Gets the query return type - - - - - Gets the underlying provider - - - - - Ctor - - - - - - - Ctor - - - - - - - Extends the query to all descendants - - - - - Extends the query to all descendants - - - - - Gets all items of the array - - - - - Gets the items of the array with indexes satisfying the - - - - - - Filters to only objects with a particular property name defined - - - - - - Filters to a lookup of only the properties which match the predicate - - - - - - Filters to only arrays - - - - - - Filters to only objects - - - - - - Filters to only simple values - - - - - - Boiler-plate implementation - - - - - - Ctor - - - - - Ctor - - - - - - - - - - - Searches for subsequences found by the expression and rehydrates into objects with the analyzer - - - - - Ctor - - - - - Ctor - - - - - - - Ctor - - - - - - diff --git a/packages/JsonFx.2.0.1209.2802/lib/sl40-wp/JsonFx.dll b/packages/JsonFx.2.0.1209.2802/lib/sl40-wp/JsonFx.dll deleted file mode 100644 index dc48d82a..00000000 Binary files a/packages/JsonFx.2.0.1209.2802/lib/sl40-wp/JsonFx.dll and /dev/null differ diff --git a/packages/JsonFx.2.0.1209.2802/lib/sl40-wp/JsonFx.xml b/packages/JsonFx.2.0.1209.2802/lib/sl40-wp/JsonFx.xml deleted file mode 100644 index b9393532..00000000 --- a/packages/JsonFx.2.0.1209.2802/lib/sl40-wp/JsonFx.xml +++ /dev/null @@ -1,4526 +0,0 @@ - - - - JsonFx - - - - - JsonFx metadata - - - - - Ctor - - - - - - Outputs BSON bytes from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the output writer - - - - - - - Emits a document (or array) to the binary stream - - - - number of bytes written - - - - Emits a single element to the binary stream - - - - - number of bytes written - - - - Emits a string value - - - - number of bytes written - - - - Emits a binary value - - - - number of bytes written - - - - Emits a code_w_s value - - - - number of bytes written - - - - Generates a sequence of tokens from BSON bytes - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the reader - - - - - - - Gets the current position of the underlying stream - - - - - BSON MD5 Datatype - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Converts MD5 to Guid - - - - - - - - Converts MD5 to Guid - - - - - - - Gets the hashcode of the underlying Guid - - - - - - BSON JavaScript Code With Scope Datatype - - - - - BSON JavaScript Code Datatype - - - - - Ctor - - - - - - Converts JavaScriptCode to string - - - - - - - - Converts JavaScriptCode to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON Symbol Datatype - - - - - Ctor - - - - - - Converts Symbol to string - - - - - - - - Converts Symbol to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON DBPointer Datatype (Deprecated) - - - - - Immutable BSON ObjectID Datatype - - - http://www.mongodb.org/display/DOCS/Object+IDs#ObjectIDs-TheBSONObjectIdDatatype - - - - - Ctor - - 12-byte object ID - - - - Ctor - - 4-byte seconds since Unit epoch - 3-byte machine ID - 2-byte process ID - 3-byte counter - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets the time associated with this ObjectID - - - - - Gets the machine id associated with this ObjectID - - - - - Gets the process id associated with this ObjectID - - - - - Gets the counter associated with this ObjectID - - - - - Generic binary holder - - - http://api.mongodb.org/java/2.0/org/bson/types/Binary.html - - - - - Ctor - - binary type code - byte date - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Gets the binary type code - - - - - Gets the binary type code - - - - - Gets the byte at the given index - - - - - Gets the length of the binary data - - - - - Designates a type as being able to format itself to raw BSON bytes - - - - - Designates a type as being able to format itself to raw bytes - - - - - Writes custom format to the output using either tokens or bytes - - - - total number of bytes written - - - - Determines the corresponding BSON element type - - - - - - Generalized delegate for invoking a constructor - - - - - - - Generalized delegate for invoking a method - - the instance object - the method parameters - - - - - Generalized delegate for getting a field or property value - - - - - - - Generalized delegate for setting a field or property value - - - - - - - Consumes a sequence of tokens to produce an object graph optionally coerced to a given type - - - - - Consumes a sequence of tokens to produce a sequence of objects, optionally coerced to a given type - - token type - - - - Parses the token sequence - - - - - - - Parses the token sequence, optionally coercing the result to Type targetType - - - optional type for coercion (null if not specified) - - - - - Parses the token sequence, coercing the result to Type TResult - - optional type for coercion (null if not specified) - - - - - - Parses the token stream coercing the result to TResult (type inferred from ) - - - - an example value used solely for Type inference - - - - - Ctor - - - - - - Parses the token stream coercing the result targetType - - - - - - - Parses the token stream coercing the result to targetType - - - - - - - - Parses the token stream coercing the result to TResult - - the result target type - - - - - - Parses the token stream coercing the result to TResult (inferred from ) - - - - an example value used solely for Type inference - - - - - Common Model Language grammar helper - - - Simplifies and guides syntax, and provides a set of reusable tokens to reduce redundant token instantiations - - - - - Marks the beginning of an array - - the local name of the array - ArrayBegin Token - - - - Marks the beginning of an array - - the local name of the array - the namespace of the document - ArrayBegin Token - - - - Marks the beginning of an array - - the name of the array - ArrayBegin Token - - - - Marks the beginning of an object - - the local name of the object - ObjectBegin Token - - - - Marks the beginning of an object - - the name of the object - ObjectBegin Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the name of the property - PropertyKey Token - - - - A simple scalar value (typically serialized as a single primitive value) - - - Value Token - - - - Provides base implementation for standard deserializers - - - - - Provides base implementation for standard deserializers - - - - - A common interface for data deserializers - - - - - Deserializes a single object from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - - - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - Ctor - - - - - - Deserializes the data from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - a streamed source of objects - a sequence of objects - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - Ctor - - - - - - Extension methods for selecting subsequences of sequences of tokens - - - - - Determines if the sequence represents a primitive - - - - - - - Determines if the sequence represents an object - - - - - - - Determines if the root object has any properties which satisfies the name - - - - true if any properties match the predicate - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Determines if the sequence represents an array - - - - - - - Gets all the items of the array - - - all items of the array - - - - Gets the items of the root array with indexes satisfying the - - - - items of the root array which statisfy the predicate - - - - ArrayItems iterator - - - - - - - - Gets all descendant values below the current root - - - - - - - Descendants iterator - - - - - - - Gets all descendant values below the current root, as well as the current root - - - - - - - DescendantsAndSelf iterator - - - - - - - Covers the sitation where a stream of sequences may be back to back - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Skips over the next complete value (object, array, primitive) - - - - - - - Common Model Language tokens - - - - - - - - - - - - Generates a sequence of tokens from an object graph - - - - - Generates a sequence of tokens from an object graph - - token type - - - - Generates a sequence of tokens representing the value - - - - - - - Ctor - - - - - - Generates a sequence of tokens representing the value - - - - - - - Allows a mechanism for manipulating JSON serialization - - Defines the type this filter reads/writes - - - - Partially implements an IDataFilter - - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - Defines the type this filter reads/writes - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Defines a filter for JSON-style serialization of DateTime into ISO-8601 string - - - This is the format used by EcmaScript 5th edition Date.prototype.toJSON(...): - http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf - http://www.w3.org/TR/NOTE-datetime - http://en.wikipedia.org/wiki/ISO_8601 - - NOTE: This format limits expressing DateTime as either UTC or Unspecified. Local (i.e. Server Local) is converted to UTC. - - - - - Converts a ISO-8601 string to the corresponding DateTime representation - - ISO-8601 conformant date - UTC or Unspecified DateTime - true if parsing was successful - - - - Converts a DateTime to the corresponding ISO-8601 string representation - - - ISO-8601 conformant date - - - - Determines the precision of fractional seconds. - Defaults to EcmaScript precision of milliseconds. - - - - - Defines the precision of fractional seconds in ISO-8601 dates - - - - - Defines a filter for JSON-style serialization of DateTime into an ASP.NET Ajax Date string. - - - This is the format used by Microsoft ASP.NET Ajax: - http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx - - NOTE: This format is limited to expressing DateTime at the millisecond level as UTC only. - The WCF extension of adding a timezone is ignored as this returns UTC dates only. - - - - - Converts an ASP.NET Ajax date string to the corresponding DateTime representation - - ASP.NET Ajax date string - - true if parsing was successful - - - - Converts a DateTime to the corresponding ASP.NET Ajax date string representation - - - ASP.NET Ajax date string - - - - Provides base implementation for standard serializers - - - - - Provides base implementation of standard serializers - - - - - A common interface for data serializers - - - - - Serializes the data to the given output - - the output writer - the data to be serialized - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Serializes the data to the given output - - the data to be serialized - the output writer - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the walker for this DataWriter - - - - - - - Gets the formatter for this DataWriter - - - - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Gets a walker for JSON - - - - - - - Gets the content encoding for the serialized data - - - - - Represents an ECMAScript identifier for serialization. - - - - - Designates a type as being able to format itself to raw text - - - - - Writes custom format to the output using either tokens or text - - - - - - - Ctor - - - - - Ctor - - - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript variable expression - - the identifier - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Trivial conversion method. Essentially performs a cast. - - - - - Supports conversion via System.Web.UI.PropertyConverter.ObjectFromString(Type, MemberInfo, string) - - - - - Implicit type conversion allows to be used directly as a String - - valid ECMAScript identifier - - - - - Implicit type conversion allows to be used directly with Strings - - valid ECMAScript identifier - - - - - Returns the identifier - - - - - - Compares identifiers - - - - - - - Returns the hash code for the identifier - - - - - - Gets the ECMAScript identifier represented by this instance - - - - - Formats data as full ECMAScript objects, rather than the limited set of JSON objects. - - - - - Outputs JSON text from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - JSON serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for JSON - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Outputs JSON text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Converts an object to its string representation - - - - - - - Converts an enum to its string representation - - - - - - - Splits a bitwise-OR'd set of enums into a list. - - the enum type - the combined value - list of flag enums - - from PseudoCode.EnumHelper - - - - - Determines if a numeric value cannot be represented as IEEE-754. - - - - - http://stackoverflow.com/questions/1601646 - - - - - Gets and sets if '<' should be encoded in strings - Useful for when emitting directly into page - - - - - Ctor - - - - Defaults to encoding < chars for improved embedding within script blocks - - - - - Emits a block of script ensuring that a namespace is declared - - the output writer - the namespace to ensure - list of namespaces already emitted - determines if should emit pretty-printed - if was a namespaced identifier - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - Defaults to global matching off. - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Defines a strategy for filtering HTML tags/attributes/styles/literals - - - - - Filters tags, optionally allowing altering of tag - - tag name - if true tag should be rendered - - - - Filters attributes, optionally allowing altering of attribute value - - tag name - attribute name - attribute value - if true attribute should be rendered - - - - Filters styles, optionally allowing altering of style value - - tag name - style name - style value - if true style should be rendered - - - - Filters literals, optionally allowing replacement of literal value - - the literal value - if true should be rendered - - - - Provides a mechanism for filtering HTML streams based upon a tag taxonomy - - - - - Determines if is "void" (i.e. "empty" or "full") tag - - lowercase tag name - if is a void tag - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#sec_5.2. - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Determines if the tag is required to be closed - - lowercase tag name - if closing tag is optional - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Categorizes the tag for heuristics about markup type - - lowercase tag name - the box type for a particular element - - http://www.w3.org/TR/html5/semantics.html - - - - - Defines a prioritized taxonomy of tags - - - The types are enumerated in ascending levels of risk for use in filtering HTML input - - - - - Literal text, no tags - - - - - Inline character level elements and text strings - - - Tags of this type typically do not disrupt the text flow - - - - - style elements - - - Tags of this type change the visual appearance of text - - - - - list elements - - - Tags of this type denote lists and typically change the text flow - - - - - Block-level elements - - - Tags of this type denote sections or change the text flow - - - - - Media elements - - - Tags of this type safely embed media content - - - - - Tabular elements - - - Tags of this type have a very specific structure and their own rendering model - - - - - Form elements - - - Tags of this type are used in the construction of forms for capturing user input - - - - - Script elements - - - Tags of this type represent a security risk to the containing document but must obey the browser security sandbox - - - - - Document elements - - - Tags of this type are used to construct the document itself - - - - - embedded elements - - - Tags of this type represent a large security risk to the containing document as plug-ins may circumvent the browser security sandbox - - - - - Unknown elements - - - - - Outputs markup text from an input stream of tokens - - - - - Ctor - - - - - - Resets the internal stack of elements - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Emits a valid XML local-name (i.e. encodes invalid chars including ':') - - - - - Explicitly escaping ':' to maintain compatibility with XML Namespaces. - From XML 1.0, 5th ed. http://www.w3.org/TR/xml/#sec-common-syn - Name = NameStartChar (NameChar)* - NameStartChar = ":" - | [A-Z] - | "_" - | [a-z] - | [#xC0-#xD6] - | [#xD8-#xF6] - | [#xF8-#x2FF] - | [#x370-#x37D] - | [#x37F-#x1FFF] - | [#x200C-#x200D] - | [#x2070-#x218F] - | [#x2C00-#x2FEF] - | [#x3001-#xD7FF] - | [#xF900-#xFDCF] - | [#xFDF0-#xFFFD] - | [#x10000-#xEFFFF] - NameChar = NameStartChar - | "-" - | "." - | [0-9] - | #xB7 - | [#x0300-#x036F] - | [#x203F-#x2040] - - - - - - Emits valid XML character data - - - - encodes all non-ASCII chars - - - - - Emits valid XML attribute character data - - - - encodes all non-ASCII chars - - - - Gets and sets a value indicating if should emit canonical form - - - http://www.w3.org/TR/xml-c14n - - - - - Gets and sets a value indicating how should emit empty attributes - - - - - Gets and sets a value indicating if should encode text chars above the ASCII range - - - This option can help when the output is being embedded within an unknown encoding - - - - - HTML-style empty attributes do not emit a quoted string - - - http://www.w3.org/TR/html5/syntax.html#attributes-0 - - - - - XHTML-style empty attributes repeat the attribute name as its value - - - http://www.w3.org/TR/xhtml-media-types/#C_10 - http://www.w3.org/TR/xhtml1/#C_10 - http://www.w3.org/TR/html5/the-xhtml-syntax.html - - - - - XML-style empty attributes emit an empty quoted string - - - http://www.w3.org/TR/xml/#sec-starttags - - - - - Generates a sequence of tokens from a generalized model of markup text (e.g. HTML, XML, JBST, ASPX/ASCX, ASP, JSP, PHP, etc.) - - - This generates a stream of tokens like StAX (Streaming API for XML) - Unlike XML, this follows a more permissive markup format with automatic recovery most similar to HTML5. - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current column of the underlying input character sequence - - - Tokenizers not tracking columns should return -1. - - - - - Gets the current line of the underlying input character sequence - - - Tokenizers not tracking lines should return -1. - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Decodes HTML-style entities into special characters - - - the entity text - - TODO: validate against HTML5-style entities - http://www.w3.org/TR/html5/tokenization.html#consume-a-character-reference - - - - - Decodes most known named entities - - - - - - - Checks for element start char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Checks for element name char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets and sets if should attempt to auto-balance mismatched tags. - - - - - Gets and sets if should unwrap comments inside . - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets and sets a set of tags which should not have their content parsed. - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Ctor - - - - - Renders Common Model Tokens into a semantic HTML representation of the data structure - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - input token type - output token type - - - - Transforms the token sequence from to - - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - StringBuilder-like implementation built like List<char> - - - - - Ctor - - - - - Ctor - - - - - - Resets the buffer to an empty state - - - - - Appends a single char to the buffer - - - - - - - Appends a string value to the buffer - - - - - - - Copies the buffer value into a - - - - - - Gets the number of characters in the buffer - - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - Ctor - - - - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered sequence chunk - - - - - - Determines if the sequence has completed. - - - - - Gets a value indicating if is currently capturing a sequence - - - - - Gets the number of items currently chunked - - - - - Factory method for generic streams - - - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Determines if the input sequence has reached the end - - - - - Ctor - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a list with ability to capture a subsequence - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Gets the number of characters currently chunked - - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a text input tracking line/column/position - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and writes the buffered text chunk into the provided StringBuilder - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Supports a simple iteration over a string tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - Releases all resources used - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a TextReader tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - - - Releases all resources used by the underlying reader - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Formal language of tokens and symbols for JSON - - - - - Designates a property or field to not be serialized. - - - - - Specifies the naming to use for a property or field when serializing - - - - - Ctor - - - - - Ctor - - - - - - Gets and sets the name to be used in serialization - - - - - JSON deserializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the supported content type of the serialized data - - - - - Generates a sequence of tokens from JSON text - - - - - Gets a token sequence from the scanner stream - - - - - - - Scans for the longest valid EcmaScript identifier - - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - It is an error for the next token to be a value delim - - - - - Forbidden but differentiates between empty array/object and just written - - - - - It is an error for the next token to NOT be a value delim - - - - - Specifies the name of the property which specifies if member should be serialized. - - - These properties can be marked private/protected/internal and it will still be recognized - - - - - Ctor - - the name of the property which controls serialization for this member - - - - Ctor - - the name of the property which controls serialization for this member - - - - Gets and sets the name of the property which - specifies if member should be serialized - - - - - Transforms markup tokens into Common Model tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Determines how whitespace should be handled - - - - - Transforms Common Model tokens into markup tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Controls name resolution for IDataReader / IDataWriter using JsonNameAttribute / JsonIgnoreAttribute / JsonPropertySpecifiedAttribute - - - This is the default strategy from JsonFx v1.0 - - - - - Controls name resolution for IDataReader / IDataWriter using plain old CLR object (POCO) names - - - - - Controls name resolution for IDataReader / IDataWriter - - - Provides an extensibility point to control member naming and visibility at a very granular level. - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Determines if the property or field should not be serialized. - - - - - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful when default values need not be serialized. - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful for excluding serialization of default values. - - - - - Gets the serialized name for the member. - - - - - - - Determines whitespace handling - - - - - Removes insignificant whitespace - - - - - Keep all whitespace - - - - - Condenses all whitespace to single spaces - - - - - Designates a type as being able to format itself to raw JSON text. - - - - - Ctor - - - - - Ctor - - - - - Gets and sets the starting delimiter - - - - - Gets and sets the ending delimiter - - - - - Gets and sets the context - - - - - Formal language of tokens and symbols for markup - - - - - Any of a number of unparsed tags which typically contain specialized processing instructions - - - The name of the token is the beginning and ending delimiters as a format string (not including the '<' or '>') - Includes the following types: - - "<!--", "-->" XML/HTML/SGML comment - "<!", ">" XML/SGML declaration (e.g. DOCTYPE or server-side includes) - - "<?=", "?>" PHP expression - "<?", "?>" PHP code block /XML processing instruction (e.g. the XML declaration) - - "<%--", "--%>" ASP/PSP/JSP-style code comment - "<%@", "%>" ASP/PSP/JSP directive - "<%=", "%>" ASP/PSP/JSP/JBST expression - "<%!", "%>" JSP/JBST declaration - "<%#", "%>" ASP.NET/JBST databind expression - "<%$", "%>" ASP.NET/JBST extension - "<%", "%>" ASP code block / JSP scriptlet / PSP code block - - - - - tokens - - - - - - - - - - - Maintains scope chain for namespace prefix mappings - - - - - Adds a new scope to the chain - - - - - - Gets the last scope off the chain - - - - - Gets and removes the last scope off the chain - - - - - - Finds the namespace URI for a given prefix within the curren scope chain - - - - - - - Finds the prefix for a given namespace URI within the curren scope chain - - - - - - - Checks if the matching begin tag exists on the stack - - - - - - Resets the internal state of the scope chain. - - - - - Looks up the prefix for the given namespace - - - - null if namespace is empty and no default prefix found - - - - Represents a scope boundary within a prefix scope chain - - - - - Returns if this scope boundary contains a mapping for a particular prefix - - - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular namespace - - - if this scope boundary contains a mapping for a particular namespace - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the namespace URI if one was found. - - - the resolved namespace URI - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the prefix if one was found. - - - the resolved prefix - if this scope boundary contains a mapping for a particular prefix - - - - Gets and sets the tagname associated with this scope boundary - - - - - Gets and sets mappings between prefix and namespace URIs - - - - - - - Provides lookup capabilities for providers - - - - - Parses HTTP headers for Media-Types - - HTTP Accept header - HTTP Content-Type header - sequence of Media-Types - - http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html - - - - - - - - - - - - Controls name resolution for IDataReader / IDataWriter using convention-based name mapping - - - Converts standard .NET PascalCase naming convention into the specified naming convention. - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the serialized name for the member. - - - - - - - Splits a multi-word name assuming standard .NET PascalCase conventions. - - - - - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - - Ctor - - - - - - - - Ctor - - - - - - - Represents a property or document name, and a corresponding namespace URI (or empty string). - Analogous to XML "expanded name": http://www.w3.org/TR/REC-xml-names/#dt-expname - - - Namespaces must be a URI, but local-name can be any non-null string. - It is up to formatters to determine how to properly represent names which are invalid for the format. - - - - - local-name - - - - - alias for the namespace - - - - - namespace - - - - - Determines if name should be treated like an attribute - - - - - Ctor - - a CLR Type used to generate the local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - determines if name should be an attribute name - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Gets the local-name for a Type - - - - - - - Gets the prefixed name or simply local-name if is not a fully qualified name - - true to generate a prefix if the prefix is empty but not the namespace - - - - - Gets the namespaced name or simply local-name if is not a fully qualified name - - - - - - Compares two values and returns an indication of their relative sort order. - - - - - Performs ordering according to XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace nodes are sorted lexicographically by local name (the default namespace node, if one exists, has no local name and is therefore lexicographically least)." - "An element's attribute nodes are sorted lexicographically with namespace URI as the primary key and local name as the secondary key (an empty namespace URI is lexicographically least)." - - - - - Determines if this is an empty DataName - - - - - Indicates a graph cycle was detected during serialization - - - - - Indicates an error occurred during serialization - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the type of cycle which caused the error - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in a null value - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in an error - - - - - Graph cycles are detected with a maximum depth count, exceeding depth results in an error - - - - - Detects graph cycles by tracking graph depth - - - - - Defines an interface for detecting graph cycles - - - - - Begins tracking of the reference - - - true if graph cycle was detected - - - - Ends tracking of the reference - - - true if tracking was successfully completed - - - - Ctor - - - - - - Increments the depth - - - true if MaxDepth has not been exceeded - - - - Increments the depth - - - - - - Detects cycles by detecting duplicates in the a set of object references - - - - - Adds a reference to the set - - - true if object already existed within set - - - - Removes a reference from the set - - - - - - Controls deserialization settings for IDataReader - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets if ValueTypes can accept values of null - - - If this is true and a ValueType T is assigned the value of null, - it will receive the value of default(T). - Setting this to false, throws an exception if null is - specified for a ValueType member. - - - - - Gets and sets if should verify that stream is empty after deserialzing each object - - - Setting to true allows reading a JSON stream inside other structures (e.g. JavaScript) - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Controls the serialization settings for IDataWriter - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets what to do when graph cycles (repeated references) are encounted - - - - - Gets and sets the maximum nesting depth - - - Depth is a fast and easy safegaurd against detecting graph cycles but may produce false positives - - - - - Gets and sets if output will be formatted for human reading. - - - - - Gets and sets the string to use for indentation - - - - - Gets and sets the line terminator string - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Indicates an error occurred during deserialization - - - - - Ctor - - - - - - - Ctor - - - - - - - - - Ctor - - - - - - - - Ctor - - - - - - - - Helper method which converts the index into Line and Column numbers - - - - - - - - Gets the character column in the stream where the error occurred - - - - - Gets the character position in the stream where the error occurred - - - - - Gets the character line in the stream where the error occurred - - - - - Indicates an error occurred during token consumption - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the token in the sequence where the error occurred - - - - - Indicates an error occurred during type coercion - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Ctor - - inject with all possible readers - - - - Finds an IDataReader by content-type header - - - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Ctor - - inject with all possible writers - - - - Controls name resolution for IDataReader / IDataWriter by using pluggable delegate callbacks - - - - - Gets and sets the implementation for ignoring properties - - - - - Gets and sets the implementation for ignoring fields - - - - - Gets and sets the implementation for ignoring properties by value - - - - - Gets and sets the implementation for naming members - - - - - Gets and sets the implementation for sorting members - - - - - Controls name resolution for IDataReader / IDataWriter by combining an ordered sequence of any other strategies - - - Each strategy is invoked in order, the first to respond wins. - - - - - Ctor - - ordered sequence of strategies - - - - Ctor - - ordered sequence of strategies - - - - Gets a value indicating if the property is to be serialized. - - - - true if any strategy specifies should be ignored - - - - Gets a value indicating if the field is to be serialized. - - - true if any strategy specifies should be ignored - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - true if any strategy specifies this should be ignored - - - - Gets the serialized name for the member. - - - - custom name if any strategy specifies one, otherwise null - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Controls name resolution for IDataReader / IDataWriter using DataContract attributes - - - http://msdn.microsoft.com/en-us/library/kd1dc9w5.aspx - - - - - CCtor - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - Gets the serialized name for the member. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - The original member info - - - - - The original member name - - - - - The member data name - - - - - The member type - - - - - The getter method - - - - - The setter method - - - - - The logic for determining if a value is ignored - - - - - Determines if map name is alternate (i.e. only used for deserialization) - - - - - Ctor - - MemberMap to clone - alternate name - - - - Ctor - - - - - - - - Ctor - - - - - - - - Ctor - - - - - Gets a sequence of the available factory arguments - - - - - Gets the factory associated with the given argument type - - - - - - - Cache of name resolution mappings for IDataReader / IDataWriter - - - - - Ctor - - - - - - Gets the serialized name of the class - - - - - - - Removes any cached member mappings. - - - - - Builds a mapping of member name to field/property - - - - - - Represents a single immutable token in an input sequence - - - - - The type of the token - - - - - The name of the token - - - - - The value of the token - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Ctor - - - - - - - Returns a string that represents the current token. - - - - - - Gets the value of the token as a string - - - - - - Converts a value to a string giving opportunity for IConvertible, IFormattable - - - - - - - Converts token to a token of a different type - - - token with same values and different type - - - - Type Coercion Utility - - - - - Ctor - - - - - - - Ctor - - - - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Helper method to set value of a member. - - - - - - - - - - Coerces the object value to Type - - - - - - - - Coerces the object value to Type of - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Coerces an sequence of items into an array of Type elementType - - - - - - - - Finds a suitable concrete class for common collection interface types - - - - - - - Allows specific IDictionary<string, TVal> to deserialize as TVal - - IDictionary<string, TVal> Type - TVal Type - - - - Returns a common type which can hold previous values and the new value - - - - - - - - Determines if type can be assigned a null value. - - - - - - - Gets the attribute T for the given value. - - - Attribute Type - true if defined - - - - Gets the attribute of Type for the given value. - - - true if defined - - - - Gets the attribute T for the given value. - - - Attribute Type - requested attribute or not if not defined - - - - Gets the attribute of Type for the given value. - - - requested attribute or not if not defined - - - - Character Utility - - - These are either simpler definitions of character classes (e.g. letter is [a-zA-Z]), - or they implement platform-agnositic checks (read: "Silverlight workarounds"). - - - - - Checks if string is null, empty or entirely made up of whitespace - - - - - Essentially the same as String.IsNullOrWhiteSpace from .NET 4.0 - with a simplfied view of whitespace. - - - - - Checks if character is line ending, tab or space - - - - - - - - - - - - - - Checks if character matches [A-Za-z] - - - - - - - Checks if character matches [0-9] - - - - - - - Checks if character matches [0-9A-Fa-f] - - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Formats a number as a hex digit - - - - - - - Converts the value of a UTF-16 encoded character or surrogate pair at a specified - position in a string into a Unicode code point. - - - - - - - - Converts the specified Unicode code point into a UTF-16 encoded string. - - - - - - - XML serializer - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets a tokenizer for XML - - - - - - Gets the supported content type for the serialized data - - - - - Transforms markup tokens into Common Model tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - - Ctor - - - - - Ctor - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the XmlReader - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for XML - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Transforms Common Model tokens into markup tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - Outputs XML text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Formats the token sequence to the writer - - - - - - - Wraps an XmlWriter as a TextWriter - - - - - Ctor - - - - - - Gets the underlying XmlWriter - - - - - Controls name resolution for IDataReader / IDataWriter using attributes and conventions similar to XmlSerializer semantics - - - http://msdn.microsoft.com/en-us/library/83y7df3e.aspx - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute or has a property named XXXSpecified which determines visibility - - This is useful when default values need not be serialized. - Under these situations XmlSerializer ignores properties based upon value: - - DefaultValue: http://msdn.microsoft.com/en-us/library/system.componentmodel.defaultvalueattribute.aspx - - Specified Properies: http://msdn.microsoft.com/en-us/library/bb402199.aspx - - ShouldSerialize Methods: http://msdn.microsoft.com/en-us/library/53b8022e.aspx - - - - - Gets the serialized name for the member. - - - - - - - Sorts members to ensure proper document order where attributes precede all child elements. - - - - - Performs the first stage of XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace and attribute nodes have a document order position greater than the element but less than any child node of the element." - - - - - Generates delegates for getting/setting properties and field and invoking constructors - - - - - Creates a field getter delegate for the specified property or field - - PropertyInfo or FieldInfo - GetterDelegate for property or field, null otherwise - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified property or field - - PropertyInfo or FieldInfo - SetterDelegate for property or field, null otherwise - - - - Creates a property getter delegate for the specified property - - - GetterDelegate if property CanRead, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a property setter delegate for the specified property - - - GetterDelegate if property CanWrite, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field getter delegate for the specified field - - - GetterDelegate which returns field unless is enum in which will return enum value - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified field - - - SetterDelegate unless field IsInitOnly then returns null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a proxy delegate accepting a target instance and corresponding arguments - - method to proxy - ProxyDelegate or null if cannot be invoked - - Note: use with caution this method will expose private and protected methods without safety checks. - - - - - Creates a default constructor delegate - - type to be created - FactoryDelegate or null if default constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - diff --git a/packages/JsonFx.2.0.1209.2802/lib/sl40/JsonFx.dll b/packages/JsonFx.2.0.1209.2802/lib/sl40/JsonFx.dll deleted file mode 100644 index 0d1c1e51..00000000 Binary files a/packages/JsonFx.2.0.1209.2802/lib/sl40/JsonFx.dll and /dev/null differ diff --git a/packages/JsonFx.2.0.1209.2802/lib/sl40/JsonFx.xml b/packages/JsonFx.2.0.1209.2802/lib/sl40/JsonFx.xml deleted file mode 100644 index 08dadc47..00000000 --- a/packages/JsonFx.2.0.1209.2802/lib/sl40/JsonFx.xml +++ /dev/null @@ -1,4842 +0,0 @@ - - - - JsonFx - - - - - JsonFx metadata - - - - - Ctor - - - - - - Outputs BSON bytes from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the output writer - - - - - - - Emits a document (or array) to the binary stream - - - - number of bytes written - - - - Emits a single element to the binary stream - - - - - number of bytes written - - - - Emits a string value - - - - number of bytes written - - - - Emits a binary value - - - - number of bytes written - - - - Emits a code_w_s value - - - - number of bytes written - - - - Generates a sequence of tokens from BSON bytes - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the reader - - - - - - - Gets the current position of the underlying stream - - - - - BSON MD5 Datatype - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Converts MD5 to Guid - - - - - - - - Converts MD5 to Guid - - - - - - - Gets the hashcode of the underlying Guid - - - - - - BSON JavaScript Code With Scope Datatype - - - - - BSON JavaScript Code Datatype - - - - - Ctor - - - - - - Converts JavaScriptCode to string - - - - - - - - Converts JavaScriptCode to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON Symbol Datatype - - - - - Ctor - - - - - - Converts Symbol to string - - - - - - - - Converts Symbol to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON DBPointer Datatype (Deprecated) - - - - - Immutable BSON ObjectID Datatype - - - http://www.mongodb.org/display/DOCS/Object+IDs#ObjectIDs-TheBSONObjectIdDatatype - - - - - Ctor - - 12-byte object ID - - - - Ctor - - 4-byte seconds since Unit epoch - 3-byte machine ID - 2-byte process ID - 3-byte counter - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets the time associated with this ObjectID - - - - - Gets the machine id associated with this ObjectID - - - - - Gets the process id associated with this ObjectID - - - - - Gets the counter associated with this ObjectID - - - - - Generic binary holder - - - http://api.mongodb.org/java/2.0/org/bson/types/Binary.html - - - - - Ctor - - binary type code - byte date - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Gets the binary type code - - - - - Gets the binary type code - - - - - Gets the byte at the given index - - - - - Gets the length of the binary data - - - - - Designates a type as being able to format itself to raw BSON bytes - - - - - Designates a type as being able to format itself to raw bytes - - - - - Writes custom format to the output using either tokens or bytes - - - - total number of bytes written - - - - Determines the corresponding BSON element type - - - - - - Generalized delegate for invoking a constructor - - - - - - - Generalized delegate for invoking a method - - the instance object - the method parameters - - - - - Generalized delegate for getting a field or property value - - - - - - - Generalized delegate for setting a field or property value - - - - - - - Consumes a sequence of tokens to produce an object graph optionally coerced to a given type - - - - - Consumes a sequence of tokens to produce a sequence of objects, optionally coerced to a given type - - token type - - - - Parses the token sequence - - - - - - - Parses the token sequence, optionally coercing the result to Type targetType - - - optional type for coercion (null if not specified) - - - - - Parses the token sequence, coercing the result to Type TResult - - optional type for coercion (null if not specified) - - - - - - Parses the token stream coercing the result to TResult (type inferred from ) - - - - an example value used solely for Type inference - - - - - Ctor - - - - - - Parses the token stream coercing the result targetType - - - - - - - Parses the token stream coercing the result to targetType - - - - - - - - Parses the token stream coercing the result to TResult - - the result target type - - - - - - Parses the token stream coercing the result to TResult (inferred from ) - - - - an example value used solely for Type inference - - - - - Common Model Language grammar helper - - - Simplifies and guides syntax, and provides a set of reusable tokens to reduce redundant token instantiations - - - - - Marks the beginning of an array - - the local name of the array - ArrayBegin Token - - - - Marks the beginning of an array - - the local name of the array - the namespace of the document - ArrayBegin Token - - - - Marks the beginning of an array - - the name of the array - ArrayBegin Token - - - - Marks the beginning of an object - - the local name of the object - ObjectBegin Token - - - - Marks the beginning of an object - - the name of the object - ObjectBegin Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the name of the property - PropertyKey Token - - - - A simple scalar value (typically serialized as a single primitive value) - - - Value Token - - - - Provides base implementation for standard deserializers - - - Provides base implementation for standard deserializers - - - This partial class adds LINQ capabilities to the reader. - - - - - Provides base implementation for standard deserializers - - - - - A common interface for data deserializers - - - - - Deserializes a single object from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - - - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - Ctor - - - - - - Deserializes the data from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - a streamed source of objects - a sequence of objects - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - A common interface for querying data readers - - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Ctor - - - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Begins a query of the given input - - the input reader - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Begins a query of the given input - - the input text - - - - Begins a query of the given input - - the input text - the expected type of the serialized data - - - - Extension methods for selecting subsequences of sequences of tokens - - - - - Determines if the sequence represents a primitive - - - - - - - Determines if the sequence represents an object - - - - - - - Determines if the root object has any properties which satisfies the name - - - - true if any properties match the predicate - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Determines if the sequence represents an array - - - - - - - Gets all the items of the array - - - all items of the array - - - - Gets the items of the root array with indexes satisfying the - - - - items of the root array which statisfy the predicate - - - - ArrayItems iterator - - - - - - - - Gets all descendant values below the current root - - - - - - - Descendants iterator - - - - - - - Gets all descendant values below the current root, as well as the current root - - - - - - - DescendantsAndSelf iterator - - - - - - - Covers the sitation where a stream of sequences may be back to back - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Skips over the next complete value (object, array, primitive) - - - - - - - Common Model Language tokens - - - - - - - - - - - - Generates a sequence of tokens from an object graph - - - - - Generates a sequence of tokens from an object graph - - token type - - - - Generates a sequence of tokens representing the value - - - - - - - Ctor - - - - - - Generates a sequence of tokens representing the value - - - - - - - Allows a mechanism for manipulating JSON serialization - - Defines the type this filter reads/writes - - - - Partially implements an IDataFilter - - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - Defines the type this filter reads/writes - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Defines a filter for JSON-style serialization of DateTime into ISO-8601 string - - - This is the format used by EcmaScript 5th edition Date.prototype.toJSON(...): - http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf - http://www.w3.org/TR/NOTE-datetime - http://en.wikipedia.org/wiki/ISO_8601 - - NOTE: This format limits expressing DateTime as either UTC or Unspecified. Local (i.e. Server Local) is converted to UTC. - - - - - Converts a ISO-8601 string to the corresponding DateTime representation - - ISO-8601 conformant date - UTC or Unspecified DateTime - true if parsing was successful - - - - Converts a DateTime to the corresponding ISO-8601 string representation - - - ISO-8601 conformant date - - - - Determines the precision of fractional seconds. - Defaults to EcmaScript precision of milliseconds. - - - - - Defines the precision of fractional seconds in ISO-8601 dates - - - - - Defines a filter for JSON-style serialization of DateTime into an ASP.NET Ajax Date string. - - - This is the format used by Microsoft ASP.NET Ajax: - http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx - - NOTE: This format is limited to expressing DateTime at the millisecond level as UTC only. - The WCF extension of adding a timezone is ignored as this returns UTC dates only. - - - - - Converts an ASP.NET Ajax date string to the corresponding DateTime representation - - ASP.NET Ajax date string - - true if parsing was successful - - - - Converts a DateTime to the corresponding ASP.NET Ajax date string representation - - - ASP.NET Ajax date string - - - - Provides base implementation for standard serializers - - - - - Provides base implementation of standard serializers - - - - - A common interface for data serializers - - - - - Serializes the data to the given output - - the output writer - the data to be serialized - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Serializes the data to the given output - - the data to be serialized - the output writer - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the walker for this DataWriter - - - - - - - Gets the formatter for this DataWriter - - - - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Gets a walker for JSON - - - - - - - Gets the content encoding for the serialized data - - - - - Represents an ECMAScript identifier for serialization. - - - - - Designates a type as being able to format itself to raw text - - - - - Writes custom format to the output using either tokens or text - - - - - - - Ctor - - - - - Ctor - - - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript variable expression - - the identifier - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Trivial conversion method. Essentially performs a cast. - - - - - Supports conversion via System.Web.UI.PropertyConverter.ObjectFromString(Type, MemberInfo, string) - - - - - Implicit type conversion allows to be used directly as a String - - valid ECMAScript identifier - - - - - Implicit type conversion allows to be used directly with Strings - - valid ECMAScript identifier - - - - - Returns the identifier - - - - - - Compares identifiers - - - - - - - Returns the hash code for the identifier - - - - - - Gets the ECMAScript identifier represented by this instance - - - - - Formats data as full ECMAScript objects, rather than the limited set of JSON objects. - - - - - Outputs JSON text from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - JSON serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for JSON - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Outputs JSON text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Converts an object to its string representation - - - - - - - Converts an enum to its string representation - - - - - - - Splits a bitwise-OR'd set of enums into a list. - - the enum type - the combined value - list of flag enums - - from PseudoCode.EnumHelper - - - - - Determines if a numeric value cannot be represented as IEEE-754. - - - - - http://stackoverflow.com/questions/1601646 - - - - - Gets and sets if '<' should be encoded in strings - Useful for when emitting directly into page - - - - - Ctor - - - - Defaults to encoding < chars for improved embedding within script blocks - - - - - Emits a block of script ensuring that a namespace is declared - - the output writer - the namespace to ensure - list of namespaces already emitted - determines if should emit pretty-printed - if was a namespaced identifier - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - Defaults to global matching off. - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Defines a strategy for filtering HTML tags/attributes/styles/literals - - - - - Filters tags, optionally allowing altering of tag - - tag name - if true tag should be rendered - - - - Filters attributes, optionally allowing altering of attribute value - - tag name - attribute name - attribute value - if true attribute should be rendered - - - - Filters styles, optionally allowing altering of style value - - tag name - style name - style value - if true style should be rendered - - - - Filters literals, optionally allowing replacement of literal value - - the literal value - if true should be rendered - - - - Provides a mechanism for filtering HTML streams based upon a tag taxonomy - - - - - Determines if is "void" (i.e. "empty" or "full") tag - - lowercase tag name - if is a void tag - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#sec_5.2. - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Determines if the tag is required to be closed - - lowercase tag name - if closing tag is optional - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Categorizes the tag for heuristics about markup type - - lowercase tag name - the box type for a particular element - - http://www.w3.org/TR/html5/semantics.html - - - - - Defines a prioritized taxonomy of tags - - - The types are enumerated in ascending levels of risk for use in filtering HTML input - - - - - Literal text, no tags - - - - - Inline character level elements and text strings - - - Tags of this type typically do not disrupt the text flow - - - - - style elements - - - Tags of this type change the visual appearance of text - - - - - list elements - - - Tags of this type denote lists and typically change the text flow - - - - - Block-level elements - - - Tags of this type denote sections or change the text flow - - - - - Media elements - - - Tags of this type safely embed media content - - - - - Tabular elements - - - Tags of this type have a very specific structure and their own rendering model - - - - - Form elements - - - Tags of this type are used in the construction of forms for capturing user input - - - - - Script elements - - - Tags of this type represent a security risk to the containing document but must obey the browser security sandbox - - - - - Document elements - - - Tags of this type are used to construct the document itself - - - - - embedded elements - - - Tags of this type represent a large security risk to the containing document as plug-ins may circumvent the browser security sandbox - - - - - Unknown elements - - - - - Outputs markup text from an input stream of tokens - - - - - Ctor - - - - - - Resets the internal stack of elements - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Emits a valid XML local-name (i.e. encodes invalid chars including ':') - - - - - Explicitly escaping ':' to maintain compatibility with XML Namespaces. - From XML 1.0, 5th ed. http://www.w3.org/TR/xml/#sec-common-syn - Name = NameStartChar (NameChar)* - NameStartChar = ":" - | [A-Z] - | "_" - | [a-z] - | [#xC0-#xD6] - | [#xD8-#xF6] - | [#xF8-#x2FF] - | [#x370-#x37D] - | [#x37F-#x1FFF] - | [#x200C-#x200D] - | [#x2070-#x218F] - | [#x2C00-#x2FEF] - | [#x3001-#xD7FF] - | [#xF900-#xFDCF] - | [#xFDF0-#xFFFD] - | [#x10000-#xEFFFF] - NameChar = NameStartChar - | "-" - | "." - | [0-9] - | #xB7 - | [#x0300-#x036F] - | [#x203F-#x2040] - - - - - - Emits valid XML character data - - - - encodes all non-ASCII chars - - - - - Emits valid XML attribute character data - - - - encodes all non-ASCII chars - - - - Gets and sets a value indicating if should emit canonical form - - - http://www.w3.org/TR/xml-c14n - - - - - Gets and sets a value indicating how should emit empty attributes - - - - - Gets and sets a value indicating if should encode text chars above the ASCII range - - - This option can help when the output is being embedded within an unknown encoding - - - - - HTML-style empty attributes do not emit a quoted string - - - http://www.w3.org/TR/html5/syntax.html#attributes-0 - - - - - XHTML-style empty attributes repeat the attribute name as its value - - - http://www.w3.org/TR/xhtml-media-types/#C_10 - http://www.w3.org/TR/xhtml1/#C_10 - http://www.w3.org/TR/html5/the-xhtml-syntax.html - - - - - XML-style empty attributes emit an empty quoted string - - - http://www.w3.org/TR/xml/#sec-starttags - - - - - Generates a sequence of tokens from a generalized model of markup text (e.g. HTML, XML, JBST, ASPX/ASCX, ASP, JSP, PHP, etc.) - - - This generates a stream of tokens like StAX (Streaming API for XML) - Unlike XML, this follows a more permissive markup format with automatic recovery most similar to HTML5. - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current column of the underlying input character sequence - - - Tokenizers not tracking columns should return -1. - - - - - Gets the current line of the underlying input character sequence - - - Tokenizers not tracking lines should return -1. - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Decodes HTML-style entities into special characters - - - the entity text - - TODO: validate against HTML5-style entities - http://www.w3.org/TR/html5/tokenization.html#consume-a-character-reference - - - - - Decodes most known named entities - - - - - - - Checks for element start char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Checks for element name char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets and sets if should attempt to auto-balance mismatched tags. - - - - - Gets and sets if should unwrap comments inside . - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets and sets a set of tags which should not have their content parsed. - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Ctor - - - - - Renders Common Model Tokens into a semantic HTML representation of the data structure - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - input token type - output token type - - - - Transforms the token sequence from to - - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - StringBuilder-like implementation built like List<char> - - - - - Ctor - - - - - Ctor - - - - - - Resets the buffer to an empty state - - - - - Appends a single char to the buffer - - - - - - - Appends a string value to the buffer - - - - - - - Copies the buffer value into a - - - - - - Gets the number of characters in the buffer - - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - Ctor - - - - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered sequence chunk - - - - - - Determines if the sequence has completed. - - - - - Gets a value indicating if is currently capturing a sequence - - - - - Gets the number of items currently chunked - - - - - Factory method for generic streams - - - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Determines if the input sequence has reached the end - - - - - Ctor - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a list with ability to capture a subsequence - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Gets the number of characters currently chunked - - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a text input tracking line/column/position - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and writes the buffered text chunk into the provided StringBuilder - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Supports a simple iteration over a string tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - Releases all resources used - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a TextReader tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - - - Releases all resources used by the underlying reader - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Formal language of tokens and symbols for JSON - - - - - Designates a property or field to not be serialized. - - - - - Specifies the naming to use for a property or field when serializing - - - - - Ctor - - - - - Ctor - - - - - - Gets and sets the name to be used in serialization - - - - - JSON deserializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the supported content type of the serialized data - - - - - Generates a sequence of tokens from JSON text - - - - - Gets a token sequence from the scanner stream - - - - - - - Scans for the longest valid EcmaScript identifier - - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - It is an error for the next token to be a value delim - - - - - Forbidden but differentiates between empty array/object and just written - - - - - It is an error for the next token to NOT be a value delim - - - - - Specifies the name of the property which specifies if member should be serialized. - - - These properties can be marked private/protected/internal and it will still be recognized - - - - - Ctor - - the name of the property which controls serialization for this member - - - - Ctor - - the name of the property which controls serialization for this member - - - - Gets and sets the name of the property which - specifies if member should be serialized - - - - - Transforms markup tokens into Common Model tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Determines how whitespace should be handled - - - - - Transforms Common Model tokens into markup tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Controls name resolution for IDataReader / IDataWriter using JsonNameAttribute / JsonIgnoreAttribute / JsonPropertySpecifiedAttribute - - - This is the default strategy from JsonFx v1.0 - - - - - Controls name resolution for IDataReader / IDataWriter using plain old CLR object (POCO) names - - - - - Controls name resolution for IDataReader / IDataWriter - - - Provides an extensibility point to control member naming and visibility at a very granular level. - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Determines if the property or field should not be serialized. - - - - - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful when default values need not be serialized. - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful for excluding serialization of default values. - - - - - Gets the serialized name for the member. - - - - - - - Determines whitespace handling - - - - - Removes insignificant whitespace - - - - - Keep all whitespace - - - - - Condenses all whitespace to single spaces - - - - - Designates a type as being able to format itself to raw JSON text. - - - - - Ctor - - - - - Ctor - - - - - Gets and sets the starting delimiter - - - - - Gets and sets the ending delimiter - - - - - Gets and sets the context - - - - - Formal language of tokens and symbols for markup - - - - - Any of a number of unparsed tags which typically contain specialized processing instructions - - - The name of the token is the beginning and ending delimiters as a format string (not including the '<' or '>') - Includes the following types: - - "<!--", "-->" XML/HTML/SGML comment - "<!", ">" XML/SGML declaration (e.g. DOCTYPE or server-side includes) - - "<?=", "?>" PHP expression - "<?", "?>" PHP code block /XML processing instruction (e.g. the XML declaration) - - "<%--", "--%>" ASP/PSP/JSP-style code comment - "<%@", "%>" ASP/PSP/JSP directive - "<%=", "%>" ASP/PSP/JSP/JBST expression - "<%!", "%>" JSP/JBST declaration - "<%#", "%>" ASP.NET/JBST databind expression - "<%$", "%>" ASP.NET/JBST extension - "<%", "%>" ASP code block / JSP scriptlet / PSP code block - - - - - tokens - - - - - - - - - - - Maintains scope chain for namespace prefix mappings - - - - - Adds a new scope to the chain - - - - - - Gets the last scope off the chain - - - - - Gets and removes the last scope off the chain - - - - - - Finds the namespace URI for a given prefix within the curren scope chain - - - - - - - Finds the prefix for a given namespace URI within the curren scope chain - - - - - - - Checks if the matching begin tag exists on the stack - - - - - - Resets the internal state of the scope chain. - - - - - Looks up the prefix for the given namespace - - - - null if namespace is empty and no default prefix found - - - - Represents a scope boundary within a prefix scope chain - - - - - Returns if this scope boundary contains a mapping for a particular prefix - - - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular namespace - - - if this scope boundary contains a mapping for a particular namespace - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the namespace URI if one was found. - - - the resolved namespace URI - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the prefix if one was found. - - - the resolved prefix - if this scope boundary contains a mapping for a particular prefix - - - - Gets and sets the tagname associated with this scope boundary - - - - - Gets and sets mappings between prefix and namespace URIs - - - - - - - Provides lookup capabilities for providers - - - - - Parses HTTP headers for Media-Types - - HTTP Accept header - HTTP Content-Type header - sequence of Media-Types - - http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html - - - - - - - - - - - - Controls name resolution for IDataReader / IDataWriter using convention-based name mapping - - - Converts standard .NET PascalCase naming convention into the specified naming convention. - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the serialized name for the member. - - - - - - - Splits a multi-word name assuming standard .NET PascalCase conventions. - - - - - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - - Ctor - - - - - - - - Ctor - - - - - - - Represents a property or document name, and a corresponding namespace URI (or empty string). - Analogous to XML "expanded name": http://www.w3.org/TR/REC-xml-names/#dt-expname - - - Namespaces must be a URI, but local-name can be any non-null string. - It is up to formatters to determine how to properly represent names which are invalid for the format. - - - - - local-name - - - - - alias for the namespace - - - - - namespace - - - - - Determines if name should be treated like an attribute - - - - - Ctor - - a CLR Type used to generate the local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - determines if name should be an attribute name - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Gets the local-name for a Type - - - - - - - Gets the prefixed name or simply local-name if is not a fully qualified name - - true to generate a prefix if the prefix is empty but not the namespace - - - - - Gets the namespaced name or simply local-name if is not a fully qualified name - - - - - - Compares two values and returns an indication of their relative sort order. - - - - - Performs ordering according to XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace nodes are sorted lexicographically by local name (the default namespace node, if one exists, has no local name and is therefore lexicographically least)." - "An element's attribute nodes are sorted lexicographically with namespace URI as the primary key and local name as the secondary key (an empty namespace URI is lexicographically least)." - - - - - Determines if this is an empty DataName - - - - - Indicates a graph cycle was detected during serialization - - - - - Indicates an error occurred during serialization - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the type of cycle which caused the error - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in a null value - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in an error - - - - - Graph cycles are detected with a maximum depth count, exceeding depth results in an error - - - - - Detects graph cycles by tracking graph depth - - - - - Defines an interface for detecting graph cycles - - - - - Begins tracking of the reference - - - true if graph cycle was detected - - - - Ends tracking of the reference - - - true if tracking was successfully completed - - - - Ctor - - - - - - Increments the depth - - - true if MaxDepth has not been exceeded - - - - Increments the depth - - - - - - Detects cycles by detecting duplicates in the a set of object references - - - - - Adds a reference to the set - - - true if object already existed within set - - - - Removes a reference from the set - - - - - - Controls deserialization settings for IDataReader - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets if ValueTypes can accept values of null - - - If this is true and a ValueType T is assigned the value of null, - it will receive the value of default(T). - Setting this to false, throws an exception if null is - specified for a ValueType member. - - - - - Gets and sets if should verify that stream is empty after deserialzing each object - - - Setting to true allows reading a JSON stream inside other structures (e.g. JavaScript) - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Controls the serialization settings for IDataWriter - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets what to do when graph cycles (repeated references) are encounted - - - - - Gets and sets the maximum nesting depth - - - Depth is a fast and easy safegaurd against detecting graph cycles but may produce false positives - - - - - Gets and sets if output will be formatted for human reading. - - - - - Gets and sets the string to use for indentation - - - - - Gets and sets the line terminator string - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Indicates an error occurred during deserialization - - - - - Ctor - - - - - - - Ctor - - - - - - - - - Ctor - - - - - - - - Ctor - - - - - - - - Helper method which converts the index into Line and Column numbers - - - - - - - - Gets the character column in the stream where the error occurred - - - - - Gets the character position in the stream where the error occurred - - - - - Gets the character line in the stream where the error occurred - - - - - Indicates an error occurred during token consumption - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the token in the sequence where the error occurred - - - - - Indicates an error occurred during type coercion - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Ctor - - inject with all possible readers - - - - Finds an IDataReader by content-type header - - - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Ctor - - inject with all possible writers - - - - Controls name resolution for IDataReader / IDataWriter by using pluggable delegate callbacks - - - - - Gets and sets the implementation for ignoring properties - - - - - Gets and sets the implementation for ignoring fields - - - - - Gets and sets the implementation for ignoring properties by value - - - - - Gets and sets the implementation for naming members - - - - - Gets and sets the implementation for sorting members - - - - - Controls name resolution for IDataReader / IDataWriter by combining an ordered sequence of any other strategies - - - Each strategy is invoked in order, the first to respond wins. - - - - - Ctor - - ordered sequence of strategies - - - - Ctor - - ordered sequence of strategies - - - - Gets a value indicating if the property is to be serialized. - - - - true if any strategy specifies should be ignored - - - - Gets a value indicating if the field is to be serialized. - - - true if any strategy specifies should be ignored - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - true if any strategy specifies this should be ignored - - - - Gets the serialized name for the member. - - - - custom name if any strategy specifies one, otherwise null - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Controls name resolution for IDataReader / IDataWriter using DataContract attributes - - - http://msdn.microsoft.com/en-us/library/kd1dc9w5.aspx - - - - - CCtor - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - Gets the serialized name for the member. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - The original member info - - - - - The original member name - - - - - The member data name - - - - - The member type - - - - - The getter method - - - - - The setter method - - - - - The logic for determining if a value is ignored - - - - - Determines if map name is alternate (i.e. only used for deserialization) - - - - - Ctor - - MemberMap to clone - alternate name - - - - Ctor - - - - - - - - Ctor - - - - - - - - Ctor - - - - - Gets a sequence of the available factory arguments - - - - - Gets the factory associated with the given argument type - - - - - - - Cache of name resolution mappings for IDataReader / IDataWriter - - - - - Ctor - - - - - - Gets the serialized name of the class - - - - - - - Removes any cached member mappings. - - - - - Builds a mapping of member name to field/property - - - - - - Represents a single immutable token in an input sequence - - - - - The type of the token - - - - - The name of the token - - - - - The value of the token - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Ctor - - - - - - - Returns a string that represents the current token. - - - - - - Gets the value of the token as a string - - - - - - Converts a value to a string giving opportunity for IConvertible, IFormattable - - - - - - - Converts token to a token of a different type - - - token with same values and different type - - - - Type Coercion Utility - - - - - Ctor - - - - - - - Ctor - - - - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Helper method to set value of a member. - - - - - - - - - - Coerces the object value to Type - - - - - - - - Coerces the object value to Type of - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Coerces an sequence of items into an array of Type elementType - - - - - - - - Finds a suitable concrete class for common collection interface types - - - - - - - Allows specific IDictionary<string, TVal> to deserialize as TVal - - IDictionary<string, TVal> Type - TVal Type - - - - Returns a common type which can hold previous values and the new value - - - - - - - - Determines if type can be assigned a null value. - - - - - - - Gets the attribute T for the given value. - - - Attribute Type - true if defined - - - - Gets the attribute of Type for the given value. - - - true if defined - - - - Gets the attribute T for the given value. - - - Attribute Type - requested attribute or not if not defined - - - - Gets the attribute of Type for the given value. - - - requested attribute or not if not defined - - - - Character Utility - - - These are either simpler definitions of character classes (e.g. letter is [a-zA-Z]), - or they implement platform-agnositic checks (read: "Silverlight workarounds"). - - - - - Checks if string is null, empty or entirely made up of whitespace - - - - - Essentially the same as String.IsNullOrWhiteSpace from .NET 4.0 - with a simplfied view of whitespace. - - - - - Checks if character is line ending, tab or space - - - - - - - - - - - - - - Checks if character matches [A-Za-z] - - - - - - - Checks if character matches [0-9] - - - - - - - Checks if character matches [0-9A-Fa-f] - - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Formats a number as a hex digit - - - - - - - Converts the value of a UTF-16 encoded character or surrogate pair at a specified - position in a string into a Unicode code point. - - - - - - - - Converts the specified Unicode code point into a UTF-16 encoded string. - - - - - - - XML serializer - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets a tokenizer for XML - - - - - - Gets the supported content type for the serialized data - - - - - Transforms markup tokens into Common Model tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - - Ctor - - - - - Ctor - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the XmlReader - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for XML - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Transforms Common Model tokens into markup tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - Outputs XML text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Formats the token sequence to the writer - - - - - - - Wraps an XmlWriter as a TextWriter - - - - - Ctor - - - - - - Gets the underlying XmlWriter - - - - - Controls name resolution for IDataReader / IDataWriter using attributes and conventions similar to XmlSerializer semantics - - - http://msdn.microsoft.com/en-us/library/83y7df3e.aspx - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute or has a property named XXXSpecified which determines visibility - - This is useful when default values need not be serialized. - Under these situations XmlSerializer ignores properties based upon value: - - DefaultValue: http://msdn.microsoft.com/en-us/library/system.componentmodel.defaultvalueattribute.aspx - - Specified Properies: http://msdn.microsoft.com/en-us/library/bb402199.aspx - - ShouldSerialize Methods: http://msdn.microsoft.com/en-us/library/53b8022e.aspx - - - - - Gets the serialized name for the member. - - - - - - - Sorts members to ensure proper document order where attributes precede all child elements. - - - - - Performs the first stage of XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace and attribute nodes have a document order position greater than the element but less than any child node of the element." - - - - - Ctor - - - - - - Ctor - - - - - - Generates delegates for getting/setting properties and field and invoking constructors - - - - - Creates a field getter delegate for the specified property or field - - PropertyInfo or FieldInfo - GetterDelegate for property or field, null otherwise - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified property or field - - PropertyInfo or FieldInfo - SetterDelegate for property or field, null otherwise - - - - Creates a property getter delegate for the specified property - - - GetterDelegate if property CanRead, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a property setter delegate for the specified property - - - GetterDelegate if property CanWrite, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field getter delegate for the specified field - - - GetterDelegate which returns field unless is enum in which will return enum value - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified field - - - SetterDelegate unless field IsInitOnly then returns null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a proxy delegate accepting a target instance and corresponding arguments - - method to proxy - ProxyDelegate or null if cannot be invoked - - Note: use with caution this method will expose private and protected methods without safety checks. - - - - - Creates a default constructor delegate - - type to be created - FactoryDelegate or null if default constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Represents a query across a data source - - - - - - Ctor - - - - - - Ctor - - - - - - - Returns a string representation of the query - - - - - - Gets the query expression - - - - - Gets the query return type - - - - - Gets the underlying provider - - - - - Ctor - - - - - - - Ctor - - - - - - - Extends the query to all descendants - - - - - Extends the query to all descendants - - - - - Gets all items of the array - - - - - Gets the items of the array with indexes satisfying the - - - - - - Filters to only objects with a particular property name defined - - - - - - Filters to a lookup of only the properties which match the predicate - - - - - - Filters to only arrays - - - - - - Filters to only objects - - - - - - Filters to only simple values - - - - - - Boiler-plate implementation - - - - - - Ctor - - - - - Ctor - - - - - - - - - - - Searches for subsequences found by the expression and rehydrates into objects with the analyzer - - - - - Ctor - - - - - Ctor - - - - - - - Ctor - - - - - - diff --git a/packages/JsonFx.2.0.1209.2802/lib/wp40/JsonFx.dll b/packages/JsonFx.2.0.1209.2802/lib/wp40/JsonFx.dll deleted file mode 100644 index dec53f2e..00000000 Binary files a/packages/JsonFx.2.0.1209.2802/lib/wp40/JsonFx.dll and /dev/null differ diff --git a/packages/JsonFx.2.0.1209.2802/lib/wp40/JsonFx.xml b/packages/JsonFx.2.0.1209.2802/lib/wp40/JsonFx.xml deleted file mode 100644 index b9393532..00000000 --- a/packages/JsonFx.2.0.1209.2802/lib/wp40/JsonFx.xml +++ /dev/null @@ -1,4526 +0,0 @@ - - - - JsonFx - - - - - JsonFx metadata - - - - - Ctor - - - - - - Outputs BSON bytes from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the output writer - - - - - - - Emits a document (or array) to the binary stream - - - - number of bytes written - - - - Emits a single element to the binary stream - - - - - number of bytes written - - - - Emits a string value - - - - number of bytes written - - - - Emits a binary value - - - - number of bytes written - - - - Emits a code_w_s value - - - - number of bytes written - - - - Generates a sequence of tokens from BSON bytes - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the reader - - - - - - - Gets the current position of the underlying stream - - - - - BSON MD5 Datatype - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Converts MD5 to Guid - - - - - - - - Converts MD5 to Guid - - - - - - - Gets the hashcode of the underlying Guid - - - - - - BSON JavaScript Code With Scope Datatype - - - - - BSON JavaScript Code Datatype - - - - - Ctor - - - - - - Converts JavaScriptCode to string - - - - - - - - Converts JavaScriptCode to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON Symbol Datatype - - - - - Ctor - - - - - - Converts Symbol to string - - - - - - - - Converts Symbol to string - - - - - - - Gets the hashcode of the underlying string - - - - - - BSON DBPointer Datatype (Deprecated) - - - - - Immutable BSON ObjectID Datatype - - - http://www.mongodb.org/display/DOCS/Object+IDs#ObjectIDs-TheBSONObjectIdDatatype - - - - - Ctor - - 12-byte object ID - - - - Ctor - - 4-byte seconds since Unit epoch - 3-byte machine ID - 2-byte process ID - 3-byte counter - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets the time associated with this ObjectID - - - - - Gets the machine id associated with this ObjectID - - - - - Gets the process id associated with this ObjectID - - - - - Gets the counter associated with this ObjectID - - - - - Generic binary holder - - - http://api.mongodb.org/java/2.0/org/bson/types/Binary.html - - - - - Ctor - - binary type code - byte date - - - - Converts an ObjectID to a hex string - - - - - - - Converts a hex string to an ObjectID - - - - - - - Converts an ObjectID to a byte array - - - - - - - Converts a byte array to an ObjectID - - - - - - - Gets the hashcode of the underlying string - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Gets the binary type code - - - - - Gets the binary type code - - - - - Gets the byte at the given index - - - - - Gets the length of the binary data - - - - - Designates a type as being able to format itself to raw BSON bytes - - - - - Designates a type as being able to format itself to raw bytes - - - - - Writes custom format to the output using either tokens or bytes - - - - total number of bytes written - - - - Determines the corresponding BSON element type - - - - - - Generalized delegate for invoking a constructor - - - - - - - Generalized delegate for invoking a method - - the instance object - the method parameters - - - - - Generalized delegate for getting a field or property value - - - - - - - Generalized delegate for setting a field or property value - - - - - - - Consumes a sequence of tokens to produce an object graph optionally coerced to a given type - - - - - Consumes a sequence of tokens to produce a sequence of objects, optionally coerced to a given type - - token type - - - - Parses the token sequence - - - - - - - Parses the token sequence, optionally coercing the result to Type targetType - - - optional type for coercion (null if not specified) - - - - - Parses the token sequence, coercing the result to Type TResult - - optional type for coercion (null if not specified) - - - - - - Parses the token stream coercing the result to TResult (type inferred from ) - - - - an example value used solely for Type inference - - - - - Ctor - - - - - - Parses the token stream coercing the result targetType - - - - - - - Parses the token stream coercing the result to targetType - - - - - - - - Parses the token stream coercing the result to TResult - - the result target type - - - - - - Parses the token stream coercing the result to TResult (inferred from ) - - - - an example value used solely for Type inference - - - - - Common Model Language grammar helper - - - Simplifies and guides syntax, and provides a set of reusable tokens to reduce redundant token instantiations - - - - - Marks the beginning of an array - - the local name of the array - ArrayBegin Token - - - - Marks the beginning of an array - - the local name of the array - the namespace of the document - ArrayBegin Token - - - - Marks the beginning of an array - - the name of the array - ArrayBegin Token - - - - Marks the beginning of an object - - the local name of the object - ObjectBegin Token - - - - Marks the beginning of an object - - the name of the object - ObjectBegin Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the local name of the property - PropertyKey Token - - - - Marks the beginning of an object property - - the name of the property - PropertyKey Token - - - - A simple scalar value (typically serialized as a single primitive value) - - - Value Token - - - - Provides base implementation for standard deserializers - - - - - Provides base implementation for standard deserializers - - - - - A common interface for data deserializers - - - - - Deserializes a single object from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Serializes the data to the given output - - the input reader - - - - Deserializes a single object from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a single object from the given input - - the input text - - - - Deserializes a single object from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - - - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - Ctor - - - - - - Deserializes the data from the given input - - the input reader - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input reader - - - - Deserializes the data from the given input - - the input reader - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - a value used to trigger Type inference for (e.g. for deserializing anonymous objects) - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes the data from the given input - - the input text - - - - Deserializes the data from the given input - - the input text - the expected type of the serialized data - - - - Deserializes a potentially endless sequence of objects from a stream source - - a streamed source of objects - a sequence of objects - - character stream => token stream => object stream - - - - - Gets the supported content type of the serialized data - - - - - Gets the settings used for deserialization - - - - - Ctor - - - - - - Extension methods for selecting subsequences of sequences of tokens - - - - - Determines if the sequence represents a primitive - - - - - - - Determines if the sequence represents an object - - - - - - - Determines if the root object has any properties which satisfies the name - - - - true if any properties match the predicate - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets all properties of the root object - - - - all properties for the object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Gets the properties of the root object which satisfies the - - - - matching properties for the root object - - - - Determines if the sequence represents an array - - - - - - - Gets all the items of the array - - - all items of the array - - - - Gets the items of the root array with indexes satisfying the - - - - items of the root array which statisfy the predicate - - - - ArrayItems iterator - - - - - - - - Gets all descendant values below the current root - - - - - - - Descendants iterator - - - - - - - Gets all descendant values below the current root, as well as the current root - - - - - - - DescendantsAndSelf iterator - - - - - - - Covers the sitation where a stream of sequences may be back to back - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Splices out the sequence for the next complete value (object, array, primitive) - - - - - - - Skips over the next complete value (object, array, primitive) - - - - - - - Common Model Language tokens - - - - - - - - - - - - Generates a sequence of tokens from an object graph - - - - - Generates a sequence of tokens from an object graph - - token type - - - - Generates a sequence of tokens representing the value - - - - - - - Ctor - - - - - - Generates a sequence of tokens representing the value - - - - - - - Allows a mechanism for manipulating JSON serialization - - Defines the type this filter reads/writes - - - - Partially implements an IDataFilter - - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - Defines the type this filter reads/writes - - - - Allows a mechanism for manipulating serialization - - Defines the type of token stream this filter understands - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Allows a class to act as a factory for a type via input Token<T> sequence - - input tokens - - true if value was generated - - - - Allows a class to serialize a type as Token<T> sequence - - - - true if value was consumed - - - - Defines a filter for JSON-style serialization of DateTime into ISO-8601 string - - - This is the format used by EcmaScript 5th edition Date.prototype.toJSON(...): - http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf - http://www.w3.org/TR/NOTE-datetime - http://en.wikipedia.org/wiki/ISO_8601 - - NOTE: This format limits expressing DateTime as either UTC or Unspecified. Local (i.e. Server Local) is converted to UTC. - - - - - Converts a ISO-8601 string to the corresponding DateTime representation - - ISO-8601 conformant date - UTC or Unspecified DateTime - true if parsing was successful - - - - Converts a DateTime to the corresponding ISO-8601 string representation - - - ISO-8601 conformant date - - - - Determines the precision of fractional seconds. - Defaults to EcmaScript precision of milliseconds. - - - - - Defines the precision of fractional seconds in ISO-8601 dates - - - - - Defines a filter for JSON-style serialization of DateTime into an ASP.NET Ajax Date string. - - - This is the format used by Microsoft ASP.NET Ajax: - http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx - - NOTE: This format is limited to expressing DateTime at the millisecond level as UTC only. - The WCF extension of adding a timezone is ignored as this returns UTC dates only. - - - - - Converts an ASP.NET Ajax date string to the corresponding DateTime representation - - ASP.NET Ajax date string - - true if parsing was successful - - - - Converts a DateTime to the corresponding ASP.NET Ajax date string representation - - - ASP.NET Ajax date string - - - - Provides base implementation for standard serializers - - - - - Provides base implementation of standard serializers - - - - - A common interface for data serializers - - - - - Serializes the data to the given output - - the output writer - the data to be serialized - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Serializes the data to the given output - - the data to be serialized - the output writer - - - - Serializes the data to the given output - - the data to be serialized - the serialized data - - - - Gets the walker for this DataWriter - - - - - - - Gets the formatter for this DataWriter - - - - - - - Gets the content encoding for the serialized data - - - - - Gets the supported content types for the serialized data - - - - - Gets the supported file extensions for the serialized data - - - - - Gets the settings used for serialization - - - - - Ctor - - - - - - Gets a walker for JSON - - - - - - - Gets the content encoding for the serialized data - - - - - Represents an ECMAScript identifier for serialization. - - - - - Designates a type as being able to format itself to raw text - - - - - Writes custom format to the output using either tokens or text - - - - - - - Ctor - - - - - Ctor - - - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript identifier - - the identifier - identifier - - - - Verifies is a valid EcmaScript variable expression - - the identifier - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Trivial conversion method. Essentially performs a cast. - - - - - Supports conversion via System.Web.UI.PropertyConverter.ObjectFromString(Type, MemberInfo, string) - - - - - Implicit type conversion allows to be used directly as a String - - valid ECMAScript identifier - - - - - Implicit type conversion allows to be used directly with Strings - - valid ECMAScript identifier - - - - - Returns the identifier - - - - - - Compares identifiers - - - - - - - Returns the hash code for the identifier - - - - - - Gets the ECMAScript identifier represented by this instance - - - - - Formats data as full ECMAScript objects, rather than the limited set of JSON objects. - - - - - Outputs JSON text from an input stream of tokens - - - - - Outputs text from an input stream of JSON tokens - - token type - - - - Formats the token sequence to the output writer - - - - - - - Formats the token sequence as a string - - - - - - JSON serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for JSON - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Outputs JSON text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Converts an object to its string representation - - - - - - - Converts an enum to its string representation - - - - - - - Splits a bitwise-OR'd set of enums into a list. - - the enum type - the combined value - list of flag enums - - from PseudoCode.EnumHelper - - - - - Determines if a numeric value cannot be represented as IEEE-754. - - - - - http://stackoverflow.com/questions/1601646 - - - - - Gets and sets if '<' should be encoded in strings - Useful for when emitting directly into page - - - - - Ctor - - - - Defaults to encoding < chars for improved embedding within script blocks - - - - - Emits a block of script ensuring that a namespace is declared - - the output writer - the namespace to ensure - list of namespaces already emitted - determines if should emit pretty-printed - if was a namespaced identifier - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - Defaults to global matching off. - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Outputs a .NET Regex as an ECMAScript RegExp literal. - - - - - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - - - - Defines a strategy for filtering HTML tags/attributes/styles/literals - - - - - Filters tags, optionally allowing altering of tag - - tag name - if true tag should be rendered - - - - Filters attributes, optionally allowing altering of attribute value - - tag name - attribute name - attribute value - if true attribute should be rendered - - - - Filters styles, optionally allowing altering of style value - - tag name - style name - style value - if true style should be rendered - - - - Filters literals, optionally allowing replacement of literal value - - the literal value - if true should be rendered - - - - Provides a mechanism for filtering HTML streams based upon a tag taxonomy - - - - - Determines if is "void" (i.e. "empty" or "full") tag - - lowercase tag name - if is a void tag - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#sec_5.2. - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Determines if the tag is required to be closed - - lowercase tag name - if closing tag is optional - - http://www.w3.org/TR/html5/semantics.html - http://www.w3.org/TR/html401/index/elements.html - http://www.w3.org/TR/WD-html40-970917/index/elements.html - - - - - Categorizes the tag for heuristics about markup type - - lowercase tag name - the box type for a particular element - - http://www.w3.org/TR/html5/semantics.html - - - - - Defines a prioritized taxonomy of tags - - - The types are enumerated in ascending levels of risk for use in filtering HTML input - - - - - Literal text, no tags - - - - - Inline character level elements and text strings - - - Tags of this type typically do not disrupt the text flow - - - - - style elements - - - Tags of this type change the visual appearance of text - - - - - list elements - - - Tags of this type denote lists and typically change the text flow - - - - - Block-level elements - - - Tags of this type denote sections or change the text flow - - - - - Media elements - - - Tags of this type safely embed media content - - - - - Tabular elements - - - Tags of this type have a very specific structure and their own rendering model - - - - - Form elements - - - Tags of this type are used in the construction of forms for capturing user input - - - - - Script elements - - - Tags of this type represent a security risk to the containing document but must obey the browser security sandbox - - - - - Document elements - - - Tags of this type are used to construct the document itself - - - - - embedded elements - - - Tags of this type represent a large security risk to the containing document as plug-ins may circumvent the browser security sandbox - - - - - Unknown elements - - - - - Outputs markup text from an input stream of tokens - - - - - Ctor - - - - - - Resets the internal stack of elements - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Emits a valid XML local-name (i.e. encodes invalid chars including ':') - - - - - Explicitly escaping ':' to maintain compatibility with XML Namespaces. - From XML 1.0, 5th ed. http://www.w3.org/TR/xml/#sec-common-syn - Name = NameStartChar (NameChar)* - NameStartChar = ":" - | [A-Z] - | "_" - | [a-z] - | [#xC0-#xD6] - | [#xD8-#xF6] - | [#xF8-#x2FF] - | [#x370-#x37D] - | [#x37F-#x1FFF] - | [#x200C-#x200D] - | [#x2070-#x218F] - | [#x2C00-#x2FEF] - | [#x3001-#xD7FF] - | [#xF900-#xFDCF] - | [#xFDF0-#xFFFD] - | [#x10000-#xEFFFF] - NameChar = NameStartChar - | "-" - | "." - | [0-9] - | #xB7 - | [#x0300-#x036F] - | [#x203F-#x2040] - - - - - - Emits valid XML character data - - - - encodes all non-ASCII chars - - - - - Emits valid XML attribute character data - - - - encodes all non-ASCII chars - - - - Gets and sets a value indicating if should emit canonical form - - - http://www.w3.org/TR/xml-c14n - - - - - Gets and sets a value indicating how should emit empty attributes - - - - - Gets and sets a value indicating if should encode text chars above the ASCII range - - - This option can help when the output is being embedded within an unknown encoding - - - - - HTML-style empty attributes do not emit a quoted string - - - http://www.w3.org/TR/html5/syntax.html#attributes-0 - - - - - XHTML-style empty attributes repeat the attribute name as its value - - - http://www.w3.org/TR/xhtml-media-types/#C_10 - http://www.w3.org/TR/xhtml1/#C_10 - http://www.w3.org/TR/html5/the-xhtml-syntax.html - - - - - XML-style empty attributes emit an empty quoted string - - - http://www.w3.org/TR/xml/#sec-starttags - - - - - Generates a sequence of tokens from a generalized model of markup text (e.g. HTML, XML, JBST, ASPX/ASCX, ASP, JSP, PHP, etc.) - - - This generates a stream of tokens like StAX (Streaming API for XML) - Unlike XML, this follows a more permissive markup format with automatic recovery most similar to HTML5. - - - - - Generates a sequence of tokens from a sequence of characters - - token type - - - - Tokenizes the input sequence into tokens - - - - - - - Tokenizes the input sequence into tokens - - - - - - - Gets the current column of the underlying input character sequence - - - Tokenizers not tracking columns should return -1. - - - - - Gets the current line of the underlying input character sequence - - - Tokenizers not tracking lines should return -1. - - - - - Gets the current position of the underlying input character sequence - - - Tokenizers not tracking index should return -1. - - - - - Decodes HTML-style entities into special characters - - - the entity text - - TODO: validate against HTML5-style entities - http://www.w3.org/TR/html5/tokenization.html#consume-a-character-reference - - - - - Decodes most known named entities - - - - - - - Checks for element start char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Checks for element name char - - - - - http://www.w3.org/TR/xml/#sec-common-syn - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets and sets if should attempt to auto-balance mismatched tags. - - - - - Gets and sets if should unwrap comments inside . - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets and sets a set of tags which should not have their content parsed. - - - For example, in HTML this would include "script" and "style" tags. - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Ctor - - - - - Renders Common Model Tokens into a semantic HTML representation of the data structure - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - input token type - output token type - - - - Transforms the token sequence from to - - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - StringBuilder-like implementation built like List<char> - - - - - Ctor - - - - - Ctor - - - - - - Resets the buffer to an empty state - - - - - Appends a single char to the buffer - - - - - - - Appends a string value to the buffer - - - - - - - Copies the buffer value into a - - - - - - Gets the number of characters in the buffer - - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - Ctor - - - - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence of - - - - - Supports forward-only iteration over an input sequence - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered sequence chunk - - - - - - Determines if the sequence has completed. - - - - - Gets a value indicating if is currently capturing a sequence - - - - - Gets the number of items currently chunked - - - - - Factory method for generic streams - - - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Determines if the input sequence has reached the end - - - - - Ctor - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a list with ability to capture a subsequence - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Gets the number of characters currently chunked - - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a text input tracking line/column/position - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and writes the buffered text chunk into the provided StringBuilder - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Supports a simple iteration over a string tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - Releases all resources used - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Supports a simple iteration over a TextReader tracking line/column/position - - - - - Ctor - - - - - - Begins chunking at the current index - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - - Ends chunking at the current index and returns the buffered text chunk - - - - - Returns but does not remove the item at the front of the sequence. - - - - - - Returns and removes the item at the front of the sequence. - - - - - - Deferred execution of iterator - - - - - Calculates index, line, and column statistics - - - - - - - Releases all resources used by the underlying reader - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - Gets the number of characters currently chunked - - - - - Gets a value indicating if the is currently chunking - - - - - Determines if the input sequence has reached the end - - - - - Formal language of tokens and symbols for JSON - - - - - Designates a property or field to not be serialized. - - - - - Specifies the naming to use for a property or field when serializing - - - - - Ctor - - - - - Ctor - - - - - - Gets and sets the name to be used in serialization - - - - - JSON deserializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the supported content type of the serialized data - - - - - Generates a sequence of tokens from JSON text - - - - - Gets a token sequence from the scanner stream - - - - - - - Scans for the longest valid EcmaScript identifier - - identifier - - http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf - - IdentifierName = - IdentifierStart | IdentifierName IdentifierPart - IdentifierStart = - Letter | '$' | '_' - IdentifierPart = - IdentifierStart | Digit - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the string - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - It is an error for the next token to be a value delim - - - - - Forbidden but differentiates between empty array/object and just written - - - - - It is an error for the next token to NOT be a value delim - - - - - Specifies the name of the property which specifies if member should be serialized. - - - These properties can be marked private/protected/internal and it will still be recognized - - - - - Ctor - - the name of the property which controls serialization for this member - - - - Ctor - - the name of the property which controls serialization for this member - - - - Gets and sets the name of the property which - specifies if member should be serialized - - - - - Transforms markup tokens into Common Model tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Determines how whitespace should be handled - - - - - Transforms Common Model tokens into markup tokens using the (lossless) JsonML model - - - JsonML Grammer: http://jsonml.org - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Controls name resolution for IDataReader / IDataWriter using JsonNameAttribute / JsonIgnoreAttribute / JsonPropertySpecifiedAttribute - - - This is the default strategy from JsonFx v1.0 - - - - - Controls name resolution for IDataReader / IDataWriter using plain old CLR object (POCO) names - - - - - Controls name resolution for IDataReader / IDataWriter - - - Provides an extensibility point to control member naming and visibility at a very granular level. - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Determines if the property or field should not be serialized. - - - - - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful when default values need not be serialized. - - - - - Gets the serialized name for the member. - - - - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute - - This is useful for excluding serialization of default values. - - - - - Gets the serialized name for the member. - - - - - - - Determines whitespace handling - - - - - Removes insignificant whitespace - - - - - Keep all whitespace - - - - - Condenses all whitespace to single spaces - - - - - Designates a type as being able to format itself to raw JSON text. - - - - - Ctor - - - - - Ctor - - - - - Gets and sets the starting delimiter - - - - - Gets and sets the ending delimiter - - - - - Gets and sets the context - - - - - Formal language of tokens and symbols for markup - - - - - Any of a number of unparsed tags which typically contain specialized processing instructions - - - The name of the token is the beginning and ending delimiters as a format string (not including the '<' or '>') - Includes the following types: - - "<!--", "-->" XML/HTML/SGML comment - "<!", ">" XML/SGML declaration (e.g. DOCTYPE or server-side includes) - - "<?=", "?>" PHP expression - "<?", "?>" PHP code block /XML processing instruction (e.g. the XML declaration) - - "<%--", "--%>" ASP/PSP/JSP-style code comment - "<%@", "%>" ASP/PSP/JSP directive - "<%=", "%>" ASP/PSP/JSP/JBST expression - "<%!", "%>" JSP/JBST declaration - "<%#", "%>" ASP.NET/JBST databind expression - "<%$", "%>" ASP.NET/JBST extension - "<%", "%>" ASP code block / JSP scriptlet / PSP code block - - - - - tokens - - - - - - - - - - - Maintains scope chain for namespace prefix mappings - - - - - Adds a new scope to the chain - - - - - - Gets the last scope off the chain - - - - - Gets and removes the last scope off the chain - - - - - - Finds the namespace URI for a given prefix within the curren scope chain - - - - - - - Finds the prefix for a given namespace URI within the curren scope chain - - - - - - - Checks if the matching begin tag exists on the stack - - - - - - Resets the internal state of the scope chain. - - - - - Looks up the prefix for the given namespace - - - - null if namespace is empty and no default prefix found - - - - Represents a scope boundary within a prefix scope chain - - - - - Returns if this scope boundary contains a mapping for a particular prefix - - - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular namespace - - - if this scope boundary contains a mapping for a particular namespace - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the namespace URI if one was found. - - - the resolved namespace URI - if this scope boundary contains a mapping for a particular prefix - - - - Returns if this scope boundary contains a mapping for a particular prefix - setting the prefix if one was found. - - - the resolved prefix - if this scope boundary contains a mapping for a particular prefix - - - - Gets and sets the tagname associated with this scope boundary - - - - - Gets and sets mappings between prefix and namespace URIs - - - - - - - Provides lookup capabilities for providers - - - - - Parses HTTP headers for Media-Types - - HTTP Accept header - HTTP Content-Type header - sequence of Media-Types - - http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html - - - - - - - - - - - - Controls name resolution for IDataReader / IDataWriter using convention-based name mapping - - - Converts standard .NET PascalCase naming convention into the specified naming convention. - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the serialized name for the member. - - - - - - - Splits a multi-word name assuming standard .NET PascalCase conventions. - - - - - http://msdn.microsoft.com/en-us/library/x2dbyw72.aspx - http://msdn.microsoft.com/en-us/library/141e06ef.aspx - http://msdn.microsoft.com/en-us/library/xzf533w0.aspx - - - - - - Ctor - - - - - - - - Ctor - - - - - - - Represents a property or document name, and a corresponding namespace URI (or empty string). - Analogous to XML "expanded name": http://www.w3.org/TR/REC-xml-names/#dt-expname - - - Namespaces must be a URI, but local-name can be any non-null string. - It is up to formatters to determine how to properly represent names which are invalid for the format. - - - - - local-name - - - - - alias for the namespace - - - - - namespace - - - - - Determines if name should be treated like an attribute - - - - - Ctor - - a CLR Type used to generate the local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - - This constructor implicitly delcares the namespace to be empty. - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Ctor - - any string is a valid local-name - an absolute URI string, or null - determines if name should be an attribute name - thrown if is null - thrown if is an invalid absolute URI - - The namespace field follows XML recommendation of absolute URIs. - Relative URIs are officially deprecated for namespaces: http://www.w3.org/2000/09/xppa - - - - - Gets the local-name for a Type - - - - - - - Gets the prefixed name or simply local-name if is not a fully qualified name - - true to generate a prefix if the prefix is empty but not the namespace - - - - - Gets the namespaced name or simply local-name if is not a fully qualified name - - - - - - Compares two values and returns an indication of their relative sort order. - - - - - Performs ordering according to XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace nodes are sorted lexicographically by local name (the default namespace node, if one exists, has no local name and is therefore lexicographically least)." - "An element's attribute nodes are sorted lexicographically with namespace URI as the primary key and local name as the secondary key (an empty namespace URI is lexicographically least)." - - - - - Determines if this is an empty DataName - - - - - Indicates a graph cycle was detected during serialization - - - - - Indicates an error occurred during serialization - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the type of cycle which caused the error - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in a null value - - - - - Graph cycles are detected with a reference tracking, any repeated reference results in an error - - - - - Graph cycles are detected with a maximum depth count, exceeding depth results in an error - - - - - Detects graph cycles by tracking graph depth - - - - - Defines an interface for detecting graph cycles - - - - - Begins tracking of the reference - - - true if graph cycle was detected - - - - Ends tracking of the reference - - - true if tracking was successfully completed - - - - Ctor - - - - - - Increments the depth - - - true if MaxDepth has not been exceeded - - - - Increments the depth - - - - - - Detects cycles by detecting duplicates in the a set of object references - - - - - Adds a reference to the set - - - true if object already existed within set - - - - Removes a reference from the set - - - - - - Controls deserialization settings for IDataReader - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets if ValueTypes can accept values of null - - - If this is true and a ValueType T is assigned the value of null, - it will receive the value of default(T). - Setting this to false, throws an exception if null is - specified for a ValueType member. - - - - - Gets and sets if should verify that stream is empty after deserialzing each object - - - Setting to true allows reading a JSON stream inside other structures (e.g. JavaScript) - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Controls the serialization settings for IDataWriter - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Ctor - - - - - - Gets and sets what to do when graph cycles (repeated references) are encounted - - - - - Gets and sets the maximum nesting depth - - - Depth is a fast and easy safegaurd against detecting graph cycles but may produce false positives - - - - - Gets and sets if output will be formatted for human reading. - - - - - Gets and sets the string to use for indentation - - - - - Gets and sets the line terminator string - - - - - Gets manager of name resolution for IDataReader - - - - - Gets the custom filters - - - - - Indicates an error occurred during deserialization - - - - - Ctor - - - - - - - Ctor - - - - - - - - - Ctor - - - - - - - - Ctor - - - - - - - - Helper method which converts the index into Line and Column numbers - - - - - - - - Gets the character column in the stream where the error occurred - - - - - Gets the character position in the stream where the error occurred - - - - - Gets the character line in the stream where the error occurred - - - - - Indicates an error occurred during token consumption - - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the token in the sequence where the error occurred - - - - - Indicates an error occurred during type coercion - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Provides lookup capabilities for finding matching IDataReader - - - - - Ctor - - inject with all possible readers - - - - Finds an IDataReader by content-type header - - - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Provides lookup capabilities for finding an IDataWriter - - - - - Ctor - - inject with all possible writers - - - - Controls name resolution for IDataReader / IDataWriter by using pluggable delegate callbacks - - - - - Gets and sets the implementation for ignoring properties - - - - - Gets and sets the implementation for ignoring fields - - - - - Gets and sets the implementation for ignoring properties by value - - - - - Gets and sets the implementation for naming members - - - - - Gets and sets the implementation for sorting members - - - - - Controls name resolution for IDataReader / IDataWriter by combining an ordered sequence of any other strategies - - - Each strategy is invoked in order, the first to respond wins. - - - - - Ctor - - ordered sequence of strategies - - - - Ctor - - ordered sequence of strategies - - - - Gets a value indicating if the property is to be serialized. - - - - true if any strategy specifies should be ignored - - - - Gets a value indicating if the field is to be serialized. - - - true if any strategy specifies should be ignored - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - true if any strategy specifies this should be ignored - - - - Gets the serialized name for the member. - - - - custom name if any strategy specifies one, otherwise null - - - - Allows a strategy to perform a custom sort order to outputted members - - - - - A common usage is to ensure that Attributes sort first - - - - - Controls name resolution for IDataReader / IDataWriter using DataContract attributes - - - http://msdn.microsoft.com/en-us/library/kd1dc9w5.aspx - - - - - CCtor - - - - - Gets a value indicating if the property is to be serialized. - - - - - - - - Gets a value indicating if the field is to be serialized. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - Gets the serialized name for the member. - - - - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - - - - - The original member info - - - - - The original member name - - - - - The member data name - - - - - The member type - - - - - The getter method - - - - - The setter method - - - - - The logic for determining if a value is ignored - - - - - Determines if map name is alternate (i.e. only used for deserialization) - - - - - Ctor - - MemberMap to clone - alternate name - - - - Ctor - - - - - - - - Ctor - - - - - - - - Ctor - - - - - Gets a sequence of the available factory arguments - - - - - Gets the factory associated with the given argument type - - - - - - - Cache of name resolution mappings for IDataReader / IDataWriter - - - - - Ctor - - - - - - Gets the serialized name of the class - - - - - - - Removes any cached member mappings. - - - - - Builds a mapping of member name to field/property - - - - - - Represents a single immutable token in an input sequence - - - - - The type of the token - - - - - The name of the token - - - - - The value of the token - - - - - Ctor - - - - - - Ctor - - - - - - - Ctor - - - - - - - Ctor - - - - - - - Returns a string that represents the current token. - - - - - - Gets the value of the token as a string - - - - - - Converts a value to a string giving opportunity for IConvertible, IFormattable - - - - - - - Converts token to a token of a different type - - - token with same values and different type - - - - Type Coercion Utility - - - - - Ctor - - - - - - - Ctor - - - - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Instantiates a new instance of objectType. - - - objectType instance - - - - Helper method to set value of a member. - - - - - - - - - - Coerces the object value to Type - - - - - - - - Coerces the object value to Type of - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Populates the properties of an object with the dictionary values. - - - - - - - - Coerces an sequence of items into an array of Type elementType - - - - - - - - Finds a suitable concrete class for common collection interface types - - - - - - - Allows specific IDictionary<string, TVal> to deserialize as TVal - - IDictionary<string, TVal> Type - TVal Type - - - - Returns a common type which can hold previous values and the new value - - - - - - - - Determines if type can be assigned a null value. - - - - - - - Gets the attribute T for the given value. - - - Attribute Type - true if defined - - - - Gets the attribute of Type for the given value. - - - true if defined - - - - Gets the attribute T for the given value. - - - Attribute Type - requested attribute or not if not defined - - - - Gets the attribute of Type for the given value. - - - requested attribute or not if not defined - - - - Character Utility - - - These are either simpler definitions of character classes (e.g. letter is [a-zA-Z]), - or they implement platform-agnositic checks (read: "Silverlight workarounds"). - - - - - Checks if string is null, empty or entirely made up of whitespace - - - - - Essentially the same as String.IsNullOrWhiteSpace from .NET 4.0 - with a simplfied view of whitespace. - - - - - Checks if character is line ending, tab or space - - - - - - - - - - - - - - Checks if character matches [A-Za-z] - - - - - - - Checks if character matches [0-9] - - - - - - - Checks if character matches [0-9A-Fa-f] - - - - - - - Gets a 4-bit number as a hex digit - - 0-15 - - - - - Formats a number as a hex digit - - - - - - - Converts the value of a UTF-16 encoded character or surrogate pair at a specified - position in a string into a Unicode code point. - - - - - - - - Converts the specified Unicode code point into a UTF-16 encoded string. - - - - - - - XML serializer - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets a tokenizer for XML - - - - - - Gets the supported content type for the serialized data - - - - - Transforms markup tokens into Common Model tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - - Ctor - - - - - Ctor - - - - - - Gets a token sequence from the string - - - - - - - Gets a token sequence from the TextReader - - - - - - - Gets a token sequence from the XmlReader - - - - - - - Gets the total number of characters read from the input - - - - - Gets the total number of lines read from the input - - - - - Gets the current position within the input - - - - - XML serializer - - - - - Ctor - - - - - Ctor - - - - - - Ctor - - - - - - - Gets the formatter for XML - - - - - - - Gets the supported content type for the serialized data - - - - - Gets the supported file extension for the serialized data - - - - - Transforms Common Model tokens into markup tokens using an XML-data model - - - - - Ctor - - - - - - Consumes a sequence of tokens and produces a token sequence of a different type - - - - - Formats the token sequence to the output - - - - - - - Outputs XML text from an input stream of tokens - - - - - Ctor - - - - - - Formats the token sequence as a string - - - - - - Formats the token sequence to the writer - - - - - - - Formats the token sequence to the writer - - - - - - - Wraps an XmlWriter as a TextWriter - - - - - Ctor - - - - - - Gets the underlying XmlWriter - - - - - Controls name resolution for IDataReader / IDataWriter using attributes and conventions similar to XmlSerializer semantics - - - http://msdn.microsoft.com/en-us/library/83y7df3e.aspx - - - - - Gets a value indicating if the property is to be serialized. - - - - - default implementation is must be read/write properties, or immutable - - - - Gets a value indicating if the field is to be serialized. - - - - default implementation is must be public, non-readonly field - - - - Gets a delegate which determines if the property or field should not be serialized based upon its value. - - - if has a value equivalent to the DefaultValueAttribute or has a property named XXXSpecified which determines visibility - - This is useful when default values need not be serialized. - Under these situations XmlSerializer ignores properties based upon value: - - DefaultValue: http://msdn.microsoft.com/en-us/library/system.componentmodel.defaultvalueattribute.aspx - - Specified Properies: http://msdn.microsoft.com/en-us/library/bb402199.aspx - - ShouldSerialize Methods: http://msdn.microsoft.com/en-us/library/53b8022e.aspx - - - - - Gets the serialized name for the member. - - - - - - - Sorts members to ensure proper document order where attributes precede all child elements. - - - - - Performs the first stage of XML Canonicalization document order http://www.w3.org/TR/xml-c14n#DocumentOrder - "An element's namespace and attribute nodes have a document order position greater than the element but less than any child node of the element." - - - - - Generates delegates for getting/setting properties and field and invoking constructors - - - - - Creates a field getter delegate for the specified property or field - - PropertyInfo or FieldInfo - GetterDelegate for property or field, null otherwise - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified property or field - - PropertyInfo or FieldInfo - SetterDelegate for property or field, null otherwise - - - - Creates a property getter delegate for the specified property - - - GetterDelegate if property CanRead, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a property setter delegate for the specified property - - - GetterDelegate if property CanWrite, otherwise null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field getter delegate for the specified field - - - GetterDelegate which returns field unless is enum in which will return enum value - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a field setter delegate for the specified field - - - SetterDelegate unless field IsInitOnly then returns null - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a proxy delegate accepting a target instance and corresponding arguments - - method to proxy - ProxyDelegate or null if cannot be invoked - - Note: use with caution this method will expose private and protected methods without safety checks. - - - - - Creates a default constructor delegate - - type to be created - FactoryDelegate or null if default constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - - Creates a constructor delegate accepting specified arguments - - type to be created - constructor arguments type list - FactoryDelegate or null if constructor not found - - Note: use with caution this method will expose private and protected constructors without safety checks. - - - - diff --git a/packages/NUnit.2.5.10.11092/Logo.ico b/packages/NUnit.2.5.10.11092/Logo.ico deleted file mode 100644 index 13c4ff9d..00000000 Binary files a/packages/NUnit.2.5.10.11092/Logo.ico and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/NUnit.2.5.10.11092.nupkg b/packages/NUnit.2.5.10.11092/NUnit.2.5.10.11092.nupkg deleted file mode 100644 index 7e9a7773..00000000 Binary files a/packages/NUnit.2.5.10.11092/NUnit.2.5.10.11092.nupkg and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/NUnitFitTests.html b/packages/NUnit.2.5.10.11092/NUnitFitTests.html deleted file mode 100644 index ca5cd4ff..00000000 --- a/packages/NUnit.2.5.10.11092/NUnitFitTests.html +++ /dev/null @@ -1,277 +0,0 @@ - - - -

NUnit Acceptance Tests

-

- Developers love self-referential programs! Hence, NUnit has always run all it's - own tests, even those that are not really unit tests. -

Now, beginning with NUnit 2.4, NUnit has top-level tests using Ward Cunningham's - FIT framework. At this time, the tests are pretty rudimentary, but it's a start - and it's a framework for doing more. -

Running the Tests

-

Open a console or shell window and navigate to the NUnit bin directory, which - contains this file. To run the test under Microsoft .Net, enter the command -

    runFile NUnitFitTests.html TestResults.html .
- To run it under Mono, enter -
    mono runFile.exe NUnitFitTests.html TestResults.html .
- Note the space and dot at the end of each command. The results of your test - will be in TestResults.html in the same directory. -

Platform and CLR Version

- - - - -
NUnit.Fixtures.PlatformInfo
-

Verify Unit Tests

-

- Load and run the NUnit unit tests, verifying that the results are as expected. - When these tests are run on different platforms, different numbers of tests may - be skipped, so the values for Skipped and Run tests are informational only. -

- The number of tests in each assembly should be constant across all platforms - - any discrepancy usually means that one of the test source files was not - compiled on the platform. There should be no failures and no tests ignored. -

Note: - At the moment, the nunit.extensions.tests assembly is failing because the - fixture doesn't initialize addins in the test domain. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NUnit.Fixtures.AssemblyRunner
AssemblyTests()Run()Skipped()Ignored()Failures()
nunit.framework.tests.dll397  00
nunit.core.tests.dll355  00
nunit.util.tests.dll238  00
nunit.mocks.tests.dll43  00
nunit.extensions.tests.dll5  00
nunit-console.tests.dll40  00
nunit.uikit.tests.dll34  00
nunit-gui.tests.dll15  00
nunit.fixtures.tests.dll6  00
-

Code Snippet Tests

-

- These tests create a test assembly from a snippet of code and then load and run - the tests that it contains, verifying that the structure of the loaded tests is - as expected and that the number of tests run, skipped, ignored or failed is - correct. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NUnit.Fixtures.SnippetRunner
CodeTree()Run()Skipped()Ignored()Failures()
public class TestClass
-{
-}
-
EMPTY0000
using NUnit.Framework;
-
-[TestFixture]
-public class TestClass
-{
-}
-
TestClass0000
using NUnit.Framework;
-
-[TestFixture]
-public class TestClass
-{
-    [Test]
-    public void T1() { }
-    [Test]
-    public void T2() { }
-    [Test]
-    public void T3() { }
-}
-
TestClass
->T1
->T2
->T3
-
3000
using NUnit.Framework;
-
-[TestFixture]
-public class TestClass1
-{
-    [Test]
-    public void T1() { }
-}
-
-[TestFixture]
-public class TestClass2
-{
-    [Test]
-    public void T2() { }
-    [Test]
-    public void T3() { }
-}
-
TestClass1
->T1
-TestClass2
->T2
->T3
-
3000
using NUnit.Framework;
-
-[TestFixture]
-public class TestClass
-{
-    [Test]
-    public void T1() { }
-    [Test, Ignore]
-    public void T2() { }
-    [Test]
-    public void T3() { }
-}
-
TestClass
->T1
->T2
->T3
-
2010
using NUnit.Framework;
-
-[TestFixture]
-public class TestClass
-{
-    [Test]
-    public void T1() { }
-    [Test, Explicit]
-    public void T2() { }
-    [Test]
-    public void T3() { }
-}
-
TestClass
->T1
->T2
->T3
-
2100
-

Summary Information

- - - - -
fit.Summary
- - diff --git a/packages/NUnit.2.5.10.11092/fit-license.txt b/packages/NUnit.2.5.10.11092/fit-license.txt deleted file mode 100644 index af375329..00000000 --- a/packages/NUnit.2.5.10.11092/fit-license.txt +++ /dev/null @@ -1,342 +0,0 @@ - - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/lib/nunit.framework.dll b/packages/NUnit.2.5.10.11092/lib/nunit.framework.dll deleted file mode 100644 index 6856e51e..00000000 Binary files a/packages/NUnit.2.5.10.11092/lib/nunit.framework.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/lib/nunit.framework.xml b/packages/NUnit.2.5.10.11092/lib/nunit.framework.xml deleted file mode 100644 index a56c62f5..00000000 --- a/packages/NUnit.2.5.10.11092/lib/nunit.framework.xml +++ /dev/null @@ -1,10407 +0,0 @@ - - - - nunit.framework - - - - - Attribute used to apply a category to a test - - - - - The name of the category - - - - - Construct attribute for a given category based on - a name. The name may not contain the characters ',', - '+', '-' or '!'. However, this is not checked in the - constructor since it would cause an error to arise at - as the test was loaded without giving a clear indication - of where the problem is located. The error is handled - in NUnitFramework.cs by marking the test as not - runnable. - - The name of the category - - - - Protected constructor uses the Type name as the name - of the category. - - - - - The name of the category - - - - - Used to mark a field for use as a datapoint when executing a theory - within the same fixture that requires an argument of the field's Type. - - - - - Used to mark an array as containing a set of datapoints to be used - executing a theory within the same fixture that requires an argument - of the Type of the array elements. - - - - - Attribute used to provide descriptive text about a - test case or fixture. - - - - - Construct the attribute - - Text describing the test - - - - Gets the test description - - - - - Enumeration indicating how the expected message parameter is to be used - - - - Expect an exact match - - - Expect a message containing the parameter string - - - Match the regular expression provided as a parameter - - - Expect a message that starts with the parameter string - - - - ExpectedExceptionAttribute - - - - - - Constructor for a non-specific exception - - - - - Constructor for a given type of exception - - The type of the expected exception - - - - Constructor for a given exception name - - The full name of the expected exception - - - - Gets or sets the expected exception type - - - - - Gets or sets the full Type name of the expected exception - - - - - Gets or sets the expected message text - - - - - Gets or sets the user message displayed in case of failure - - - - - Gets or sets the type of match to be performed on the expected message - - - - - Gets the name of a method to be used as an exception handler - - - - - ExplicitAttribute marks a test or test fixture so that it will - only be run if explicitly executed from the gui or command line - or if it is included by use of a filter. The test will not be - run simply because an enclosing suite is run. - - - - - Default constructor - - - - - Constructor with a reason - - The reason test is marked explicit - - - - The reason test is marked explicit - - - - - Attribute used to mark a test that is to be ignored. - Ignored tests result in a warning message when the - tests are run. - - - - - Constructs the attribute without giving a reason - for ignoring the test. - - - - - Constructs the attribute giving a reason for ignoring the test - - The reason for ignoring the test - - - - The reason for ignoring a test - - - - - Abstract base for Attributes that are used to include tests - in the test run based on environmental settings. - - - - - Constructor with no included items specified, for use - with named property syntax. - - - - - Constructor taking one or more included items - - Comma-delimited list of included items - - - - Name of the item that is needed in order for - a test to run. Multiple itemss may be given, - separated by a comma. - - - - - Name of the item to be excluded. Multiple items - may be given, separated by a comma. - - - - - The reason for including or excluding the test - - - - - PlatformAttribute is used to mark a test fixture or an - individual method as applying to a particular platform only. - - - - - Constructor with no platforms specified, for use - with named property syntax. - - - - - Constructor taking one or more platforms - - Comma-deliminted list of platforms - - - - CultureAttribute is used to mark a test fixture or an - individual method as applying to a particular Culture only. - - - - - Constructor with no cultures specified, for use - with named property syntax. - - - - - Constructor taking one or more cultures - - Comma-deliminted list of cultures - - - - Marks a test to use a combinatorial join of any argument data - provided. NUnit will create a test case for every combination of - the arguments provided. This can result in a large number of test - cases and so should be used judiciously. This is the default join - type, so the attribute need not be used except as documentation. - - - - - PropertyAttribute is used to attach information to a test as a name/value pair.. - - - - - Construct a PropertyAttribute with a name and string value - - The name of the property - The property value - - - - Construct a PropertyAttribute with a name and int value - - The name of the property - The property value - - - - Construct a PropertyAttribute with a name and double value - - The name of the property - The property value - - - - Constructor for derived classes that set the - property dictionary directly. - - - - - Constructor for use by derived classes that use the - name of the type as the property name. Derived classes - must ensure that the Type of the property value is - a standard type supported by the BCL. Any custom - types will cause a serialization Exception when - in the client. - - - - - Gets the property dictionary for this attribute - - - - - Default constructor - - - - - Marks a test to use pairwise join of any argument data provided. - NUnit will attempt too excercise every pair of argument values at - least once, using as small a number of test cases as it can. With - only two arguments, this is the same as a combinatorial join. - - - - - Default constructor - - - - - Marks a test to use a sequential join of any argument data - provided. NUnit will use arguements for each parameter in - sequence, generating test cases up to the largest number - of argument values provided and using null for any arguments - for which it runs out of values. Normally, this should be - used with the same number of arguments for each parameter. - - - - - Default constructor - - - - - Summary description for MaxTimeAttribute. - - - - - Construct a MaxTimeAttribute, given a time in milliseconds. - - The maximum elapsed time in milliseconds - - - - RandomAttribute is used to supply a set of random values - to a single parameter of a parameterized test. - - - - - ValuesAttribute is used to provide literal arguments for - an individual parameter of a test. - - - - - Abstract base class for attributes that apply to parameters - and supply data for the parameter. - - - - - Gets the data to be provided to the specified parameter - - - - - The collection of data to be returned. Must - be set by any derived attribute classes. - We use an object[] so that the individual - elements may have their type changed in GetData - if necessary. - - - - - Construct with one argument - - - - - - Construct with two arguments - - - - - - - Construct with three arguments - - - - - - - - Construct with an array of arguments - - - - - - Get the collection of values to be used as arguments - - - - - Construct a set of doubles from 0.0 to 1.0, - specifying only the count. - - - - - - Construct a set of doubles from min to max - - - - - - - - Construct a set of ints from min to max - - - - - - - - Get the collection of values to be used as arguments - - - - - RangeAttribute is used to supply a range of values to an - individual parameter of a parameterized test. - - - - - Construct a range of ints using default step of 1 - - - - - - - Construct a range of ints specifying the step size - - - - - - - - Construct a range of longs - - - - - - - - Construct a range of doubles - - - - - - - - Construct a range of floats - - - - - - - - RepeatAttribute may be applied to test case in order - to run it multiple times. - - - - - Construct a RepeatAttribute - - The number of times to run the test - - - - RequiredAddinAttribute may be used to indicate the names of any addins - that must be present in order to run some or all of the tests in an - assembly. If the addin is not loaded, the entire assembly is marked - as NotRunnable. - - - - - Initializes a new instance of the class. - - The required addin. - - - - Gets the name of required addin. - - The required addin name. - - - - Summary description for SetCultureAttribute. - - - - - Construct given the name of a culture - - - - - - Summary description for SetUICultureAttribute. - - - - - Construct given the name of a culture - - - - - - Attribute used to mark a class that contains one-time SetUp - and/or TearDown methods that apply to all the tests in a - namespace or an assembly. - - - - - SetUpFixtureAttribute is used to identify a SetUpFixture - - - - - Attribute used to mark a static (shared in VB) property - that returns a list of tests. - - - - - Attribute used to identify a method that is called - immediately after each test is run. The method is - guaranteed to be called, even if an exception is thrown. - - - - - Adding this attribute to a method within a - class makes the method callable from the NUnit test runner. There is a property - called Description which is optional which you can provide a more detailed test - description. This class cannot be inherited. - - - - [TestFixture] - public class Fixture - { - [Test] - public void MethodToTest() - {} - - [Test(Description = "more detailed description")] - publc void TestDescriptionMethod() - {} - } - - - - - - Descriptive text for this test - - - - - TestCaseAttribute is used to mark parameterized test cases - and provide them with their arguments. - - - - - The ITestCaseData interface is implemented by a class - that is able to return complete testcases for use by - a parameterized test method. - - NOTE: This interface is used in both the framework - and the core, even though that results in two different - types. However, sharing the source code guarantees that - the various implementations will be compatible and that - the core is able to reflect successfully over the - framework implementations of ITestCaseData. - - - - - Gets the argument list to be provided to the test - - - - - Gets the expected result - - - - - Gets the expected exception Type - - - - - Gets the FullName of the expected exception - - - - - Gets the name to be used for the test - - - - - Gets the description of the test - - - - - Gets a value indicating whether this is ignored. - - true if ignored; otherwise, false. - - - - Gets the ignore reason. - - The ignore reason. - - - - Construct a TestCaseAttribute with a list of arguments. - This constructor is not CLS-Compliant - - - - - - Construct a TestCaseAttribute with a single argument - - - - - - Construct a TestCaseAttribute with a two arguments - - - - - - - Construct a TestCaseAttribute with a three arguments - - - - - - - - Gets the list of arguments to a test case - - - - - Gets or sets the expected result. - - The result. - - - - Gets a list of categories associated with this test; - - - - - Gets or sets the category associated with this test. - May be a single category or a comma-separated list. - - - - - Gets or sets the expected exception. - - The expected exception. - - - - Gets or sets the name the expected exception. - - The expected name of the exception. - - - - Gets or sets the expected message of the expected exception - - The expected message of the exception. - - - - Gets or sets the type of match to be performed on the expected message - - - - - Gets or sets the description. - - The description. - - - - Gets or sets the name of the test. - - The name of the test. - - - - Gets or sets the ignored status of the test - - - - - Gets or sets the ignored status of the test - - - - - Gets the ignore reason. - - The ignore reason. - - - - FactoryAttribute indicates the source to be used to - provide test cases for a test method. - - - - - Construct with the name of the factory - for use with languages - that don't support params arrays. - - An array of the names of the factories that will provide data - - - - Construct with a Type and name - for use with languages - that don't support params arrays. - - The Type that will provide data - The name of the method, property or field that will provide data - - - - The name of a the method, property or fiend to be used as a source - - - - - A Type to be used as a source - - - - - [TestFixture] - public class ExampleClass - {} - - - - - Default constructor - - - - - Construct with a object[] representing a set of arguments. - In .NET 2.0, the arguments may later be separated into - type arguments and constructor arguments. - - - - - - Descriptive text for this fixture - - - - - Gets and sets the category for this fixture. - May be a comma-separated list of categories. - - - - - Gets a list of categories for this fixture - - - - - The arguments originally provided to the attribute - - - - - Gets or sets a value indicating whether this should be ignored. - - true if ignore; otherwise, false. - - - - Gets or sets the ignore reason. May set Ignored as a side effect. - - The ignore reason. - - - - Get or set the type arguments. If not set - explicitly, any leading arguments that are - Types are taken as type arguments. - - - - - Attribute used to identify a method that is - called before any tests in a fixture are run. - - - - - Attribute used to identify a method that is called after - all the tests in a fixture have run. The method is - guaranteed to be called, even if an exception is thrown. - - - - - Adding this attribute to a method within a - class makes the method callable from the NUnit test runner. There is a property - called Description which is optional which you can provide a more detailed test - description. This class cannot be inherited. - - - - [TestFixture] - public class Fixture - { - [Test] - public void MethodToTest() - {} - - [Test(Description = "more detailed description")] - publc void TestDescriptionMethod() - {} - } - - - - - - WUsed on a method, marks the test with a timeout value in milliseconds. - The test will be run in a separate thread and is cancelled if the timeout - is exceeded. Used on a method or assembly, sets the default timeout - for all contained test methods. - - - - - Construct a TimeoutAttribute given a time in milliseconds - - The timeout value in milliseconds - - - - Marks a test that must run in the STA, causing it - to run in a separate thread if necessary. - - On methods, you may also use STAThreadAttribute - to serve the same purpose. - - - - - Construct a RequiresSTAAttribute - - - - - Marks a test that must run in the MTA, causing it - to run in a separate thread if necessary. - - On methods, you may also use MTAThreadAttribute - to serve the same purpose. - - - - - Construct a RequiresMTAAttribute - - - - - Marks a test that must run on a separate thread. - - - - - Construct a RequiresThreadAttribute - - - - - Construct a RequiresThreadAttribute, specifying the apartment - - - - - ValueSourceAttribute indicates the source to be used to - provide data for one parameter of a test method. - - - - - Construct with the name of the factory - for use with languages - that don't support params arrays. - - The name of the data source to be used - - - - Construct with a Type and name - for use with languages - that don't support params arrays. - - The Type that will provide data - The name of the method, property or field that will provide data - - - - The name of a the method, property or fiend to be used as a source - - - - - A Type to be used as a source - - - - - AttributeExistsConstraint tests for the presence of a - specified attribute on a Type. - - - - - The Constraint class is the base of all built-in constraints - within NUnit. It provides the operator overloads used to combine - constraints. - - - - - The IConstraintExpression interface is implemented by all - complete and resolvable constraints and expressions. - - - - - Return the top-level constraint for this expression - - - - - - Static UnsetObject used to detect derived constraints - failing to set the actual value. - - - - - The actual value being tested against a constraint - - - - - The display name of this Constraint for use by ToString() - - - - - Argument fields used by ToString(); - - - - - The builder holding this constraint - - - - - Construct a constraint with no arguments - - - - - Construct a constraint with one argument - - - - - Construct a constraint with two arguments - - - - - Sets the ConstraintBuilder holding this constraint - - - - - Write the failure message to the MessageWriter provided - as an argument. The default implementation simply passes - the constraint and the actual value to the writer, which - then displays the constraint description and the value. - - Constraints that need to provide additional details, - such as where the error occured can override this. - - The MessageWriter on which to display the message - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Test whether the constraint is satisfied by an - ActualValueDelegate that returns the value to be tested. - The default implementation simply evaluates the delegate - but derived classes may override it to provide for delayed - processing. - - An ActualValueDelegate - True for success, false for failure - - - - Test whether the constraint is satisfied by a given reference. - The default implementation simply dereferences the value but - derived classes may override it to provide for delayed processing. - - A reference to the value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Default override of ToString returns the constraint DisplayName - followed by any arguments within angle brackets. - - - - - - Returns the string representation of this constraint - - - - - This operator creates a constraint that is satisfied only if both - argument constraints are satisfied. - - - - - This operator creates a constraint that is satisfied if either - of the argument constraints is satisfied. - - - - - This operator creates a constraint that is satisfied if the - argument constraint is not satisfied. - - - - - Returns a DelayedConstraint with the specified delay time. - - The delay in milliseconds. - - - - - Returns a DelayedConstraint with the specified delay time - and polling interval. - - The delay in milliseconds. - The interval at which to test the constraint. - - - - - The display name of this Constraint for use by ToString(). - The default value is the name of the constraint with - trailing "Constraint" removed. Derived classes may set - this to another name in their constructors. - - - - - Returns a ConstraintExpression by appending And - to the current constraint. - - - - - Returns a ConstraintExpression by appending And - to the current constraint. - - - - - Returns a ConstraintExpression by appending Or - to the current constraint. - - - - - Class used to detect any derived constraints - that fail to set the actual value in their - Matches override. - - - - - Constructs an AttributeExistsConstraint for a specific attribute Type - - - - - - Tests whether the object provides the expected attribute. - - A Type, MethodInfo, or other ICustomAttributeProvider - True if the expected attribute is present, otherwise false - - - - Writes the description of the constraint to the specified writer - - - - - AttributeConstraint tests that a specified attribute is present - on a Type or other provider and that the value of the attribute - satisfies some other constraint. - - - - - Abstract base class used for prefixes - - - - - The base constraint - - - - - Construct given a base constraint - - - - - - Constructs an AttributeConstraint for a specified attriute - Type and base constraint. - - - - - - - Determines whether the Type or other provider has the - expected attribute and if its value matches the - additional constraint specified. - - - - - Writes a description of the attribute to the specified writer. - - - - - Writes the actual value supplied to the specified writer. - - - - - Returns a string representation of the constraint. - - - - - BasicConstraint is the abstract base for constraints that - perform a simple comparison to a constant value. - - - - - Initializes a new instance of the class. - - The expected. - The description. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - NullConstraint tests that the actual value is null - - - - - Initializes a new instance of the class. - - - - - TrueConstraint tests that the actual value is true - - - - - Initializes a new instance of the class. - - - - - FalseConstraint tests that the actual value is false - - - - - Initializes a new instance of the class. - - - - - NaNConstraint tests that the actual value is a double or float NaN - - - - - Test that the actual value is an NaN - - - - - - - Write the constraint description to a specified writer - - - - - - BinaryConstraint is the abstract base of all constraints - that combine two other constraints in some fashion. - - - - - The first constraint being combined - - - - - The second constraint being combined - - - - - Construct a BinaryConstraint from two other constraints - - The first constraint - The second constraint - - - - AndConstraint succeeds only if both members succeed. - - - - - Create an AndConstraint from two other constraints - - The first constraint - The second constraint - - - - Apply both member constraints to an actual value, succeeding - succeeding only if both of them succeed. - - The actual value - True if the constraints both succeeded - - - - Write a description for this contraint to a MessageWriter - - The MessageWriter to receive the description - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - OrConstraint succeeds if either member succeeds - - - - - Create an OrConstraint from two other constraints - - The first constraint - The second constraint - - - - Apply the member constraints to an actual value, succeeding - succeeding as soon as one of them succeeds. - - The actual value - True if either constraint succeeded - - - - Write a description for this contraint to a MessageWriter - - The MessageWriter to receive the description - - - - CollectionConstraint is the abstract base class for - constraints that operate on collections. - - - - - Construct an empty CollectionConstraint - - - - - Construct a CollectionConstraint - - - - - - Determines whether the specified enumerable is empty. - - The enumerable. - - true if the specified enumerable is empty; otherwise, false. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Protected method to be implemented by derived classes - - - - - - - CollectionItemsEqualConstraint is the abstract base class for all - collection constraints that apply some notion of item equality - as a part of their operation. - - - - - Construct an empty CollectionConstraint - - - - - Construct a CollectionConstraint - - - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied Comparison object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Compares two collection members for equality - - - - - Return a new CollectionTally for use in making tests - - The collection to be included in the tally - - - - Flag the constraint to ignore case and return self. - - - - - EmptyCollectionConstraint tests whether a collection is empty. - - - - - Check that the collection is empty - - - - - - - Write the constraint description to a MessageWriter - - - - - - UniqueItemsConstraint tests whether all the items in a - collection are unique. - - - - - Check that all items are unique. - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - CollectionContainsConstraint is used to test whether a collection - contains an expected object as a member. - - - - - Construct a CollectionContainsConstraint - - - - - - Test whether the expected item is contained in the collection - - - - - - - Write a descripton of the constraint to a MessageWriter - - - - - - CollectionEquivalentCOnstraint is used to determine whether two - collections are equivalent. - - - - - Construct a CollectionEquivalentConstraint - - - - - - Test whether two collections are equivalent - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - CollectionSubsetConstraint is used to determine whether - one collection is a subset of another - - - - - Construct a CollectionSubsetConstraint - - The collection that the actual value is expected to be a subset of - - - - Test whether the actual collection is a subset of - the expected collection provided. - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - CollectionOrderedConstraint is used to test whether a collection is ordered. - - - - - Construct a CollectionOrderedConstraint - - - - - Modifies the constraint to use an IComparer and returns self. - - - - - Modifies the constraint to use an IComparer<T> and returns self. - - - - - Modifies the constraint to use a Comparison<T> and returns self. - - - - - Modifies the constraint to test ordering by the value of - a specified property and returns self. - - - - - Test whether the collection is ordered - - - - - - - Write a description of the constraint to a MessageWriter - - - - - - Returns the string representation of the constraint. - - - - - - If used performs a reverse comparison - - - - - CollectionTally counts (tallies) the number of - occurences of each object in one or more enumerations. - - - - - Construct a CollectionTally object from a comparer and a collection - - - - - Try to remove an object from the tally - - The object to remove - True if successful, false if the object was not found - - - - Try to remove a set of objects from the tally - - The objects to remove - True if successful, false if any object was not found - - - - The number of objects remaining in the tally - - - - - ComparisonAdapter class centralizes all comparisons of - values in NUnit, adapting to the use of any provided - IComparer, IComparer<T> or Comparison<T> - - - - - Returns a ComparisonAdapter that wraps an IComparer - - - - - Returns a ComparisonAdapter that wraps an IComparer<T> - - - - - Returns a ComparisonAdapter that wraps a Comparison<T> - - - - - Compares two objects - - - - - Gets the default ComparisonAdapter, which wraps an - NUnitComparer object. - - - - - Construct a ComparisonAdapter for an IComparer - - - - - Compares two objects - - - - - - - - Construct a default ComparisonAdapter - - - - - ComparisonAdapter<T> extends ComparisonAdapter and - allows use of an IComparer<T> or Comparison<T> - to actually perform the comparison. - - - - - Construct a ComparisonAdapter for an IComparer<T> - - - - - Compare a Type T to an object - - - - - Construct a ComparisonAdapter for a Comparison<T> - - - - - Compare a Type T to an object - - - - - Abstract base class for constraints that compare values to - determine if one is greater than, equal to or less than - the other. - - - - - The value against which a comparison is to be made - - - - - If true, less than returns success - - - - - if true, equal returns success - - - - - if true, greater than returns success - - - - - The predicate used as a part of the description - - - - - ComparisonAdapter to be used in making the comparison - - - - - Initializes a new instance of the class. - - The value against which to make a comparison. - if set to true less succeeds. - if set to true equal succeeds. - if set to true greater succeeds. - String used in describing the constraint. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Modifies the constraint to use an IComparer and returns self - - - - - Modifies the constraint to use an IComparer<T> and returns self - - - - - Modifies the constraint to use a Comparison<T> and returns self - - - - - Tests whether a value is greater than the value supplied to its constructor - - - - - Initializes a new instance of the class. - - The expected value. - - - - Tests whether a value is greater than or equal to the value supplied to its constructor - - - - - Initializes a new instance of the class. - - The expected value. - - - - Tests whether a value is less than the value supplied to its constructor - - - - - Initializes a new instance of the class. - - The expected value. - - - - Tests whether a value is less than or equal to the value supplied to its constructor - - - - - Initializes a new instance of the class. - - The expected value. - - - - Delegate used to delay evaluation of the actual value - to be used in evaluating a constraint - - - - - ConstraintBuilder maintains the stacks that are used in - processing a ConstraintExpression. An OperatorStack - is used to hold operators that are waiting for their - operands to be reognized. a ConstraintStack holds - input constraints as well as the results of each - operator applied. - - - - - Initializes a new instance of the class. - - - - - Appends the specified operator to the expression by first - reducing the operator stack and then pushing the new - operator on the stack. - - The operator to push. - - - - Appends the specified constraint to the expresson by pushing - it on the constraint stack. - - The constraint to push. - - - - Sets the top operator right context. - - The right context. - - - - Reduces the operator stack until the topmost item - precedence is greater than or equal to the target precedence. - - The target precedence. - - - - Resolves this instance, returning a Constraint. If the builder - is not currently in a resolvable state, an exception is thrown. - - The resolved constraint - - - - Gets a value indicating whether this instance is resolvable. - - - true if this instance is resolvable; otherwise, false. - - - - - OperatorStack is a type-safe stack for holding ConstraintOperators - - - - - Initializes a new instance of the class. - - The builder. - - - - Pushes the specified operator onto the stack. - - The op. - - - - Pops the topmost operator from the stack. - - - - - - Gets a value indicating whether this is empty. - - true if empty; otherwise, false. - - - - Gets the topmost operator without modifying the stack. - - The top. - - - - ConstraintStack is a type-safe stack for holding Constraints - - - - - Initializes a new instance of the class. - - The builder. - - - - Pushes the specified constraint. As a side effect, - the constraint's builder field is set to the - ConstraintBuilder owning this stack. - - The constraint. - - - - Pops this topmost constrait from the stack. - As a side effect, the constraint's builder - field is set to null. - - - - - - Gets a value indicating whether this is empty. - - true if empty; otherwise, false. - - - - Gets the topmost constraint without modifying the stack. - - The topmost constraint - - - - ConstraintExpression represents a compound constraint in the - process of being constructed from a series of syntactic elements. - - Individual elements are appended to the expression as they are - reognized. Once an actual Constraint is appended, the expression - returns a resolvable Constraint. - - - - - ConstraintExpressionBase is the abstract base class for the - generated ConstraintExpression class, which represents a - compound constraint in the process of being constructed - from a series of syntactic elements. - - NOTE: ConstraintExpressionBase is aware of some of its - derived classes, which is an apparent violation of - encapsulation. Ideally, these classes would be a - single class, but they must be separated in order to - allow parts to be generated under .NET 1.x and to - provide proper user feedback in syntactically - aware IDEs. - - - - - The ConstraintBuilder holding the elements recognized so far - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the - class passing in a ConstraintBuilder, which may be pre-populated. - - The builder. - - - - Returns a string representation of the expression as it - currently stands. This should only be used for testing, - since it has the side-effect of resolving the expression. - - - - - - Appends an operator to the expression and returns the - resulting expression itself. - - - - - Appends a self-resolving operator to the expression and - returns a new ResolvableConstraintExpression. - - - - - Appends a constraint to the expression and returns that - constraint, which is associated with the current state - of the expression being built. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the - class passing in a ConstraintBuilder, which may be pre-populated. - - The builder. - - - - Returns a new PropertyConstraintExpression, which will either - test for the existence of the named property on the object - being tested or apply any following constraint to that property. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns the constraint provided as an argument - used to allow custom - custom constraints to easily participate in the syntax. - - - - - Returns the constraint provided as an argument - used to allow custom - custom constraints to easily participate in the syntax. - - - - - Returns a constraint that tests two items for equality - - - - - Returns a constraint that tests that two references are the same object - - - - - Returns a constraint that tests whether the - actual value is greater than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a collection containing the same elements as the - collection supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a subset of the collection supplied as an argument. - - - - - Returns a new CollectionContainsConstraint checking for the - presence of a particular object in the collection. - - - - - Returns a new CollectionContainsConstraint checking for the - presence of a particular object in the collection. - - - - - Returns a new ContainsConstraint. This constraint - will, in turn, make use of the appropriate second-level - constraint, depending on the type of the actual argument. - This overload is only used if the item sought is a string, - since any other type implies that we are looking for a - collection member. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that tests whether the path provided - is the same as an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the actual value falls - within a specified range. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them succeed. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if at least one of them succeeds. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them fail. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Length property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Count property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Message property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the InnerException property of the object being tested. - - - - - With is currently a NOP - reserved for future use. - - - - - Returns a constraint that tests for null - - - - - Returns a constraint that tests for True - - - - - Returns a constraint that tests for False - - - - - Returns a constraint that tests for NaN - - - - - Returns a constraint that tests for empty - - - - - Returns a constraint that tests whether a collection - contains all unique items. - - - - - Returns a constraint that tests whether an object graph is serializable in binary format. - - - - - Returns a constraint that tests whether an object graph is serializable in xml format. - - - - - Returns a constraint that tests whether a collection is ordered - - - - - Helper class with properties and methods that supply - a number of constraints used in Asserts. - - - - - Returns a new PropertyConstraintExpression, which will either - test for the existence of the named property on the object - being tested or apply any following constraint to that property. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns a constraint that tests two items for equality - - - - - Returns a constraint that tests that two references are the same object - - - - - Returns a constraint that tests whether the - actual value is greater than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a collection containing the same elements as the - collection supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a subset of the collection supplied as an argument. - - - - - Returns a new CollectionContainsConstraint checking for the - presence of a particular object in the collection. - - - - - Returns a new CollectionContainsConstraint checking for the - presence of a particular object in the collection. - - - - - Returns a new ContainsConstraint. This constraint - will, in turn, make use of the appropriate second-level - constraint, depending on the type of the actual argument. - This overload is only used if the item sought is a string, - since any other type implies that we are looking for a - collection member. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that fails if the actual - value matches the pattern supplied as an argument. - - - - - Returns a constraint that tests whether the path provided - is the same as an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the actual value falls - within a specified range. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them succeed. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if at least one of them succeeds. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them fail. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Length property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Count property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Message property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the InnerException property of the object being tested. - - - - - Returns a constraint that tests for null - - - - - Returns a constraint that tests for True - - - - - Returns a constraint that tests for False - - - - - Returns a constraint that tests for NaN - - - - - Returns a constraint that tests for empty - - - - - Returns a constraint that tests whether a collection - contains all unique items. - - - - - Returns a constraint that tests whether an object graph is serializable in binary format. - - - - - Returns a constraint that tests whether an object graph is serializable in xml format. - - - - - Returns a constraint that tests whether a collection is ordered - - - - - The ConstraintOperator class is used internally by a - ConstraintBuilder to represent an operator that - modifies or combines constraints. - - Constraint operators use left and right precedence - values to determine whether the top operator on the - stack should be reduced before pushing a new operator. - - - - - The precedence value used when the operator - is about to be pushed to the stack. - - - - - The precedence value used when the operator - is on the top of the stack. - - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - - The syntax element preceding this operator - - - - - The syntax element folowing this operator - - - - - The precedence value used when the operator - is about to be pushed to the stack. - - - - - The precedence value used when the operator - is on the top of the stack. - - - - - PrefixOperator takes a single constraint and modifies - it's action in some way. - - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - - Returns the constraint created by applying this - prefix to another constraint. - - - - - - - Negates the test of the constraint it wraps. - - - - - Constructs a new NotOperator - - - - - Returns a NotConstraint applied to its argument. - - - - - Abstract base for operators that indicate how to - apply a constraint to items in a collection. - - - - - Constructs a CollectionOperator - - - - - Represents a constraint that succeeds if all the - members of a collection match a base constraint. - - - - - Returns a constraint that will apply the argument - to the members of a collection, succeeding if - they all succeed. - - - - - Represents a constraint that succeeds if any of the - members of a collection match a base constraint. - - - - - Returns a constraint that will apply the argument - to the members of a collection, succeeding if - any of them succeed. - - - - - Represents a constraint that succeeds if none of the - members of a collection match a base constraint. - - - - - Returns a constraint that will apply the argument - to the members of a collection, succeeding if - none of them succeed. - - - - - Represents a constraint that simply wraps the - constraint provided as an argument, without any - further functionality, but which modifes the - order of evaluation because of its precedence. - - - - - Constructor for the WithOperator - - - - - Returns a constraint that wraps its argument - - - - - Abstract base class for operators that are able to reduce to a - constraint whether or not another syntactic element follows. - - - - - Operator used to test for the presence of a named Property - on an object and optionally apply further tests to the - value of that property. - - - - - Constructs a PropOperator for a particular named property - - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - - Gets the name of the property to which the operator applies - - - - - Operator that tests for the presence of a particular attribute - on a type and optionally applies further tests to the attribute. - - - - - Construct an AttributeOperator for a particular Type - - The Type of attribute tested - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - Operator that tests that an exception is thrown and - optionally applies further tests to the exception. - - - - - Construct a ThrowsOperator - - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - Abstract base class for all binary operators - - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - - Abstract method that produces a constraint by applying - the operator to its left and right constraint arguments. - - - - - Gets the left precedence of the operator - - - - - Gets the right precedence of the operator - - - - - Operator that requires both it's arguments to succeed - - - - - Construct an AndOperator - - - - - Apply the operator to produce an AndConstraint - - - - - Operator that requires at least one of it's arguments to succeed - - - - - Construct an OrOperator - - - - - Apply the operator to produce an OrConstraint - - - - - ContainsConstraint tests a whether a string contains a substring - or a collection contains an object. It postpones the decision of - which test to use until the type of the actual argument is known. - This allows testing whether a string is contained in a collection - or as a substring of another string using the same syntax. - - - - - Initializes a new instance of the class. - - The expected. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied Comparison object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to ignore case and return self. - - - - - Applies a delay to the match so that a match can be evaluated in the future. - - - - - Creates a new DelayedConstraint - - The inner constraint two decorate - The time interval after which the match is performed - If the value of is less than 0 - - - - Creates a new DelayedConstraint - - The inner constraint two decorate - The time interval after which the match is performed - The time interval used for polling - If the value of is less than 0 - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for if the base constraint fails, false if it succeeds - - - - Test whether the constraint is satisfied by a delegate - - The delegate whose value is to be tested - True for if the base constraint fails, false if it succeeds - - - - Test whether the constraint is satisfied by a given reference. - Overridden to wait for the specified delay period before - calling the base constraint with the dereferenced value. - - A reference to the value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a MessageWriter. - - The writer on which the actual value is displayed - - - - Returns the string representation of the constraint. - - - - - EmptyDirectoryConstraint is used to test that a directory is empty - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - EmptyConstraint tests a whether a string or collection is empty, - postponing the decision about which test is applied until the - type of the actual argument is known. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - EqualConstraint is able to compare an actual value with the - expected value provided in its constructor. Two objects are - considered equal if both are null, or if both have the same - value. NUnit has special semantics for some object types. - - - - - If true, strings in error messages will be clipped - - - - - NUnitEqualityComparer used to test equality. - - - - - Initializes a new instance of the class. - - The expected value. - - - - Flag the constraint to use a tolerance when determining equality. - - Tolerance value to be used - Self. - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied Comparison object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write a failure message. Overridden to provide custom - failure messages for EqualConstraint. - - The MessageWriter to write to - - - - Write description of this constraint - - The MessageWriter to write to - - - - Display the failure information for two collections that did not match. - - The MessageWriter on which to display - The expected collection. - The actual collection - The depth of this failure in a set of nested collections - - - - Displays a single line showing the types and sizes of the expected - and actual collections or arrays. If both are identical, the value is - only shown once. - - The MessageWriter on which to display - The expected collection or array - The actual collection or array - The indentation level for the message line - - - - Displays a single line showing the point in the expected and actual - arrays at which the comparison failed. If the arrays have different - structures or dimensions, both values are shown. - - The MessageWriter on which to display - The expected array - The actual array - Index of the failure point in the underlying collections - The indentation level for the message line - - - - Flag the constraint to ignore case and return self. - - - - - Flag the constraint to suppress string clipping - and return self. - - - - - Flag the constraint to compare arrays as collections - and return self. - - - - - Switches the .Within() modifier to interpret its tolerance as - a distance in representable values (see remarks). - - Self. - - Ulp stands for "unit in the last place" and describes the minimum - amount a given value can change. For any integers, an ulp is 1 whole - digit. For floating point values, the accuracy of which is better - for smaller numbers and worse for larger numbers, an ulp depends - on the size of the number. Using ulps for comparison of floating - point results instead of fixed tolerances is safer because it will - automatically compensate for the added inaccuracy of larger numbers. - - - - - Switches the .Within() modifier to interpret its tolerance as - a percentage that the actual values is allowed to deviate from - the expected value. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in days. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in hours. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in minutes. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in seconds. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in milliseconds. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in clock ticks. - - Self - - - - EqualityAdapter class handles all equality comparisons - that use an IEqualityComparer, IEqualityComparer<T> - or a ComparisonAdapter. - - - - - Compares two objects, returning true if they are equal - - - - - Returns an EqualityAdapter that wraps an IComparer. - - - - - Returns an EqualityAdapter that wraps an IEqualityComparer. - - - - - Returns an EqualityAdapter that wraps an IEqualityComparer<T>. - - - - - Returns an EqualityAdapter that wraps an IComparer<T>. - - - - - Returns an EqualityAdapter that wraps a Comparison<T>. - - - - Helper routines for working with floating point numbers - - - The floating point comparison code is based on this excellent article: - http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm - - - "ULP" means Unit in the Last Place and in the context of this library refers to - the distance between two adjacent floating point numbers. IEEE floating point - numbers can only represent a finite subset of natural numbers, with greater - accuracy for smaller numbers and lower accuracy for very large numbers. - - - If a comparison is allowed "2 ulps" of deviation, that means the values are - allowed to deviate by up to 2 adjacent floating point values, which might be - as low as 0.0000001 for small numbers or as high as 10.0 for large numbers. - - - - - Compares two floating point values for equality - First floating point value to be compared - Second floating point value t be compared - - Maximum number of representable floating point values that are allowed to - be between the left and the right floating point values - - True if both numbers are equal or close to being equal - - - Floating point values can only represent a finite subset of natural numbers. - For example, the values 2.00000000 and 2.00000024 can be stored in a float, - but nothing inbetween them. - - - This comparison will count how many possible floating point values are between - the left and the right number. If the number of possible values between both - numbers is less than or equal to maxUlps, then the numbers are considered as - being equal. - - - Implementation partially follows the code outlined here: - http://www.anttirt.net/2007/08/19/proper-floating-point-comparisons/ - - - - - Compares two double precision floating point values for equality - First double precision floating point value to be compared - Second double precision floating point value t be compared - - Maximum number of representable double precision floating point values that are - allowed to be between the left and the right double precision floating point values - - True if both numbers are equal or close to being equal - - - Double precision floating point values can only represent a limited series of - natural numbers. For example, the values 2.0000000000000000 and 2.0000000000000004 - can be stored in a double, but nothing inbetween them. - - - This comparison will count how many possible double precision floating point - values are between the left and the right number. If the number of possible - values between both numbers is less than or equal to maxUlps, then the numbers - are considered as being equal. - - - Implementation partially follows the code outlined here: - http://www.anttirt.net/2007/08/19/proper-floating-point-comparisons/ - - - - - - Reinterprets the memory contents of a floating point value as an integer value - - - Floating point value whose memory contents to reinterpret - - - The memory contents of the floating point value interpreted as an integer - - - - - Reinterprets the memory contents of a double precision floating point - value as an integer value - - - Double precision floating point value whose memory contents to reinterpret - - - The memory contents of the double precision floating point value - interpreted as an integer - - - - - Reinterprets the memory contents of an integer as a floating point value - - Integer value whose memory contents to reinterpret - - The memory contents of the integer value interpreted as a floating point value - - - - - Reinterprets the memory contents of an integer value as a double precision - floating point value - - Integer whose memory contents to reinterpret - - The memory contents of the integer interpreted as a double precision - floating point value - - - - Union of a floating point variable and an integer - - - The union's value as a floating point variable - - - The union's value as an integer - - - The union's value as an unsigned integer - - - Union of a double precision floating point variable and a long - - - The union's value as a double precision floating point variable - - - The union's value as a long - - - The union's value as an unsigned long - - - - MessageWriter is the abstract base for classes that write - constraint descriptions and messages in some form. The - class has separate methods for writing various components - of a message, allowing implementations to tailor the - presentation as needed. - - - - - Construct a MessageWriter given a culture - - - - - Method to write single line message with optional args, usually - written to precede the general failure message. - - The message to be written - Any arguments used in formatting the message - - - - Method to write single line message with optional args, usually - written to precede the general failure message, at a givel - indentation level. - - The indentation level of the message - The message to be written - Any arguments used in formatting the message - - - - Display Expected and Actual lines for a constraint. This - is called by MessageWriter's default implementation of - WriteMessageTo and provides the generic two-line display. - - The constraint that failed - - - - Display Expected and Actual lines for given values. This - method may be called by constraints that need more control over - the display of actual and expected values than is provided - by the default implementation. - - The expected value - The actual value causing the failure - - - - Display Expected and Actual lines for given values, including - a tolerance value on the Expected line. - - The expected value - The actual value causing the failure - The tolerance within which the test was made - - - - Display the expected and actual string values on separate lines. - If the mismatch parameter is >=0, an additional line is displayed - line containing a caret that points to the mismatch point. - - The expected string value - The actual string value - The point at which the strings don't match or -1 - If true, case is ignored in locating the point where the strings differ - If true, the strings should be clipped to fit the line - - - - Writes the text for a connector. - - The connector. - - - - Writes the text for a predicate. - - The predicate. - - - - Writes the text for an expected value. - - The expected value. - - - - Writes the text for a modifier - - The modifier. - - - - Writes the text for an actual value. - - The actual value. - - - - Writes the text for a generalized value. - - The value. - - - - Writes the text for a collection value, - starting at a particular point, to a max length - - The collection containing elements to write. - The starting point of the elements to write - The maximum number of elements to write - - - - Abstract method to get the max line length - - - - - Static methods used in creating messages - - - - - Static string used when strings are clipped - - - - - Returns the representation of a type as used in NUnitLite. - This is the same as Type.ToString() except for arrays, - which are displayed with their declared sizes. - - - - - - - Converts any control characters in a string - to their escaped representation. - - The string to be converted - The converted string - - - - Return the a string representation for a set of indices into an array - - Array of indices for which a string is needed - - - - Get an array of indices representing the point in a collection or - array corresponding to a single int index into the collection. - - The collection to which the indices apply - Index in the collection - Array of indices - - - - Clip a string to a given length, starting at a particular offset, returning the clipped - string with ellipses representing the removed parts - - The string to be clipped - The maximum permitted length of the result string - The point at which to start clipping - The clipped string - - - - Clip the expected and actual strings in a coordinated fashion, - so that they may be displayed together. - - - - - - - - - Shows the position two strings start to differ. Comparison - starts at the start index. - - The expected string - The actual string - The index in the strings at which comparison should start - Boolean indicating whether case should be ignored - -1 if no mismatch found, or the index where mismatch found - - - - The Numerics class contains common operations on numeric values. - - - - - Checks the type of the object, returning true if - the object is a numeric type. - - The object to check - true if the object is a numeric type - - - - Checks the type of the object, returning true if - the object is a floating point numeric type. - - The object to check - true if the object is a floating point numeric type - - - - Checks the type of the object, returning true if - the object is a fixed point numeric type. - - The object to check - true if the object is a fixed point numeric type - - - - Test two numeric values for equality, performing the usual numeric - conversions and using a provided or default tolerance. If the tolerance - provided is Empty, this method may set it to a default tolerance. - - The expected value - The actual value - A reference to the tolerance in effect - True if the values are equal - - - - Compare two numeric values, performing the usual numeric conversions. - - The expected value - The actual value - The relationship of the values to each other - - - - NUnitComparer encapsulates NUnit's default behavior - in comparing two objects. - - - - - Compares two objects - - - - - - - - Returns the default NUnitComparer. - - - - - NUnitEqualityComparer encapsulates NUnit's handling of - equality tests between objects. - - - - - If true, all string comparisons will ignore case - - - - - If true, arrays will be treated as collections, allowing - those of different dimensions to be compared - - - - - If non-zero, equality comparisons within the specified - tolerance will succeed. - - - - - Comparison object used in comparisons for some constraints. - - - - - Compares two objects for equality. - - - - - Helper method to compare two arrays - - - - - Method to compare two DirectoryInfo objects - - first directory to compare - second directory to compare - true if equivalent, false if not - - - - Returns the default NUnitEqualityComparer - - - - - Gets and sets a flag indicating whether case should - be ignored in determining equality. - - - - - Gets and sets a flag indicating that arrays should be - compared as collections, without regard to their shape. - - - - - Gets and sets an external comparer to be used to - test for equality. It is applied to members of - collections, in place of NUnit's own logic. - - - - - Gets and sets a tolerance used to compare objects of - certin types. - - - - - Gets the list of failure points for the last Match performed. - - - - - PathConstraint serves as the abstract base of constraints - that operate on paths and provides several helper methods. - - - - - The expected path used in the constraint - - - - - The actual path being tested - - - - - Flag indicating whether a caseInsensitive comparison should be made - - - - - Construct a PathConstraint for a give expected path - - The expected path - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Returns true if the expected path and actual path match - - - - - Returns the string representation of this constraint - - - - - Canonicalize the provided path - - - The path in standardized form - - - - Test whether two paths are the same - - The first path - The second path - Indicates whether case should be ignored - - - - - Test whether one path is under another path - - The first path - supposed to be the parent path - The second path - supposed to be the child path - Indicates whether case should be ignored - - - - - Test whether one path is the same as or under another path - - The first path - supposed to be the parent path - The second path - supposed to be the child path - - - - - Modifies the current instance to be case-insensitve - and returns it. - - - - - Modifies the current instance to be case-sensitve - and returns it. - - - - - Summary description for SamePathConstraint. - - - - - Initializes a new instance of the class. - - The expected path - - - - Test whether the constraint is satisfied by a given value - - The expected path - The actual path - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - SubPathConstraint tests that the actual path is under the expected path - - - - - Initializes a new instance of the class. - - The expected path - - - - Test whether the constraint is satisfied by a given value - - The expected path - The actual path - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - SamePathOrUnderConstraint tests that one path is under another - - - - - Initializes a new instance of the class. - - The expected path - - - - Test whether the constraint is satisfied by a given value - - The expected path - The actual path - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Predicate constraint wraps a Predicate in a constraint, - returning success if the predicate is true. - - - - - Construct a PredicateConstraint from a predicate - - - - - Determines whether the predicate succeeds when applied - to the actual value. - - - - - Writes the description to a MessageWriter - - - - - NotConstraint negates the effect of some other constraint - - - - - Initializes a new instance of the class. - - The base constraint to be negated. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for if the base constraint fails, false if it succeeds - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a MessageWriter. - - The writer on which the actual value is displayed - - - - AllItemsConstraint applies another constraint to each - item in a collection, succeeding if they all succeed. - - - - - Construct an AllItemsConstraint on top of an existing constraint - - - - - - Apply the item constraint to each item in the collection, - failing if any item fails. - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - SomeItemsConstraint applies another constraint to each - item in a collection, succeeding if any of them succeeds. - - - - - Construct a SomeItemsConstraint on top of an existing constraint - - - - - - Apply the item constraint to each item in the collection, - succeeding if any item succeeds. - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - NoItemConstraint applies another constraint to each - item in a collection, failing if any of them succeeds. - - - - - Construct a SomeItemsConstraint on top of an existing constraint - - - - - - Apply the item constraint to each item in the collection, - failing if any item fails. - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - PropertyExistsConstraint tests that a named property - exists on the object provided through Match. - - Originally, PropertyConstraint provided this feature - in addition to making optional tests on the vaue - of the property. The two constraints are now separate. - - - - - Initializes a new instance of the class. - - The name of the property. - - - - Test whether the property exists for a given object - - The object to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. - - The writer on which the actual value is displayed - - - - Returns the string representation of the constraint. - - - - - - PropertyConstraint extracts a named property and uses - its value as the actual value for a chained constraint. - - - - - Initializes a new instance of the class. - - The name. - The constraint to apply to the property. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Returns the string representation of the constraint. - - - - - - RangeConstraint tests whethe two values are within a - specified range. - - - - - Initializes a new instance of the class. - - From. - To. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Modifies the constraint to use an IComparer and returns self. - - - - - Modifies the constraint to use an IComparer<T> and returns self. - - - - - Modifies the constraint to use a Comparison<T> and returns self. - - - - - ResolvableConstraintExpression is used to represent a compound - constraint being constructed at a point where the last operator - may either terminate the expression or may have additional - qualifying constraints added to it. - - It is used, for example, for a Property element or for - an Exception element, either of which may be optionally - followed by constraints that apply to the property or - exception. - - - - - Create a new instance of ResolvableConstraintExpression - - - - - Create a new instance of ResolvableConstraintExpression, - passing in a pre-populated ConstraintBuilder. - - - - - Resolve the current expression to a Constraint - - - - - Appends an And Operator to the expression - - - - - Appends an Or operator to the expression. - - - - - ReusableConstraint wraps a resolved constraint so that it - may be saved and reused as needed. - - - - - Construct a ReusableConstraint - - The constraint or expression to be reused - - - - Conversion operator from a normal constraint to a ReusableConstraint. - - The original constraint to be wrapped as a ReusableConstraint - - - - - Returns the string representation of the constraint. - - A string representing the constraint - - - - Resolves the ReusableConstraint by returning the constraint - that it originally wrapped. - - A resolved constraint - - - - SameAsConstraint tests whether an object is identical to - the object passed to its constructor - - - - - Initializes a new instance of the class. - - The expected object. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - BinarySerializableConstraint tests whether - an object is serializable in binary format. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Returns the string representation - - - - - BinarySerializableConstraint tests whether - an object is serializable in binary format. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Returns the string representation of this constraint - - - - - StringConstraint is the abstract base for constraints - that operate on strings. It supports the IgnoreCase - modifier for string operations. - - - - - The expected value - - - - - Indicates whether tests should be case-insensitive - - - - - Constructs a StringConstraint given an expected value - - The expected value - - - - Modify the constraint to ignore case in matching. - - - - - EmptyStringConstraint tests whether a string is empty. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - NullEmptyStringConstraint tests whether a string is either null or empty. - - - - - Constructs a new NullOrEmptyStringConstraint - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - SubstringConstraint can test whether a string contains - the expected substring. - - - - - Initializes a new instance of the class. - - The expected. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - StartsWithConstraint can test whether a string starts - with an expected substring. - - - - - Initializes a new instance of the class. - - The expected string - - - - Test whether the constraint is matched by the actual value. - This is a template method, which calls the IsMatch method - of the derived class. - - - - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - EndsWithConstraint can test whether a string ends - with an expected substring. - - - - - Initializes a new instance of the class. - - The expected string - - - - Test whether the constraint is matched by the actual value. - This is a template method, which calls the IsMatch method - of the derived class. - - - - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - RegexConstraint can test whether a string matches - the pattern provided. - - - - - Initializes a new instance of the class. - - The pattern. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - ThrowsConstraint is used to test the exception thrown by - a delegate by applying a constraint to it. - - - - - Initializes a new instance of the class, - using a constraint to be applied to the exception. - - A constraint to apply to the caught exception. - - - - Executes the code of the delegate and captures any exception. - If a non-null base constraint was provided, it applies that - constraint to the exception. - - A delegate representing the code to be tested - True if an exception is thrown and the constraint succeeds, otherwise false - - - - Converts an ActualValueDelegate to a TestDelegate - before calling the primary overload. - - - - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Returns the string representation of this constraint - - - - - Get the actual exception thrown - used by Assert.Throws. - - - - - ThrowsNothingConstraint tests that a delegate does not - throw an exception. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True if no exception is thrown, otherwise false - - - - Converts an ActualValueDelegate to a TestDelegate - before calling the primary overload. - - - - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Modes in which the tolerance value for a comparison can - be interpreted. - - - - - The tolerance was created with a value, without specifying - how the value would be used. This is used to prevent setting - the mode more than once and is generally changed to Linear - upon execution of the test. - - - - - The tolerance is used as a numeric range within which - two compared values are considered to be equal. - - - - - Interprets the tolerance as the percentage by which - the two compared values my deviate from each other. - - - - - Compares two values based in their distance in - representable numbers. - - - - - The Tolerance class generalizes the notion of a tolerance - within which an equality test succeeds. Normally, it is - used with numeric types, but it can be used with any - type that supports taking a difference between two - objects and comparing that difference to a value. - - - - - Constructs a linear tolerance of a specdified amount - - - - - Constructs a tolerance given an amount and ToleranceMode - - - - - Tests that the current Tolerance is linear with a - numeric value, throwing an exception if it is not. - - - - - Returns an empty Tolerance object, equivalent to - specifying an exact match. - - - - - Gets the ToleranceMode for the current Tolerance - - - - - Gets the value of the current Tolerance instance. - - - - - Returns a new tolerance, using the current amount as a percentage. - - - - - Returns a new tolerance, using the current amount in Ulps. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of days. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of hours. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of minutes. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of seconds. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of milliseconds. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of clock ticks. - - - - - Returns true if the current tolerance is empty. - - - - - TypeConstraint is the abstract base for constraints - that take a Type as their expected value. - - - - - The expected Type used by the constraint - - - - - Construct a TypeConstraint for a given Type - - - - - - Write the actual value for a failing constraint test to a - MessageWriter. TypeConstraints override this method to write - the name of the type. - - The writer on which the actual value is displayed - - - - ExactTypeConstraint is used to test that an object - is of the exact type provided in the constructor - - - - - Construct an ExactTypeConstraint for a given Type - - The expected Type. - - - - Test that an object is of the exact type specified - - The actual value. - True if the tested object is of the exact type provided, otherwise false. - - - - Write the description of this constraint to a MessageWriter - - The MessageWriter to use - - - - InstanceOfTypeConstraint is used to test that an object - is of the same type provided or derived from it. - - - - - Construct an InstanceOfTypeConstraint for the type provided - - The expected Type - - - - Test whether an object is of the specified type or a derived type - - The object to be tested - True if the object is of the provided type or derives from it, otherwise false. - - - - Write a description of this constraint to a MessageWriter - - The MessageWriter to use - - - - AssignableFromConstraint is used to test that an object - can be assigned from a given Type. - - - - - Construct an AssignableFromConstraint for the type provided - - - - - - Test whether an object can be assigned from the specified type - - The object to be tested - True if the object can be assigned a value of the expected Type, otherwise false. - - - - Write a description of this constraint to a MessageWriter - - The MessageWriter to use - - - - AssignableToConstraint is used to test that an object - can be assigned to a given Type. - - - - - Construct an AssignableToConstraint for the type provided - - - - - - Test whether an object can be assigned to the specified type - - The object to be tested - True if the object can be assigned a value of the expected Type, otherwise false. - - - - Write a description of this constraint to a MessageWriter - - The MessageWriter to use - - - - Thrown when an assertion failed. - - - - - The error message that explains - the reason for the exception - - - The error message that explains - the reason for the exception - The exception that caused the - current exception - - - - Serialization Constructor - - - - - Thrown when an assertion failed. - - - - - - - The error message that explains - the reason for the exception - The exception that caused the - current exception - - - - Serialization Constructor - - - - - Thrown when a test executes inconclusively. - - - - - The error message that explains - the reason for the exception - - - The error message that explains - the reason for the exception - The exception that caused the - current exception - - - - Serialization Constructor - - - - - Thrown when an assertion failed. - - - - - - - The error message that explains - the reason for the exception - The exception that caused the - current exception - - - - Serialization Constructor - - - - - Delegate used by tests that execute code and - capture any thrown exception. - - - - - The Assert class contains a collection of static methods that - implement the most common assertions used in NUnit. - - - - - We don't actually want any instances of this object, but some people - like to inherit from it to add other static methods. Hence, the - protected constructor disallows any instances of this object. - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - Helper for Assert.AreEqual(double expected, double actual, ...) - allowing code generation to work consistently. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Throws a with the message and arguments - that are passed in. This allows a test to be cut short, with a result - of success returned to NUnit. - - The message to initialize the with. - Arguments to be used in formatting the message - - - - Throws a with the message and arguments - that are passed in. This allows a test to be cut short, with a result - of success returned to NUnit. - - The message to initialize the with. - - - - Throws a with the message and arguments - that are passed in. This allows a test to be cut short, with a result - of success returned to NUnit. - - - - - Throws an with the message and arguments - that are passed in. This is used by the other Assert functions. - - The message to initialize the with. - Arguments to be used in formatting the message - - - - Throws an with the message that is - passed in. This is used by the other Assert functions. - - The message to initialize the with. - - - - Throws an . - This is used by the other Assert functions. - - - - - Throws an with the message and arguments - that are passed in. This causes the test to be reported as ignored. - - The message to initialize the with. - Arguments to be used in formatting the message - - - - Throws an with the message that is - passed in. This causes the test to be reported as ignored. - - The message to initialize the with. - - - - Throws an . - This causes the test to be reported as ignored. - - - - - Throws an with the message and arguments - that are passed in. This causes the test to be reported as inconclusive. - - The message to initialize the with. - Arguments to be used in formatting the message - - - - Throws an with the message that is - passed in. This causes the test to be reported as inconclusive. - - The message to initialize the with. - - - - Throws an . - This causes the test to be reported as Inconclusive. - - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint expression to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - An ActualValueDelegate returning the value to be tested - A Constraint expression to be applied - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display if the condition is false - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display if the condition is false - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - - - - Asserts that the code represented by a delegate throws an exception - that satisfies the constraint provided. - - A TestDelegate to be executed - A ThrowsConstraint used in the test - - - - Verifies that a delegate throws a particular exception when called. - - A constraint to be satisfied by the exception - A TestSnippet delegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws a particular exception when called. - - A constraint to be satisfied by the exception - A TestSnippet delegate - The message that will be displayed on failure - - - - Verifies that a delegate throws a particular exception when called. - - A constraint to be satisfied by the exception - A TestSnippet delegate - - - - Verifies that a delegate throws a particular exception when called. - - The exception Type expected - A TestSnippet delegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws a particular exception when called. - - The exception Type expected - A TestSnippet delegate - The message that will be displayed on failure - - - - Verifies that a delegate throws a particular exception when called. - - The exception Type expected - A TestSnippet delegate - - - - Verifies that a delegate throws a particular exception when called. - - Type of the expected exception - A TestSnippet delegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws a particular exception when called. - - Type of the expected exception - A TestSnippet delegate - The message that will be displayed on failure - - - - Verifies that a delegate throws a particular exception when called. - - Type of the expected exception - A TestSnippet delegate - - - - Verifies that a delegate throws an exception when called - and returns it. - - A TestDelegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws an exception when called - and returns it. - - A TestDelegate - The message that will be displayed on failure - - - - Verifies that a delegate throws an exception when called - and returns it. - - A TestDelegate - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - The message that will be displayed on failure - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - The message that will be displayed on failure - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - - - - Verifies that a delegate does not throw an exception - - A TestSnippet delegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate does not throw an exception. - - A TestSnippet delegate - The message that will be displayed on failure - - - - Verifies that a delegate does not throw an exception. - - A TestSnippet delegate - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display in case of failure - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display in case of failure - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - The message to display in case of failure - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - The message to display in case of failure - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - The message to display in case of failure - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - The message to display in case of failure - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - - - - Assert that a string is empty - that is equal to string.Empty - - The string to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that a string is empty - that is equal to string.Empty - - The string to be tested - The message to display in case of failure - - - - Assert that a string is empty - that is equal to string.Empty - - The string to be tested - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing ICollection - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing ICollection - The message to display in case of failure - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing ICollection - - - - Assert that a string is not empty - that is not equal to string.Empty - - The string to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that a string is not empty - that is not equal to string.Empty - - The string to be tested - The message to display in case of failure - - - - Assert that a string is not empty - that is not equal to string.Empty - - The string to be tested - - - - Assert that an array, list or other collection is not empty - - An array, list or other collection implementing ICollection - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that an array, list or other collection is not empty - - An array, list or other collection implementing ICollection - The message to display in case of failure - - - - Assert that an array, list or other collection is not empty - - An array, list or other collection implementing ICollection - - - - Assert that a string is either null or equal to string.Empty - - The string to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that a string is either null or equal to string.Empty - - The string to be tested - The message to display in case of failure - - - - Assert that a string is either null or equal to string.Empty - - The string to be tested - - - - Assert that a string is not null or empty - - The string to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that a string is not null or empty - - The string to be tested - The message to display in case of failure - - - - Assert that a string is not null or empty - - The string to be tested - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - - - - Verifies that two objects are equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are not equal an is thrown. - - The value that is expected - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two objects are equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are not equal an is thrown. - - The value that is expected - The actual value - The message to display in case of failure - - - - Verifies that two objects are equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are not equal an is thrown. - - The value that is expected - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two objects are not equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are equal an is thrown. - - The value that is expected - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two objects are not equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are equal an is thrown. - - The value that is expected - The actual value - The message to display in case of failure - - - - Verifies that two objects are not equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are equal an is thrown. - - The value that is expected - The actual value - - - - Asserts that two objects refer to the same object. If they - are not the same an is thrown. - - The expected object - The actual object - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that two objects refer to the same object. If they - are not the same an is thrown. - - The expected object - The actual object - The message to display in case of failure - - - - Asserts that two objects refer to the same object. If they - are not the same an is thrown. - - The expected object - The actual object - - - - Asserts that two objects do not refer to the same object. If they - are the same an is thrown. - - The expected object - The actual object - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that two objects do not refer to the same object. If they - are the same an is thrown. - - The expected object - The actual object - The message to display in case of failure - - - - Asserts that two objects do not refer to the same object. If they - are the same an is thrown. - - The expected object - The actual object - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Asserts that an object is contained in a list. - - The expected object - The list to be examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is contained in a list. - - The expected object - The list to be examined - The message to display in case of failure - - - - Asserts that an object is contained in a list. - - The expected object - The list to be examined - - - - Gets the number of assertions executed so far and - resets the counter to zero. - - - - - AssertionHelper is an optional base class for user tests, - allowing the use of shorter names for constraints and - asserts and avoiding conflict with the definition of - , from which it inherits much of its - behavior, in certain mock object frameworks. - - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. Works - identically to - - A Constraint to be applied - The actual value to test - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. Works - identically to - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. Works - identically to - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - An ActualValueDelegate returning the value to be tested - A Constraint expression to be applied - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . Works Identically to - . - - The evaluated condition - The message to display if the condition is false - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . Works Identically to - . - - The evaluated condition - The message to display if the condition is false - - - - Asserts that a condition is true. If the condition is false the method throws - an . Works Identically to . - - The evaluated condition - - - - Asserts that the code represented by a delegate throws an exception - that satisfies the constraint provided. - - A TestDelegate to be executed - A ThrowsConstraint used in the test - - - - Returns a ListMapper based on a collection. - - The original collection - - - - - Provides static methods to express the assumptions - that must be met for a test to give a meaningful - result. If an assumption is not met, the test - should produce an inconclusive result. - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - An ActualValueDelegate returning the value to be tested - A Constraint expression to be applied - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display if the condition is false - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display if the condition is false - - - - Asserts that a condition is true. If the condition is false the - method throws an . - - The evaluated condition - - - - Asserts that the code represented by a delegate throws an exception - that satisfies the constraint provided. - - A TestDelegate to be executed - A ThrowsConstraint used in the test - - - - A set of Assert methods operationg on one or more collections - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - Asserts that all items contained in collection are of the type specified by expectedType. - - IEnumerable containing objects to be considered - System.Type that all objects in collection must be instances of - - - - Asserts that all items contained in collection are of the type specified by expectedType. - - IEnumerable containing objects to be considered - System.Type that all objects in collection must be instances of - The message that will be displayed on failure - - - - Asserts that all items contained in collection are of the type specified by expectedType. - - IEnumerable containing objects to be considered - System.Type that all objects in collection must be instances of - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that all items contained in collection are not equal to null. - - IEnumerable containing objects to be considered - - - - Asserts that all items contained in collection are not equal to null. - - IEnumerable containing objects to be considered - The message that will be displayed on failure - - - - Asserts that all items contained in collection are not equal to null. - - IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Ensures that every object contained in collection exists within the collection - once and only once. - - IEnumerable of objects to be considered - - - - Ensures that every object contained in collection exists within the collection - once and only once. - - IEnumerable of objects to be considered - The message that will be displayed on failure - - - - Ensures that every object contained in collection exists within the collection - once and only once. - - IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - The message that will be displayed on failure - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - - - - Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - - - - Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are not exactly equal. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - - - - Asserts that expected and actual are not exactly equal. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - - - - Asserts that expected and actual are not exactly equal. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - - - - Asserts that expected and actual are not exactly equal. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - The message that will be displayed on failure - - - - Asserts that expected and actual are not exactly equal. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are not exactly equal. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are not equivalent. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - - - - Asserts that expected and actual are not equivalent. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - - - - Asserts that expected and actual are not equivalent. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that collection contains actual as an item. - - IEnumerable of objects to be considered - Object to be found within collection - - - - Asserts that collection contains actual as an item. - - IEnumerable of objects to be considered - Object to be found within collection - The message that will be displayed on failure - - - - Asserts that collection contains actual as an item. - - IEnumerable of objects to be considered - Object to be found within collection - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that collection does not contain actual as an item. - - IEnumerable of objects to be considered - Object that cannot exist within collection - - - - Asserts that collection does not contain actual as an item. - - IEnumerable of objects to be considered - Object that cannot exist within collection - The message that will be displayed on failure - - - - Asserts that collection does not contain actual as an item. - - IEnumerable of objects to be considered - Object that cannot exist within collection - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that superset is not a subject of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - - - - Asserts that superset is not a subject of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - The message that will be displayed on failure - - - - Asserts that superset is not a subject of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that superset is a subset of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - - - - Asserts that superset is a subset of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - The message that will be displayed on failure - - - - Asserts that superset is a subset of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - Arguments to be used in formatting the message - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - - - - Assert that an array,list or other collection is empty - - An array, list or other collection implementing IEnumerable - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - Arguments to be used in formatting the message - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - - - - Assert that an array,list or other collection is empty - - An array, list or other collection implementing IEnumerable - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - Arguments to be used in formatting the message - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - A custom comparer to perform the comparisons - The message to be displayed on failure - Arguments to be used in formatting the message - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - A custom comparer to perform the comparisons - The message to be displayed on failure - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - A custom comparer to perform the comparisons - - - - Static helper class used in the constraint-based syntax - - - - - Creates a new SubstringConstraint - - The value of the substring - A SubstringConstraint - - - - Creates a new CollectionContainsConstraint. - - The item that should be found. - A new CollectionContainsConstraint - - - - Summary description for DirectoryAssert - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - We don't actually want any instances of this object, but some people - like to inherit from it to add other static methods. Hence, the - protected constructor disallows any instances of this object. - - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - The message to display if directories are not equal - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - The message to display if directories are not equal - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - The message to display if directories are not equal - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - The message to display if directories are equal - Arguments to be used in formatting the message - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - The message to display if directories are equal - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - The message to display if directories are not equal - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - The message to display if directories are not equal - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - The message to display if directories are not equal - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - The message to display if directories are not equal - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - Arguments to be used in formatting the message - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - Arguments to be used in formatting the message - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - Arguments to be used in formatting the message - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - Arguments to be used in formatting the message - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - - - - Summary description for FileAssert. - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - We don't actually want any instances of this object, but some people - like to inherit from it to add other static methods. Hence, the - protected constructor disallows any instances of this object. - - - - - Verifies that two Streams are equal. Two Streams are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The expected Stream - The actual Stream - The message to display if Streams are not equal - Arguments to be used in formatting the message - - - - Verifies that two Streams are equal. Two Streams are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The expected Stream - The actual Stream - The message to display if objects are not equal - - - - Verifies that two Streams are equal. Two Streams are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The expected Stream - The actual Stream - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A file containing the value that is expected - A file containing the actual value - The message to display if Streams are not equal - Arguments to be used in formatting the message - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A file containing the value that is expected - A file containing the actual value - The message to display if objects are not equal - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A file containing the value that is expected - A file containing the actual value - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - The message to display if Streams are not equal - Arguments to be used in formatting the message - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - The message to display if objects are not equal - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - - - - Asserts that two Streams are not equal. If they are equal - an is thrown. - - The expected Stream - The actual Stream - The message to be displayed when the two Stream are the same. - Arguments to be used in formatting the message - - - - Asserts that two Streams are not equal. If they are equal - an is thrown. - - The expected Stream - The actual Stream - The message to be displayed when the Streams are the same. - - - - Asserts that two Streams are not equal. If they are equal - an is thrown. - - The expected Stream - The actual Stream - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - A file containing the value that is expected - A file containing the actual value - The message to display if Streams are not equal - Arguments to be used in formatting the message - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - A file containing the value that is expected - A file containing the actual value - The message to display if objects are not equal - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - A file containing the value that is expected - A file containing the actual value - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - The message to display if Streams are not equal - Arguments to be used in formatting the message - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - The message to display if objects are not equal - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - - - - GlobalSettings is a place for setting default values used - by the framework in performing asserts. - - - - - Default tolerance for floating point equality - - - - - Helper class with properties and methods that supply - a number of constraints used in Asserts. - - - - - Returns a new PropertyConstraintExpression, which will either - test for the existence of the named property on the object - being tested or apply any following constraint to that property. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns a new CollectionContainsConstraint checking for the - presence of a particular object in the collection. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them succeed. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if at least one of them succeeds. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them fail. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Length property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Count property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Message property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the InnerException property of the object being tested. - - - - - Interface implemented by a user fixture in order to - validate any expected exceptions. It is only called - for test methods marked with the ExpectedException - attribute. - - - - - Method to handle an expected exception - - The exception to be handled - - - - Helper class with properties and methods that supply - a number of constraints used in Asserts. - - - - - Returns a constraint that tests two items for equality - - - - - Returns a constraint that tests that two references are the same object - - - - - Returns a constraint that tests whether the - actual value is greater than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a collection containing the same elements as the - collection supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a subset of the collection supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that tests whether the path provided - is the same as an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the actual value falls - within a specified range. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them succeed. - - - - - Returns a constraint that tests for null - - - - - Returns a constraint that tests for True - - - - - Returns a constraint that tests for False - - - - - Returns a constraint that tests for NaN - - - - - Returns a constraint that tests for empty - - - - - Returns a constraint that tests whether a collection - contains all unique items. - - - - - Returns a constraint that tests whether an object graph is serializable in binary format. - - - - - Returns a constraint that tests whether an object graph is serializable in xml format. - - - - - Returns a constraint that tests whether a collection is ordered - - - - - The Iz class is a synonym for Is intended for use in VB, - which regards Is as a keyword. - - - - - The List class is a helper class with properties and methods - that supply a number of constraints used with lists and collections. - - - - - List.Map returns a ListMapper, which can be used to map - the original collection to another collection. - - - - - - - ListMapper is used to transform a collection used as an actual argument - producing another collection to be used in the assertion. - - - - - Construct a ListMapper based on a collection - - The collection to be transformed - - - - Produces a collection containing all the values of a property - - The collection of property values - - - - - Randomizer returns a set of random values in a repeatable - way, to allow re-running of tests if necessary. - - - - - Get a randomizer for a particular member, returning - one that has already been created if it exists. - This ensures that the same values are generated - each time the tests are reloaded. - - - - - Get a randomizer for a particular parameter, returning - one that has already been created if it exists. - This ensures that the same values are generated - each time the tests are reloaded. - - - - - Construct a randomizer using a random seed - - - - - Construct a randomizer using a specified seed - - - - - Return an array of random doubles between 0.0 and 1.0. - - - - - - - Return an array of random doubles with values in a specified range. - - - - - Return an array of random ints with values in a specified range. - - - - - Get a random seed for use in creating a randomizer. - - - - - The SpecialValue enum is used to represent TestCase arguments - that cannot be used as arguments to an Attribute. - - - - - Null represents a null value, which cannot be used as an - argument to an attriute under .NET 1.x - - - - - Basic Asserts on strings. - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - Asserts that a string is found within another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string is found within another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string is found within another string. - - The expected string - The string to be examined - - - - Asserts that a string is not found within another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string is found within another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string is found within another string. - - The expected string - The string to be examined - - - - Asserts that a string starts with another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string starts with another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string starts with another string. - - The expected string - The string to be examined - - - - Asserts that a string does not start with another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string does not start with another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string does not start with another string. - - The expected string - The string to be examined - - - - Asserts that a string ends with another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string ends with another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string ends with another string. - - The expected string - The string to be examined - - - - Asserts that a string does not end with another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string does not end with another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string does not end with another string. - - The expected string - The string to be examined - - - - Asserts that two strings are equal, without regard to case. - - The expected string - The actual string - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that two strings are equal, without regard to case. - - The expected string - The actual string - The message to display in case of failure - - - - Asserts that two strings are equal, without regard to case. - - The expected string - The actual string - - - - Asserts that two strings are not equal, without regard to case. - - The expected string - The actual string - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that two strings are Notequal, without regard to case. - - The expected string - The actual string - The message to display in case of failure - - - - Asserts that two strings are not equal, without regard to case. - - The expected string - The actual string - - - - Asserts that a string matches an expected regular expression pattern. - - The regex pattern to be matched - The actual string - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string matches an expected regular expression pattern. - - The regex pattern to be matched - The actual string - The message to display in case of failure - - - - Asserts that a string matches an expected regular expression pattern. - - The regex pattern to be matched - The actual string - - - - Asserts that a string does not match an expected regular expression pattern. - - The regex pattern to be used - The actual string - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string does not match an expected regular expression pattern. - - The regex pattern to be used - The actual string - The message to display in case of failure - - - - Asserts that a string does not match an expected regular expression pattern. - - The regex pattern to be used - The actual string - - - - The TestCaseData class represents a set of arguments - and other parameter info to be used for a parameterized - test case. It provides a number of instance modifiers - for use in initializing the test case. - - Note: Instance modifiers are getters that return - the same instance after modifying it's state. - - - - - The argument list to be provided to the test - - - - - The expected result to be returned - - - - - The expected exception Type - - - - - The FullName of the expected exception - - - - - The name to be used for the test - - - - - The description of the test - - - - - A dictionary of properties, used to add information - to tests without requiring the class to change. - - - - - If true, indicates that the test case is to be ignored - - - - - The reason for ignoring a test case - - - - - Initializes a new instance of the class. - - The arguments. - - - - Initializes a new instance of the class. - - The argument. - - - - Initializes a new instance of the class. - - The first argument. - The second argument. - - - - Initializes a new instance of the class. - - The first argument. - The second argument. - The third argument. - - - - Sets the expected result for the test - - The expected result - A modified TestCaseData - - - - Sets the expected exception type for the test - - Type of the expected exception. - The modified TestCaseData instance - - - - Sets the expected exception type for the test - - FullName of the expected exception. - The modified TestCaseData instance - - - - Sets the name of the test case - - The modified TestCaseData instance - - - - Sets the description for the test case - being constructed. - - The description. - The modified TestCaseData instance. - - - - Applies a category to the test - - - - - - - Applies a named property to the test - - - - - - - - Applies a named property to the test - - - - - - - - Applies a named property to the test - - - - - - - - Ignores this TestCase. - - - - - - Ignores this TestCase, specifying the reason. - - The reason. - - - - - Gets the argument list to be provided to the test - - - - - Gets the expected result - - - - - Gets the expected exception Type - - - - - Gets the FullName of the expected exception - - - - - Gets the name to be used for the test - - - - - Gets the description of the test - - - - - Gets a value indicating whether this is ignored. - - true if ignored; otherwise, false. - - - - Gets the ignore reason. - - The ignore reason. - - - - Gets a list of categories associated with this test. - - - - - Gets the property dictionary for this test - - - - - Provide the context information of the current test - - - - - Constructs a TestContext using the provided context dictionary - - A context dictionary - - - - Get the current test context. This is created - as needed. The user may save the context for - use within a test, but it should not be used - outside the test for which it is created. - - - - - Gets a TestAdapter representing the currently executing test in this context. - - - - - Gets a ResultAdapter representing the current result for the test - executing in this context. - - - - - Gets the current directory for this TestContext - - - - - TestAdapter adapts a Test for consumption by - the user test code. - - - - - Constructs a TestAdapter for this context - - The context dictionary - - - - The name of the test. - - - - - The FullName of the test - - - - - The properties of the test. - - - - - ResultAdapter adapts a TestResult for consumption by - the user test code. - - - - - Construct a ResultAdapter for a context - - The context holding the result - - - - The TestState of current test. This maps to the ResultState - used in nunit.core and is subject to change in the future. - - - - - The TestStatus of current test. This enum will be used - in future versions of NUnit and so is to be preferred - to the TestState value. - - - - - The ResultState enum indicates the result of running a test - - - - - The result is inconclusive - - - - - The test was not runnable. - - - - - The test has been skipped. - - - - - The test has been ignored. - - - - - The test succeeded - - - - - The test failed - - - - - The test encountered an unexpected exception - - - - - The test was cancelled by the user - - - - - The TestStatus enum indicates the result of running a test - - - - - The test was inconclusive - - - - - The test has skipped - - - - - The test succeeded - - - - - The test failed - - - - - Helper class with static methods used to supply constraints - that operate on strings. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that fails if the actual - value matches the pattern supplied as an argument. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them succeed. - - - - - TextMessageWriter writes constraint descriptions and messages - in displayable form as a text stream. It tailors the display - of individual message components to form the standard message - format of NUnit assertion failure messages. - - - - - Prefix used for the expected value line of a message - - - - - Prefix used for the actual value line of a message - - - - - Length of a message prefix - - - - - Construct a TextMessageWriter - - - - - Construct a TextMessageWriter, specifying a user message - and optional formatting arguments. - - - - - - - Method to write single line message with optional args, usually - written to precede the general failure message, at a givel - indentation level. - - The indentation level of the message - The message to be written - Any arguments used in formatting the message - - - - Display Expected and Actual lines for a constraint. This - is called by MessageWriter's default implementation of - WriteMessageTo and provides the generic two-line display. - - The constraint that failed - - - - Display Expected and Actual lines for given values. This - method may be called by constraints that need more control over - the display of actual and expected values than is provided - by the default implementation. - - The expected value - The actual value causing the failure - - - - Display Expected and Actual lines for given values, including - a tolerance value on the expected line. - - The expected value - The actual value causing the failure - The tolerance within which the test was made - - - - Display the expected and actual string values on separate lines. - If the mismatch parameter is >=0, an additional line is displayed - line containing a caret that points to the mismatch point. - - The expected string value - The actual string value - The point at which the strings don't match or -1 - If true, case is ignored in string comparisons - If true, clip the strings to fit the max line length - - - - Writes the text for a connector. - - The connector. - - - - Writes the text for a predicate. - - The predicate. - - - - Write the text for a modifier. - - The modifier. - - - - Writes the text for an expected value. - - The expected value. - - - - Writes the text for an actual value. - - The actual value. - - - - Writes the text for a generalized value. - - The value. - - - - Writes the text for a collection value, - starting at a particular point, to a max length - - The collection containing elements to write. - The starting point of the elements to write - The maximum number of elements to write - - - - Write the generic 'Expected' line for a constraint - - The constraint that failed - - - - Write the generic 'Expected' line for a given value - - The expected value - - - - Write the generic 'Expected' line for a given value - and tolerance. - - The expected value - The tolerance within which the test was made - - - - Write the generic 'Actual' line for a constraint - - The constraint for which the actual value is to be written - - - - Write the generic 'Actual' line for a given value - - The actual value causing a failure - - - - Gets or sets the maximum line length for this writer - - - - - Helper class with properties and methods that supply - constraints that operate on exceptions. - - - - - Creates a constraint specifying the exact type of exception expected - - - - - Creates a constraint specifying the exact type of exception expected - - - - - Creates a constraint specifying the type of exception expected - - - - - Creates a constraint specifying the type of exception expected - - - - - Creates a constraint specifying an expected exception - - - - - Creates a constraint specifying an exception with a given InnerException - - - - - Creates a constraint specifying an expected TargetInvocationException - - - - - Creates a constraint specifying an expected TargetInvocationException - - - - - Creates a constraint specifying an expected TargetInvocationException - - - - - Creates a constraint specifying that no exception is thrown - - - - diff --git a/packages/NUnit.2.5.10.11092/lib/nunit.mocks.dll b/packages/NUnit.2.5.10.11092/lib/nunit.mocks.dll deleted file mode 100644 index 6ee2c1cc..00000000 Binary files a/packages/NUnit.2.5.10.11092/lib/nunit.mocks.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/lib/pnunit.framework.dll b/packages/NUnit.2.5.10.11092/lib/pnunit.framework.dll deleted file mode 100644 index 6c105d70..00000000 Binary files a/packages/NUnit.2.5.10.11092/lib/pnunit.framework.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/license.txt b/packages/NUnit.2.5.10.11092/license.txt deleted file mode 100644 index 66a5ebf2..00000000 --- a/packages/NUnit.2.5.10.11092/license.txt +++ /dev/null @@ -1,15 +0,0 @@ -Copyright © 2002-2008 Charlie Poole -Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov -Copyright © 2000-2002 Philip A. Craig - -This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required. - -Portions Copyright © 2002-2008 Charlie Poole or Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002 Philip A. Craig - -2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. - -3. This notice may not be removed or altered from any source distribution. diff --git a/packages/NUnit.2.5.10.11092/tools/NUnitTests.VisualState.xml b/packages/NUnit.2.5.10.11092/tools/NUnitTests.VisualState.xml deleted file mode 100644 index d975dcd3..00000000 --- a/packages/NUnit.2.5.10.11092/tools/NUnitTests.VisualState.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - [0-1000]D:\Dev\NUnit\nunit-2.5\work\build\net\2.0\release\NUnitTests.nunit - [0-1000]D:\Dev\NUnit\nunit-2.5\work\build\net\2.0\release\NUnitTests.nunit - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/NUnitTests.config b/packages/NUnit.2.5.10.11092/tools/NUnitTests.config deleted file mode 100644 index fb157715..00000000 --- a/packages/NUnit.2.5.10.11092/tools/NUnitTests.config +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/NUnit.2.5.10.11092/tools/NUnitTests.nunit b/packages/NUnit.2.5.10.11092/tools/NUnitTests.nunit deleted file mode 100644 index e7bb7f43..00000000 --- a/packages/NUnit.2.5.10.11092/tools/NUnitTests.nunit +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/NUnit.2.5.10.11092/tools/TestResult.xml b/packages/NUnit.2.5.10.11092/tools/TestResult.xml deleted file mode 100644 index 92a32198..00000000 --- a/packages/NUnit.2.5.10.11092/tools/TestResult.xml +++ /dev/null @@ -1,5971 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/agent.conf b/packages/NUnit.2.5.10.11092/tools/agent.conf deleted file mode 100644 index ddbcd8ea..00000000 --- a/packages/NUnit.2.5.10.11092/tools/agent.conf +++ /dev/null @@ -1,4 +0,0 @@ - - 8080 - . - \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/agent.log.conf b/packages/NUnit.2.5.10.11092/tools/agent.log.conf deleted file mode 100644 index 4bd90ca4..00000000 --- a/packages/NUnit.2.5.10.11092/tools/agent.log.conf +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/packages/NUnit.2.5.10.11092/tools/launcher.log.conf b/packages/NUnit.2.5.10.11092/tools/launcher.log.conf deleted file mode 100644 index 4bd90ca4..00000000 --- a/packages/NUnit.2.5.10.11092/tools/launcher.log.conf +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/packages/NUnit.2.5.10.11092/tools/lib/Failure.png b/packages/NUnit.2.5.10.11092/tools/lib/Failure.png deleted file mode 100644 index 2e400b27..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/Failure.png and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/Ignored.png b/packages/NUnit.2.5.10.11092/tools/lib/Ignored.png deleted file mode 100644 index 478efbf0..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/Ignored.png and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/Inconclusive.png b/packages/NUnit.2.5.10.11092/tools/lib/Inconclusive.png deleted file mode 100644 index 4807b7ce..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/Inconclusive.png and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/Skipped.png b/packages/NUnit.2.5.10.11092/tools/lib/Skipped.png deleted file mode 100644 index 7c9fc64e..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/Skipped.png and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/Success.png b/packages/NUnit.2.5.10.11092/tools/lib/Success.png deleted file mode 100644 index 2a301508..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/Success.png and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/fit.dll b/packages/NUnit.2.5.10.11092/tools/lib/fit.dll deleted file mode 100644 index 40bbef0e..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/fit.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/log4net.dll b/packages/NUnit.2.5.10.11092/tools/lib/log4net.dll deleted file mode 100644 index 20a2e1c4..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/log4net.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/nunit-console-runner.dll b/packages/NUnit.2.5.10.11092/tools/lib/nunit-console-runner.dll deleted file mode 100644 index 1709ce7b..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/nunit-console-runner.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/nunit-gui-runner.dll b/packages/NUnit.2.5.10.11092/tools/lib/nunit-gui-runner.dll deleted file mode 100644 index 35efa737..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/nunit-gui-runner.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/nunit.core.dll b/packages/NUnit.2.5.10.11092/tools/lib/nunit.core.dll deleted file mode 100644 index a1dd6986..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/nunit.core.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/nunit.core.interfaces.dll b/packages/NUnit.2.5.10.11092/tools/lib/nunit.core.interfaces.dll deleted file mode 100644 index 0ac87882..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/nunit.core.interfaces.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/nunit.fixtures.dll b/packages/NUnit.2.5.10.11092/tools/lib/nunit.fixtures.dll deleted file mode 100644 index 8fd1932d..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/nunit.fixtures.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/nunit.uiexception.dll b/packages/NUnit.2.5.10.11092/tools/lib/nunit.uiexception.dll deleted file mode 100644 index 610c1700..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/nunit.uiexception.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/nunit.uikit.dll b/packages/NUnit.2.5.10.11092/tools/lib/nunit.uikit.dll deleted file mode 100644 index 9087db2d..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/nunit.uikit.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/lib/nunit.util.dll b/packages/NUnit.2.5.10.11092/tools/lib/nunit.util.dll deleted file mode 100644 index 0b315c21..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/lib/nunit.util.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe b/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe deleted file mode 100644 index ebcee1be..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe.config b/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe.config deleted file mode 100644 index d840f37a..00000000 --- a/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe.config +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe b/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe deleted file mode 100644 index ec41f323..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe.config b/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe.config deleted file mode 100644 index d840f37a..00000000 --- a/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe.config +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe b/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe deleted file mode 100644 index e08ac9c8..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe.config b/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe.config deleted file mode 100644 index fa0a2621..00000000 --- a/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe.config +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-console.exe b/packages/NUnit.2.5.10.11092/tools/nunit-console.exe deleted file mode 100644 index 1544a9d8..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/nunit-console.exe and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-console.exe.config b/packages/NUnit.2.5.10.11092/tools/nunit-console.exe.config deleted file mode 100644 index fa0a2621..00000000 --- a/packages/NUnit.2.5.10.11092/tools/nunit-console.exe.config +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe b/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe deleted file mode 100644 index fd342c07..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe.config b/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe.config deleted file mode 100644 index 1641a501..00000000 --- a/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe.config +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/nunit.exe b/packages/NUnit.2.5.10.11092/tools/nunit.exe deleted file mode 100644 index ad8b08af..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/nunit.exe and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/nunit.exe.config b/packages/NUnit.2.5.10.11092/tools/nunit.exe.config deleted file mode 100644 index 1641a501..00000000 --- a/packages/NUnit.2.5.10.11092/tools/nunit.exe.config +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/nunit.framework.dll b/packages/NUnit.2.5.10.11092/tools/nunit.framework.dll deleted file mode 100644 index 6856e51e..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/nunit.framework.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe b/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe deleted file mode 100644 index 7a555e16..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe.config b/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe.config deleted file mode 100644 index 0bf29b34..00000000 --- a/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe.config +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe b/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe deleted file mode 100644 index c70e58ef..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe.config b/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe.config deleted file mode 100644 index 0bf29b34..00000000 --- a/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe.config +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/pnunit.framework.dll b/packages/NUnit.2.5.10.11092/tools/pnunit.framework.dll deleted file mode 100644 index 6c105d70..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/pnunit.framework.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/pnunit.tests.dll b/packages/NUnit.2.5.10.11092/tools/pnunit.tests.dll deleted file mode 100644 index dce018ac..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/pnunit.tests.dll and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/runFile.exe b/packages/NUnit.2.5.10.11092/tools/runFile.exe deleted file mode 100644 index a7944586..00000000 Binary files a/packages/NUnit.2.5.10.11092/tools/runFile.exe and /dev/null differ diff --git a/packages/NUnit.2.5.10.11092/tools/runFile.exe.config b/packages/NUnit.2.5.10.11092/tools/runFile.exe.config deleted file mode 100644 index f58f099b..00000000 --- a/packages/NUnit.2.5.10.11092/tools/runFile.exe.config +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/NUnit.2.5.10.11092/tools/runpnunit.bat b/packages/NUnit.2.5.10.11092/tools/runpnunit.bat deleted file mode 100644 index a05cbb7d..00000000 --- a/packages/NUnit.2.5.10.11092/tools/runpnunit.bat +++ /dev/null @@ -1,2 +0,0 @@ -start pnunit-agent agent.conf -pnunit-launcher test.conf \ No newline at end of file diff --git a/packages/NUnit.2.5.10.11092/tools/test.conf b/packages/NUnit.2.5.10.11092/tools/test.conf deleted file mode 100644 index 14cd1130..00000000 --- a/packages/NUnit.2.5.10.11092/tools/test.conf +++ /dev/null @@ -1,24 +0,0 @@ - - - - - Testing - - - Testing - pnunit.tests.dll - TestLibraries.Testing.EqualTo19 - localhost:8080 - - ..\server - - - - - - - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg b/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg deleted file mode 100644 index 26f15bdc..00000000 Binary files a/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg and /dev/null differ diff --git a/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec b/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec deleted file mode 100644 index d648ffcc..00000000 --- a/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec +++ /dev/null @@ -1,30 +0,0 @@ - - - - NUnit - 2.6.2 - NUnit - Charlie Poole - Charlie Poole - http://nunit.org/nuget/license.html - http://nunit.org/ - http://nunit.org/nuget/nunit_32x32.png - false - NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. - -Version 2.6 is the seventh major release of this well-known and well-tested programming tool. - -This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner. - NUnit is a unit-testing framework for all .Net languages with a strong TDD focus. - Version 2.6 is the seventh major release of NUnit. - -Unlike earlier versions, this package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner. - -The nunit.mocks assembly is now provided by the NUnit.Mocks package. The pnunit.framework assembly is provided by the pNUnit package. - en-US - test testing tdd framework fluent assert theory plugin addin - - - - - \ No newline at end of file diff --git a/packages/NUnit.2.6.2/lib/nunit.framework.dll b/packages/NUnit.2.6.2/lib/nunit.framework.dll deleted file mode 100644 index 3e24ba1c..00000000 Binary files a/packages/NUnit.2.6.2/lib/nunit.framework.dll and /dev/null differ diff --git a/packages/NUnit.2.6.2/lib/nunit.framework.xml b/packages/NUnit.2.6.2/lib/nunit.framework.xml deleted file mode 100644 index c0bd9cbb..00000000 --- a/packages/NUnit.2.6.2/lib/nunit.framework.xml +++ /dev/null @@ -1,10899 +0,0 @@ - - - - nunit.framework - - - - - Attribute used to apply a category to a test - - - - - The name of the category - - - - - Construct attribute for a given category based on - a name. The name may not contain the characters ',', - '+', '-' or '!'. However, this is not checked in the - constructor since it would cause an error to arise at - as the test was loaded without giving a clear indication - of where the problem is located. The error is handled - in NUnitFramework.cs by marking the test as not - runnable. - - The name of the category - - - - Protected constructor uses the Type name as the name - of the category. - - - - - The name of the category - - - - - Used to mark a field for use as a datapoint when executing a theory - within the same fixture that requires an argument of the field's Type. - - - - - Used to mark an array as containing a set of datapoints to be used - executing a theory within the same fixture that requires an argument - of the Type of the array elements. - - - - - Attribute used to provide descriptive text about a - test case or fixture. - - - - - Construct the attribute - - Text describing the test - - - - Gets the test description - - - - - Enumeration indicating how the expected message parameter is to be used - - - - Expect an exact match - - - Expect a message containing the parameter string - - - Match the regular expression provided as a parameter - - - Expect a message that starts with the parameter string - - - - ExpectedExceptionAttribute - - - - - - Constructor for a non-specific exception - - - - - Constructor for a given type of exception - - The type of the expected exception - - - - Constructor for a given exception name - - The full name of the expected exception - - - - Gets or sets the expected exception type - - - - - Gets or sets the full Type name of the expected exception - - - - - Gets or sets the expected message text - - - - - Gets or sets the user message displayed in case of failure - - - - - Gets or sets the type of match to be performed on the expected message - - - - - Gets the name of a method to be used as an exception handler - - - - - ExplicitAttribute marks a test or test fixture so that it will - only be run if explicitly executed from the gui or command line - or if it is included by use of a filter. The test will not be - run simply because an enclosing suite is run. - - - - - Default constructor - - - - - Constructor with a reason - - The reason test is marked explicit - - - - The reason test is marked explicit - - - - - Attribute used to mark a test that is to be ignored. - Ignored tests result in a warning message when the - tests are run. - - - - - Constructs the attribute without giving a reason - for ignoring the test. - - - - - Constructs the attribute giving a reason for ignoring the test - - The reason for ignoring the test - - - - The reason for ignoring a test - - - - - Abstract base for Attributes that are used to include tests - in the test run based on environmental settings. - - - - - Constructor with no included items specified, for use - with named property syntax. - - - - - Constructor taking one or more included items - - Comma-delimited list of included items - - - - Name of the item that is needed in order for - a test to run. Multiple itemss may be given, - separated by a comma. - - - - - Name of the item to be excluded. Multiple items - may be given, separated by a comma. - - - - - The reason for including or excluding the test - - - - - PlatformAttribute is used to mark a test fixture or an - individual method as applying to a particular platform only. - - - - - Constructor with no platforms specified, for use - with named property syntax. - - - - - Constructor taking one or more platforms - - Comma-deliminted list of platforms - - - - CultureAttribute is used to mark a test fixture or an - individual method as applying to a particular Culture only. - - - - - Constructor with no cultures specified, for use - with named property syntax. - - - - - Constructor taking one or more cultures - - Comma-deliminted list of cultures - - - - Marks a test to use a combinatorial join of any argument data - provided. NUnit will create a test case for every combination of - the arguments provided. This can result in a large number of test - cases and so should be used judiciously. This is the default join - type, so the attribute need not be used except as documentation. - - - - - PropertyAttribute is used to attach information to a test as a name/value pair.. - - - - - Construct a PropertyAttribute with a name and string value - - The name of the property - The property value - - - - Construct a PropertyAttribute with a name and int value - - The name of the property - The property value - - - - Construct a PropertyAttribute with a name and double value - - The name of the property - The property value - - - - Constructor for derived classes that set the - property dictionary directly. - - - - - Constructor for use by derived classes that use the - name of the type as the property name. Derived classes - must ensure that the Type of the property value is - a standard type supported by the BCL. Any custom - types will cause a serialization Exception when - in the client. - - - - - Gets the property dictionary for this attribute - - - - - Default constructor - - - - - Marks a test to use pairwise join of any argument data provided. - NUnit will attempt too excercise every pair of argument values at - least once, using as small a number of test cases as it can. With - only two arguments, this is the same as a combinatorial join. - - - - - Default constructor - - - - - Marks a test to use a sequential join of any argument data - provided. NUnit will use arguements for each parameter in - sequence, generating test cases up to the largest number - of argument values provided and using null for any arguments - for which it runs out of values. Normally, this should be - used with the same number of arguments for each parameter. - - - - - Default constructor - - - - - Summary description for MaxTimeAttribute. - - - - - Construct a MaxTimeAttribute, given a time in milliseconds. - - The maximum elapsed time in milliseconds - - - - RandomAttribute is used to supply a set of random values - to a single parameter of a parameterized test. - - - - - ValuesAttribute is used to provide literal arguments for - an individual parameter of a test. - - - - - Abstract base class for attributes that apply to parameters - and supply data for the parameter. - - - - - Gets the data to be provided to the specified parameter - - - - - The collection of data to be returned. Must - be set by any derived attribute classes. - We use an object[] so that the individual - elements may have their type changed in GetData - if necessary. - - - - - Construct with one argument - - - - - - Construct with two arguments - - - - - - - Construct with three arguments - - - - - - - - Construct with an array of arguments - - - - - - Get the collection of values to be used as arguments - - - - - Construct a set of doubles from 0.0 to 1.0, - specifying only the count. - - - - - - Construct a set of doubles from min to max - - - - - - - - Construct a set of ints from min to max - - - - - - - - Get the collection of values to be used as arguments - - - - - RangeAttribute is used to supply a range of values to an - individual parameter of a parameterized test. - - - - - Construct a range of ints using default step of 1 - - - - - - - Construct a range of ints specifying the step size - - - - - - - - Construct a range of longs - - - - - - - - Construct a range of doubles - - - - - - - - Construct a range of floats - - - - - - - - RepeatAttribute may be applied to test case in order - to run it multiple times. - - - - - Construct a RepeatAttribute - - The number of times to run the test - - - - RequiredAddinAttribute may be used to indicate the names of any addins - that must be present in order to run some or all of the tests in an - assembly. If the addin is not loaded, the entire assembly is marked - as NotRunnable. - - - - - Initializes a new instance of the class. - - The required addin. - - - - Gets the name of required addin. - - The required addin name. - - - - Summary description for SetCultureAttribute. - - - - - Construct given the name of a culture - - - - - - Summary description for SetUICultureAttribute. - - - - - Construct given the name of a culture - - - - - - SetUpAttribute is used in a TestFixture to identify a method - that is called immediately before each test is run. It is - also used in a SetUpFixture to identify the method that is - called once, before any of the subordinate tests are run. - - - - - Attribute used to mark a class that contains one-time SetUp - and/or TearDown methods that apply to all the tests in a - namespace or an assembly. - - - - - Attribute used to mark a static (shared in VB) property - that returns a list of tests. - - - - - Attribute used in a TestFixture to identify a method that is - called immediately after each test is run. It is also used - in a SetUpFixture to identify the method that is called once, - after all subordinate tests have run. In either case, the method - is guaranteed to be called, even if an exception is thrown. - - - - - Provide actions to execute before and after tests. - - - - - When implemented by an attribute, this interface implemented to provide actions to execute before and after tests. - - - - - Executed before each test is run - - Provides details about the test that is going to be run. - - - - Executed after each test is run - - Provides details about the test that has just been run. - - - - Provides the target for the action attribute - - The target for the action attribute - - - - Adding this attribute to a method within a - class makes the method callable from the NUnit test runner. There is a property - called Description which is optional which you can provide a more detailed test - description. This class cannot be inherited. - - - - [TestFixture] - public class Fixture - { - [Test] - public void MethodToTest() - {} - - [Test(Description = "more detailed description")] - publc void TestDescriptionMethod() - {} - } - - - - - - Descriptive text for this test - - - - - TestCaseAttribute is used to mark parameterized test cases - and provide them with their arguments. - - - - - The ITestCaseData interface is implemented by a class - that is able to return complete testcases for use by - a parameterized test method. - - NOTE: This interface is used in both the framework - and the core, even though that results in two different - types. However, sharing the source code guarantees that - the various implementations will be compatible and that - the core is able to reflect successfully over the - framework implementations of ITestCaseData. - - - - - Gets the argument list to be provided to the test - - - - - Gets the expected result - - - - - Indicates whether a result has been specified. - This is necessary because the result may be - null, so it's value cannot be checked. - - - - - Gets the expected exception Type - - - - - Gets the FullName of the expected exception - - - - - Gets the name to be used for the test - - - - - Gets the description of the test - - - - - Gets a value indicating whether this is ignored. - - true if ignored; otherwise, false. - - - - Gets a value indicating whether this is explicit. - - true if explicit; otherwise, false. - - - - Gets the ignore reason. - - The ignore reason. - - - - Construct a TestCaseAttribute with a list of arguments. - This constructor is not CLS-Compliant - - - - - - Construct a TestCaseAttribute with a single argument - - - - - - Construct a TestCaseAttribute with a two arguments - - - - - - - Construct a TestCaseAttribute with a three arguments - - - - - - - - Gets the list of arguments to a test case - - - - - Gets or sets the expected result. Use - ExpectedResult by preference. - - The result. - - - - Gets or sets the expected result. - - The result. - - - - Gets a flag indicating whether an expected - result has been set. - - - - - Gets a list of categories associated with this test; - - - - - Gets or sets the category associated with this test. - May be a single category or a comma-separated list. - - - - - Gets or sets the expected exception. - - The expected exception. - - - - Gets or sets the name the expected exception. - - The expected name of the exception. - - - - Gets or sets the expected message of the expected exception - - The expected message of the exception. - - - - Gets or sets the type of match to be performed on the expected message - - - - - Gets or sets the description. - - The description. - - - - Gets or sets the name of the test. - - The name of the test. - - - - Gets or sets the ignored status of the test - - - - - Gets or sets the ignored status of the test - - - - - Gets or sets the explicit status of the test - - - - - Gets or sets the reason for not running the test - - - - - Gets or sets the reason for not running the test. - Set has the side effect of marking the test as ignored. - - The ignore reason. - - - - FactoryAttribute indicates the source to be used to - provide test cases for a test method. - - - - - Construct with the name of the data source, which must - be a property, field or method of the test class itself. - - An array of the names of the factories that will provide data - - - - Construct with a Type, which must implement IEnumerable - - The Type that will provide data - - - - Construct with a Type and name. - that don't support params arrays. - - The Type that will provide data - The name of the method, property or field that will provide data - - - - The name of a the method, property or fiend to be used as a source - - - - - A Type to be used as a source - - - - - Gets or sets the category associated with this test. - May be a single category or a comma-separated list. - - - - - [TestFixture] - public class ExampleClass - {} - - - - - Default constructor - - - - - Construct with a object[] representing a set of arguments. - In .NET 2.0, the arguments may later be separated into - type arguments and constructor arguments. - - - - - - Descriptive text for this fixture - - - - - Gets and sets the category for this fixture. - May be a comma-separated list of categories. - - - - - Gets a list of categories for this fixture - - - - - The arguments originally provided to the attribute - - - - - Gets or sets a value indicating whether this should be ignored. - - true if ignore; otherwise, false. - - - - Gets or sets the ignore reason. May set Ignored as a side effect. - - The ignore reason. - - - - Get or set the type arguments. If not set - explicitly, any leading arguments that are - Types are taken as type arguments. - - - - - Attribute used to identify a method that is - called before any tests in a fixture are run. - - - - - Attribute used to identify a method that is called after - all the tests in a fixture have run. The method is - guaranteed to be called, even if an exception is thrown. - - - - - Adding this attribute to a method within a - class makes the method callable from the NUnit test runner. There is a property - called Description which is optional which you can provide a more detailed test - description. This class cannot be inherited. - - - - [TestFixture] - public class Fixture - { - [Test] - public void MethodToTest() - {} - - [Test(Description = "more detailed description")] - publc void TestDescriptionMethod() - {} - } - - - - - - Used on a method, marks the test with a timeout value in milliseconds. - The test will be run in a separate thread and is cancelled if the timeout - is exceeded. Used on a method or assembly, sets the default timeout - for all contained test methods. - - - - - Construct a TimeoutAttribute given a time in milliseconds - - The timeout value in milliseconds - - - - Marks a test that must run in the STA, causing it - to run in a separate thread if necessary. - - On methods, you may also use STAThreadAttribute - to serve the same purpose. - - - - - Construct a RequiresSTAAttribute - - - - - Marks a test that must run in the MTA, causing it - to run in a separate thread if necessary. - - On methods, you may also use MTAThreadAttribute - to serve the same purpose. - - - - - Construct a RequiresMTAAttribute - - - - - Marks a test that must run on a separate thread. - - - - - Construct a RequiresThreadAttribute - - - - - Construct a RequiresThreadAttribute, specifying the apartment - - - - - ValueSourceAttribute indicates the source to be used to - provide data for one parameter of a test method. - - - - - Construct with the name of the factory - for use with languages - that don't support params arrays. - - The name of the data source to be used - - - - Construct with a Type and name - for use with languages - that don't support params arrays. - - The Type that will provide data - The name of the method, property or field that will provide data - - - - The name of a the method, property or fiend to be used as a source - - - - - A Type to be used as a source - - - - - AttributeExistsConstraint tests for the presence of a - specified attribute on a Type. - - - - - The Constraint class is the base of all built-in constraints - within NUnit. It provides the operator overloads used to combine - constraints. - - - - - The IConstraintExpression interface is implemented by all - complete and resolvable constraints and expressions. - - - - - Return the top-level constraint for this expression - - - - - - Static UnsetObject used to detect derived constraints - failing to set the actual value. - - - - - The actual value being tested against a constraint - - - - - The display name of this Constraint for use by ToString() - - - - - Argument fields used by ToString(); - - - - - The builder holding this constraint - - - - - Construct a constraint with no arguments - - - - - Construct a constraint with one argument - - - - - Construct a constraint with two arguments - - - - - Sets the ConstraintBuilder holding this constraint - - - - - Write the failure message to the MessageWriter provided - as an argument. The default implementation simply passes - the constraint and the actual value to the writer, which - then displays the constraint description and the value. - - Constraints that need to provide additional details, - such as where the error occured can override this. - - The MessageWriter on which to display the message - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Test whether the constraint is satisfied by an - ActualValueDelegate that returns the value to be tested. - The default implementation simply evaluates the delegate - but derived classes may override it to provide for delayed - processing. - - An ActualValueDelegate - True for success, false for failure - - - - Test whether the constraint is satisfied by a given reference. - The default implementation simply dereferences the value but - derived classes may override it to provide for delayed processing. - - A reference to the value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Default override of ToString returns the constraint DisplayName - followed by any arguments within angle brackets. - - - - - - Returns the string representation of this constraint - - - - - This operator creates a constraint that is satisfied only if both - argument constraints are satisfied. - - - - - This operator creates a constraint that is satisfied if either - of the argument constraints is satisfied. - - - - - This operator creates a constraint that is satisfied if the - argument constraint is not satisfied. - - - - - Returns a DelayedConstraint with the specified delay time. - - The delay in milliseconds. - - - - - Returns a DelayedConstraint with the specified delay time - and polling interval. - - The delay in milliseconds. - The interval at which to test the constraint. - - - - - The display name of this Constraint for use by ToString(). - The default value is the name of the constraint with - trailing "Constraint" removed. Derived classes may set - this to another name in their constructors. - - - - - Returns a ConstraintExpression by appending And - to the current constraint. - - - - - Returns a ConstraintExpression by appending And - to the current constraint. - - - - - Returns a ConstraintExpression by appending Or - to the current constraint. - - - - - Class used to detect any derived constraints - that fail to set the actual value in their - Matches override. - - - - - Constructs an AttributeExistsConstraint for a specific attribute Type - - - - - - Tests whether the object provides the expected attribute. - - A Type, MethodInfo, or other ICustomAttributeProvider - True if the expected attribute is present, otherwise false - - - - Writes the description of the constraint to the specified writer - - - - - AttributeConstraint tests that a specified attribute is present - on a Type or other provider and that the value of the attribute - satisfies some other constraint. - - - - - Abstract base class used for prefixes - - - - - The base constraint - - - - - Construct given a base constraint - - - - - - Constructs an AttributeConstraint for a specified attriute - Type and base constraint. - - - - - - - Determines whether the Type or other provider has the - expected attribute and if its value matches the - additional constraint specified. - - - - - Writes a description of the attribute to the specified writer. - - - - - Writes the actual value supplied to the specified writer. - - - - - Returns a string representation of the constraint. - - - - - BasicConstraint is the abstract base for constraints that - perform a simple comparison to a constant value. - - - - - Initializes a new instance of the class. - - The expected. - The description. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - NullConstraint tests that the actual value is null - - - - - Initializes a new instance of the class. - - - - - TrueConstraint tests that the actual value is true - - - - - Initializes a new instance of the class. - - - - - FalseConstraint tests that the actual value is false - - - - - Initializes a new instance of the class. - - - - - NaNConstraint tests that the actual value is a double or float NaN - - - - - Test that the actual value is an NaN - - - - - - - Write the constraint description to a specified writer - - - - - - BinaryConstraint is the abstract base of all constraints - that combine two other constraints in some fashion. - - - - - The first constraint being combined - - - - - The second constraint being combined - - - - - Construct a BinaryConstraint from two other constraints - - The first constraint - The second constraint - - - - AndConstraint succeeds only if both members succeed. - - - - - Create an AndConstraint from two other constraints - - The first constraint - The second constraint - - - - Apply both member constraints to an actual value, succeeding - succeeding only if both of them succeed. - - The actual value - True if the constraints both succeeded - - - - Write a description for this contraint to a MessageWriter - - The MessageWriter to receive the description - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - OrConstraint succeeds if either member succeeds - - - - - Create an OrConstraint from two other constraints - - The first constraint - The second constraint - - - - Apply the member constraints to an actual value, succeeding - succeeding as soon as one of them succeeds. - - The actual value - True if either constraint succeeded - - - - Write a description for this contraint to a MessageWriter - - The MessageWriter to receive the description - - - - CollectionConstraint is the abstract base class for - constraints that operate on collections. - - - - - Construct an empty CollectionConstraint - - - - - Construct a CollectionConstraint - - - - - - Determines whether the specified enumerable is empty. - - The enumerable. - - true if the specified enumerable is empty; otherwise, false. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Protected method to be implemented by derived classes - - - - - - - CollectionItemsEqualConstraint is the abstract base class for all - collection constraints that apply some notion of item equality - as a part of their operation. - - - - - Construct an empty CollectionConstraint - - - - - Construct a CollectionConstraint - - - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied Comparison object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Compares two collection members for equality - - - - - Return a new CollectionTally for use in making tests - - The collection to be included in the tally - - - - Flag the constraint to ignore case and return self. - - - - - EmptyCollectionConstraint tests whether a collection is empty. - - - - - Check that the collection is empty - - - - - - - Write the constraint description to a MessageWriter - - - - - - UniqueItemsConstraint tests whether all the items in a - collection are unique. - - - - - Check that all items are unique. - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - CollectionContainsConstraint is used to test whether a collection - contains an expected object as a member. - - - - - Construct a CollectionContainsConstraint - - - - - - Test whether the expected item is contained in the collection - - - - - - - Write a descripton of the constraint to a MessageWriter - - - - - - CollectionEquivalentCOnstraint is used to determine whether two - collections are equivalent. - - - - - Construct a CollectionEquivalentConstraint - - - - - - Test whether two collections are equivalent - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - CollectionSubsetConstraint is used to determine whether - one collection is a subset of another - - - - - Construct a CollectionSubsetConstraint - - The collection that the actual value is expected to be a subset of - - - - Test whether the actual collection is a subset of - the expected collection provided. - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - CollectionOrderedConstraint is used to test whether a collection is ordered. - - - - - Construct a CollectionOrderedConstraint - - - - - Modifies the constraint to use an IComparer and returns self. - - - - - Modifies the constraint to use an IComparer<T> and returns self. - - - - - Modifies the constraint to use a Comparison<T> and returns self. - - - - - Modifies the constraint to test ordering by the value of - a specified property and returns self. - - - - - Test whether the collection is ordered - - - - - - - Write a description of the constraint to a MessageWriter - - - - - - Returns the string representation of the constraint. - - - - - - If used performs a reverse comparison - - - - - CollectionTally counts (tallies) the number of - occurences of each object in one or more enumerations. - - - - - Construct a CollectionTally object from a comparer and a collection - - - - - Try to remove an object from the tally - - The object to remove - True if successful, false if the object was not found - - - - Try to remove a set of objects from the tally - - The objects to remove - True if successful, false if any object was not found - - - - The number of objects remaining in the tally - - - - - ComparisonAdapter class centralizes all comparisons of - values in NUnit, adapting to the use of any provided - IComparer, IComparer<T> or Comparison<T> - - - - - Returns a ComparisonAdapter that wraps an IComparer - - - - - Returns a ComparisonAdapter that wraps an IComparer<T> - - - - - Returns a ComparisonAdapter that wraps a Comparison<T> - - - - - Compares two objects - - - - - Gets the default ComparisonAdapter, which wraps an - NUnitComparer object. - - - - - Construct a ComparisonAdapter for an IComparer - - - - - Compares two objects - - - - - - - - Construct a default ComparisonAdapter - - - - - ComparisonAdapter<T> extends ComparisonAdapter and - allows use of an IComparer<T> or Comparison<T> - to actually perform the comparison. - - - - - Construct a ComparisonAdapter for an IComparer<T> - - - - - Compare a Type T to an object - - - - - Construct a ComparisonAdapter for a Comparison<T> - - - - - Compare a Type T to an object - - - - - Abstract base class for constraints that compare values to - determine if one is greater than, equal to or less than - the other. This class supplies the Using modifiers. - - - - - ComparisonAdapter to be used in making the comparison - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - - - - Modifies the constraint to use an IComparer and returns self - - - - - Modifies the constraint to use an IComparer<T> and returns self - - - - - Modifies the constraint to use a Comparison<T> and returns self - - - - - Delegate used to delay evaluation of the actual value - to be used in evaluating a constraint - - - - - ConstraintBuilder maintains the stacks that are used in - processing a ConstraintExpression. An OperatorStack - is used to hold operators that are waiting for their - operands to be reognized. a ConstraintStack holds - input constraints as well as the results of each - operator applied. - - - - - Initializes a new instance of the class. - - - - - Appends the specified operator to the expression by first - reducing the operator stack and then pushing the new - operator on the stack. - - The operator to push. - - - - Appends the specified constraint to the expresson by pushing - it on the constraint stack. - - The constraint to push. - - - - Sets the top operator right context. - - The right context. - - - - Reduces the operator stack until the topmost item - precedence is greater than or equal to the target precedence. - - The target precedence. - - - - Resolves this instance, returning a Constraint. If the builder - is not currently in a resolvable state, an exception is thrown. - - The resolved constraint - - - - Gets a value indicating whether this instance is resolvable. - - - true if this instance is resolvable; otherwise, false. - - - - - OperatorStack is a type-safe stack for holding ConstraintOperators - - - - - Initializes a new instance of the class. - - The builder. - - - - Pushes the specified operator onto the stack. - - The op. - - - - Pops the topmost operator from the stack. - - - - - - Gets a value indicating whether this is empty. - - true if empty; otherwise, false. - - - - Gets the topmost operator without modifying the stack. - - The top. - - - - ConstraintStack is a type-safe stack for holding Constraints - - - - - Initializes a new instance of the class. - - The builder. - - - - Pushes the specified constraint. As a side effect, - the constraint's builder field is set to the - ConstraintBuilder owning this stack. - - The constraint. - - - - Pops this topmost constrait from the stack. - As a side effect, the constraint's builder - field is set to null. - - - - - - Gets a value indicating whether this is empty. - - true if empty; otherwise, false. - - - - Gets the topmost constraint without modifying the stack. - - The topmost constraint - - - - ConstraintExpression represents a compound constraint in the - process of being constructed from a series of syntactic elements. - - Individual elements are appended to the expression as they are - reognized. Once an actual Constraint is appended, the expression - returns a resolvable Constraint. - - - - - ConstraintExpressionBase is the abstract base class for the - ConstraintExpression class, which represents a - compound constraint in the process of being constructed - from a series of syntactic elements. - - NOTE: ConstraintExpressionBase is separate because the - ConstraintExpression class was generated in earlier - versions of NUnit. The two classes may be combined - in a future version. - - - - - The ConstraintBuilder holding the elements recognized so far - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the - class passing in a ConstraintBuilder, which may be pre-populated. - - The builder. - - - - Returns a string representation of the expression as it - currently stands. This should only be used for testing, - since it has the side-effect of resolving the expression. - - - - - - Appends an operator to the expression and returns the - resulting expression itself. - - - - - Appends a self-resolving operator to the expression and - returns a new ResolvableConstraintExpression. - - - - - Appends a constraint to the expression and returns that - constraint, which is associated with the current state - of the expression being built. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the - class passing in a ConstraintBuilder, which may be pre-populated. - - The builder. - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding only if a specified number of them succeed. - - - - - Returns a new PropertyConstraintExpression, which will either - test for the existence of the named property on the object - being tested or apply any following constraint to that property. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns the constraint provided as an argument - used to allow custom - custom constraints to easily participate in the syntax. - - - - - Returns the constraint provided as an argument - used to allow custom - custom constraints to easily participate in the syntax. - - - - - Returns a constraint that tests two items for equality - - - - - Returns a constraint that tests that two references are the same object - - - - - Returns a constraint that tests whether the - actual value is greater than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a collection containing the same elements as the - collection supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a subset of the collection supplied as an argument. - - - - - Returns a new CollectionContainsConstraint checking for the - presence of a particular object in the collection. - - - - - Returns a new CollectionContainsConstraint checking for the - presence of a particular object in the collection. - - - - - Returns a new ContainsConstraint. This constraint - will, in turn, make use of the appropriate second-level - constraint, depending on the type of the actual argument. - This overload is only used if the item sought is a string, - since any other type implies that we are looking for a - collection member. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that tests whether the path provided - is the same as an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the actual value falls - within a specified range. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them succeed. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if at least one of them succeeds. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them fail. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Length property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Count property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Message property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the InnerException property of the object being tested. - - - - - With is currently a NOP - reserved for future use. - - - - - Returns a constraint that tests for null - - - - - Returns a constraint that tests for True - - - - - Returns a constraint that tests for False - - - - - Returns a constraint that tests for a positive value - - - - - Returns a constraint that tests for a negative value - - - - - Returns a constraint that tests for NaN - - - - - Returns a constraint that tests for empty - - - - - Returns a constraint that tests whether a collection - contains all unique items. - - - - - Returns a constraint that tests whether an object graph is serializable in binary format. - - - - - Returns a constraint that tests whether an object graph is serializable in xml format. - - - - - Returns a constraint that tests whether a collection is ordered - - - - - Helper class with properties and methods that supply - a number of constraints used in Asserts. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding only if a specified number of them succeed. - - - - - Returns a new PropertyConstraintExpression, which will either - test for the existence of the named property on the object - being tested or apply any following constraint to that property. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns a constraint that tests two items for equality - - - - - Returns a constraint that tests that two references are the same object - - - - - Returns a constraint that tests whether the - actual value is greater than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a collection containing the same elements as the - collection supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a subset of the collection supplied as an argument. - - - - - Returns a new CollectionContainsConstraint checking for the - presence of a particular object in the collection. - - - - - Returns a new CollectionContainsConstraint checking for the - presence of a particular object in the collection. - - - - - Returns a new ContainsConstraint. This constraint - will, in turn, make use of the appropriate second-level - constraint, depending on the type of the actual argument. - This overload is only used if the item sought is a string, - since any other type implies that we are looking for a - collection member. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that fails if the actual - value matches the pattern supplied as an argument. - - - - - Returns a constraint that tests whether the path provided - is the same as an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the actual value falls - within a specified range. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them succeed. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if at least one of them succeeds. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them fail. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Length property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Count property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Message property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the InnerException property of the object being tested. - - - - - Returns a constraint that tests for null - - - - - Returns a constraint that tests for True - - - - - Returns a constraint that tests for False - - - - - Returns a constraint that tests for a positive value - - - - - Returns a constraint that tests for a negative value - - - - - Returns a constraint that tests for NaN - - - - - Returns a constraint that tests for empty - - - - - Returns a constraint that tests whether a collection - contains all unique items. - - - - - Returns a constraint that tests whether an object graph is serializable in binary format. - - - - - Returns a constraint that tests whether an object graph is serializable in xml format. - - - - - Returns a constraint that tests whether a collection is ordered - - - - - The ConstraintOperator class is used internally by a - ConstraintBuilder to represent an operator that - modifies or combines constraints. - - Constraint operators use left and right precedence - values to determine whether the top operator on the - stack should be reduced before pushing a new operator. - - - - - The precedence value used when the operator - is about to be pushed to the stack. - - - - - The precedence value used when the operator - is on the top of the stack. - - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - - The syntax element preceding this operator - - - - - The syntax element folowing this operator - - - - - The precedence value used when the operator - is about to be pushed to the stack. - - - - - The precedence value used when the operator - is on the top of the stack. - - - - - PrefixOperator takes a single constraint and modifies - it's action in some way. - - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - - Returns the constraint created by applying this - prefix to another constraint. - - - - - - - Negates the test of the constraint it wraps. - - - - - Constructs a new NotOperator - - - - - Returns a NotConstraint applied to its argument. - - - - - Abstract base for operators that indicate how to - apply a constraint to items in a collection. - - - - - Constructs a CollectionOperator - - - - - Represents a constraint that succeeds if all the - members of a collection match a base constraint. - - - - - Returns a constraint that will apply the argument - to the members of a collection, succeeding if - they all succeed. - - - - - Represents a constraint that succeeds if any of the - members of a collection match a base constraint. - - - - - Returns a constraint that will apply the argument - to the members of a collection, succeeding if - any of them succeed. - - - - - Represents a constraint that succeeds if none of the - members of a collection match a base constraint. - - - - - Returns a constraint that will apply the argument - to the members of a collection, succeeding if - none of them succeed. - - - - - Represents a constraint that succeeds if the specified - count of members of a collection match a base constraint. - - - - - Construct an ExactCountOperator for a specified count - - The expected count - - - - Returns a constraint that will apply the argument - to the members of a collection, succeeding if - none of them succeed. - - - - - Represents a constraint that simply wraps the - constraint provided as an argument, without any - further functionality, but which modifes the - order of evaluation because of its precedence. - - - - - Constructor for the WithOperator - - - - - Returns a constraint that wraps its argument - - - - - Abstract base class for operators that are able to reduce to a - constraint whether or not another syntactic element follows. - - - - - Operator used to test for the presence of a named Property - on an object and optionally apply further tests to the - value of that property. - - - - - Constructs a PropOperator for a particular named property - - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - - Gets the name of the property to which the operator applies - - - - - Operator that tests for the presence of a particular attribute - on a type and optionally applies further tests to the attribute. - - - - - Construct an AttributeOperator for a particular Type - - The Type of attribute tested - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - Operator that tests that an exception is thrown and - optionally applies further tests to the exception. - - - - - Construct a ThrowsOperator - - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - Abstract base class for all binary operators - - - - - Reduce produces a constraint from the operator and - any arguments. It takes the arguments from the constraint - stack and pushes the resulting constraint on it. - - - - - - Abstract method that produces a constraint by applying - the operator to its left and right constraint arguments. - - - - - Gets the left precedence of the operator - - - - - Gets the right precedence of the operator - - - - - Operator that requires both it's arguments to succeed - - - - - Construct an AndOperator - - - - - Apply the operator to produce an AndConstraint - - - - - Operator that requires at least one of it's arguments to succeed - - - - - Construct an OrOperator - - - - - Apply the operator to produce an OrConstraint - - - - - ContainsConstraint tests a whether a string contains a substring - or a collection contains an object. It postpones the decision of - which test to use until the type of the actual argument is known. - This allows testing whether a string is contained in a collection - or as a substring of another string using the same syntax. - - - - - Initializes a new instance of the class. - - The expected. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied Comparison object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to ignore case and return self. - - - - - Applies a delay to the match so that a match can be evaluated in the future. - - - - - Creates a new DelayedConstraint - - The inner constraint two decorate - The time interval after which the match is performed - If the value of is less than 0 - - - - Creates a new DelayedConstraint - - The inner constraint two decorate - The time interval after which the match is performed - The time interval used for polling - If the value of is less than 0 - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for if the base constraint fails, false if it succeeds - - - - Test whether the constraint is satisfied by a delegate - - The delegate whose value is to be tested - True for if the base constraint fails, false if it succeeds - - - - Test whether the constraint is satisfied by a given reference. - Overridden to wait for the specified delay period before - calling the base constraint with the dereferenced value. - - A reference to the value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a MessageWriter. - - The writer on which the actual value is displayed - - - - Returns the string representation of the constraint. - - - - - EmptyDirectoryConstraint is used to test that a directory is empty - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - EmptyConstraint tests a whether a string or collection is empty, - postponing the decision about which test is applied until the - type of the actual argument is known. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - EqualConstraint is able to compare an actual value with the - expected value provided in its constructor. Two objects are - considered equal if both are null, or if both have the same - value. NUnit has special semantics for some object types. - - - - - If true, strings in error messages will be clipped - - - - - NUnitEqualityComparer used to test equality. - - - - - Initializes a new instance of the class. - - The expected value. - - - - Flag the constraint to use a tolerance when determining equality. - - Tolerance value to be used - Self. - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied Comparison object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write a failure message. Overridden to provide custom - failure messages for EqualConstraint. - - The MessageWriter to write to - - - - Write description of this constraint - - The MessageWriter to write to - - - - Display the failure information for two collections that did not match. - - The MessageWriter on which to display - The expected collection. - The actual collection - The depth of this failure in a set of nested collections - - - - Displays a single line showing the types and sizes of the expected - and actual enumerations, collections or arrays. If both are identical, - the value is only shown once. - - The MessageWriter on which to display - The expected collection or array - The actual collection or array - The indentation level for the message line - - - - Displays a single line showing the point in the expected and actual - arrays at which the comparison failed. If the arrays have different - structures or dimensions, both values are shown. - - The MessageWriter on which to display - The expected array - The actual array - Index of the failure point in the underlying collections - The indentation level for the message line - - - - Display the failure information for two IEnumerables that did not match. - - The MessageWriter on which to display - The expected enumeration. - The actual enumeration - The depth of this failure in a set of nested collections - - - - Flag the constraint to ignore case and return self. - - - - - Flag the constraint to suppress string clipping - and return self. - - - - - Flag the constraint to compare arrays as collections - and return self. - - - - - Switches the .Within() modifier to interpret its tolerance as - a distance in representable values (see remarks). - - Self. - - Ulp stands for "unit in the last place" and describes the minimum - amount a given value can change. For any integers, an ulp is 1 whole - digit. For floating point values, the accuracy of which is better - for smaller numbers and worse for larger numbers, an ulp depends - on the size of the number. Using ulps for comparison of floating - point results instead of fixed tolerances is safer because it will - automatically compensate for the added inaccuracy of larger numbers. - - - - - Switches the .Within() modifier to interpret its tolerance as - a percentage that the actual values is allowed to deviate from - the expected value. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in days. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in hours. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in minutes. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in seconds. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in milliseconds. - - Self - - - - Causes the tolerance to be interpreted as a TimeSpan in clock ticks. - - Self - - - - EqualityAdapter class handles all equality comparisons - that use an IEqualityComparer, IEqualityComparer<T> - or a ComparisonAdapter. - - - - - Compares two objects, returning true if they are equal - - - - - Returns true if the two objects can be compared by this adapter. - The base adapter cannot handle IEnumerables except for strings. - - - - - Returns an EqualityAdapter that wraps an IComparer. - - - - - Returns an EqualityAdapter that wraps an IEqualityComparer. - - - - - Returns an EqualityAdapter that wraps an IEqualityComparer<T>. - - - - - Returns an EqualityAdapter that wraps an IComparer<T>. - - - - - Returns an EqualityAdapter that wraps a Comparison<T>. - - - - - EqualityAdapter that wraps an IComparer. - - - - - Returns true if the two objects can be compared by this adapter. - Generic adapter requires objects of the specified type. - - - - - EqualityAdapter that wraps an IComparer. - - - - Helper routines for working with floating point numbers - - - The floating point comparison code is based on this excellent article: - http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm - - - "ULP" means Unit in the Last Place and in the context of this library refers to - the distance between two adjacent floating point numbers. IEEE floating point - numbers can only represent a finite subset of natural numbers, with greater - accuracy for smaller numbers and lower accuracy for very large numbers. - - - If a comparison is allowed "2 ulps" of deviation, that means the values are - allowed to deviate by up to 2 adjacent floating point values, which might be - as low as 0.0000001 for small numbers or as high as 10.0 for large numbers. - - - - - Compares two floating point values for equality - First floating point value to be compared - Second floating point value t be compared - - Maximum number of representable floating point values that are allowed to - be between the left and the right floating point values - - True if both numbers are equal or close to being equal - - - Floating point values can only represent a finite subset of natural numbers. - For example, the values 2.00000000 and 2.00000024 can be stored in a float, - but nothing inbetween them. - - - This comparison will count how many possible floating point values are between - the left and the right number. If the number of possible values between both - numbers is less than or equal to maxUlps, then the numbers are considered as - being equal. - - - Implementation partially follows the code outlined here: - http://www.anttirt.net/2007/08/19/proper-floating-point-comparisons/ - - - - - Compares two double precision floating point values for equality - First double precision floating point value to be compared - Second double precision floating point value t be compared - - Maximum number of representable double precision floating point values that are - allowed to be between the left and the right double precision floating point values - - True if both numbers are equal or close to being equal - - - Double precision floating point values can only represent a limited series of - natural numbers. For example, the values 2.0000000000000000 and 2.0000000000000004 - can be stored in a double, but nothing inbetween them. - - - This comparison will count how many possible double precision floating point - values are between the left and the right number. If the number of possible - values between both numbers is less than or equal to maxUlps, then the numbers - are considered as being equal. - - - Implementation partially follows the code outlined here: - http://www.anttirt.net/2007/08/19/proper-floating-point-comparisons/ - - - - - - Reinterprets the memory contents of a floating point value as an integer value - - - Floating point value whose memory contents to reinterpret - - - The memory contents of the floating point value interpreted as an integer - - - - - Reinterprets the memory contents of a double precision floating point - value as an integer value - - - Double precision floating point value whose memory contents to reinterpret - - - The memory contents of the double precision floating point value - interpreted as an integer - - - - - Reinterprets the memory contents of an integer as a floating point value - - Integer value whose memory contents to reinterpret - - The memory contents of the integer value interpreted as a floating point value - - - - - Reinterprets the memory contents of an integer value as a double precision - floating point value - - Integer whose memory contents to reinterpret - - The memory contents of the integer interpreted as a double precision - floating point value - - - - Union of a floating point variable and an integer - - - The union's value as a floating point variable - - - The union's value as an integer - - - The union's value as an unsigned integer - - - Union of a double precision floating point variable and a long - - - The union's value as a double precision floating point variable - - - The union's value as a long - - - The union's value as an unsigned long - - - - Tests whether a value is greater than the value supplied to its constructor - - - - - The value against which a comparison is to be made - - - - - Initializes a new instance of the class. - - The expected value. - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Tests whether a value is greater than or equal to the value supplied to its constructor - - - - - The value against which a comparison is to be made - - - - - Initializes a new instance of the class. - - The expected value. - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Tests whether a value is less than the value supplied to its constructor - - - - - The value against which a comparison is to be made - - - - - Initializes a new instance of the class. - - The expected value. - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Tests whether a value is less than or equal to the value supplied to its constructor - - - - - The value against which a comparison is to be made - - - - - Initializes a new instance of the class. - - The expected value. - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - MessageWriter is the abstract base for classes that write - constraint descriptions and messages in some form. The - class has separate methods for writing various components - of a message, allowing implementations to tailor the - presentation as needed. - - - - - Construct a MessageWriter given a culture - - - - - Method to write single line message with optional args, usually - written to precede the general failure message. - - The message to be written - Any arguments used in formatting the message - - - - Method to write single line message with optional args, usually - written to precede the general failure message, at a givel - indentation level. - - The indentation level of the message - The message to be written - Any arguments used in formatting the message - - - - Display Expected and Actual lines for a constraint. This - is called by MessageWriter's default implementation of - WriteMessageTo and provides the generic two-line display. - - The constraint that failed - - - - Display Expected and Actual lines for given values. This - method may be called by constraints that need more control over - the display of actual and expected values than is provided - by the default implementation. - - The expected value - The actual value causing the failure - - - - Display Expected and Actual lines for given values, including - a tolerance value on the Expected line. - - The expected value - The actual value causing the failure - The tolerance within which the test was made - - - - Display the expected and actual string values on separate lines. - If the mismatch parameter is >=0, an additional line is displayed - line containing a caret that points to the mismatch point. - - The expected string value - The actual string value - The point at which the strings don't match or -1 - If true, case is ignored in locating the point where the strings differ - If true, the strings should be clipped to fit the line - - - - Writes the text for a connector. - - The connector. - - - - Writes the text for a predicate. - - The predicate. - - - - Writes the text for an expected value. - - The expected value. - - - - Writes the text for a modifier - - The modifier. - - - - Writes the text for an actual value. - - The actual value. - - - - Writes the text for a generalized value. - - The value. - - - - Writes the text for a collection value, - starting at a particular point, to a max length - - The collection containing elements to write. - The starting point of the elements to write - The maximum number of elements to write - - - - Abstract method to get the max line length - - - - - Static methods used in creating messages - - - - - Static string used when strings are clipped - - - - - Returns the representation of a type as used in NUnitLite. - This is the same as Type.ToString() except for arrays, - which are displayed with their declared sizes. - - - - - - - Converts any control characters in a string - to their escaped representation. - - The string to be converted - The converted string - - - - Return the a string representation for a set of indices into an array - - Array of indices for which a string is needed - - - - Get an array of indices representing the point in a enumerable, - collection or array corresponding to a single int index into the - collection. - - The collection to which the indices apply - Index in the collection - Array of indices - - - - Clip a string to a given length, starting at a particular offset, returning the clipped - string with ellipses representing the removed parts - - The string to be clipped - The maximum permitted length of the result string - The point at which to start clipping - The clipped string - - - - Clip the expected and actual strings in a coordinated fashion, - so that they may be displayed together. - - - - - - - - - Shows the position two strings start to differ. Comparison - starts at the start index. - - The expected string - The actual string - The index in the strings at which comparison should start - Boolean indicating whether case should be ignored - -1 if no mismatch found, or the index where mismatch found - - - - The Numerics class contains common operations on numeric values. - - - - - Checks the type of the object, returning true if - the object is a numeric type. - - The object to check - true if the object is a numeric type - - - - Checks the type of the object, returning true if - the object is a floating point numeric type. - - The object to check - true if the object is a floating point numeric type - - - - Checks the type of the object, returning true if - the object is a fixed point numeric type. - - The object to check - true if the object is a fixed point numeric type - - - - Test two numeric values for equality, performing the usual numeric - conversions and using a provided or default tolerance. If the tolerance - provided is Empty, this method may set it to a default tolerance. - - The expected value - The actual value - A reference to the tolerance in effect - True if the values are equal - - - - Compare two numeric values, performing the usual numeric conversions. - - The expected value - The actual value - The relationship of the values to each other - - - - NUnitComparer encapsulates NUnit's default behavior - in comparing two objects. - - - - - Compares two objects - - - - - - - - Returns the default NUnitComparer. - - - - - Generic version of NUnitComparer - - - - - - Compare two objects of the same type - - - - - NUnitEqualityComparer encapsulates NUnit's handling of - equality tests between objects. - - - - - - - - - - Compares two objects for equality within a tolerance - - The first object to compare - The second object to compare - The tolerance to use in the comparison - - - - - If true, all string comparisons will ignore case - - - - - If true, arrays will be treated as collections, allowing - those of different dimensions to be compared - - - - - Comparison objects used in comparisons for some constraints. - - - - - Compares two objects for equality within a tolerance. - - - - - Helper method to compare two arrays - - - - - Method to compare two DirectoryInfo objects - - first directory to compare - second directory to compare - true if equivalent, false if not - - - - Returns the default NUnitEqualityComparer - - - - - Gets and sets a flag indicating whether case should - be ignored in determining equality. - - - - - Gets and sets a flag indicating that arrays should be - compared as collections, without regard to their shape. - - - - - Gets and sets an external comparer to be used to - test for equality. It is applied to members of - collections, in place of NUnit's own logic. - - - - - Gets the list of failure points for the last Match performed. - - - - - FailurePoint class represents one point of failure - in an equality test. - - - - - The location of the failure - - - - - The expected value - - - - - The actual value - - - - - Indicates whether the expected value is valid - - - - - Indicates whether the actual value is valid - - - - - PathConstraint serves as the abstract base of constraints - that operate on paths and provides several helper methods. - - - - - The expected path used in the constraint - - - - - The actual path being tested - - - - - Flag indicating whether a caseInsensitive comparison should be made - - - - - Construct a PathConstraint for a give expected path - - The expected path - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Returns true if the expected path and actual path match - - - - - Returns the string representation of this constraint - - - - - Canonicalize the provided path - - - The path in standardized form - - - - Test whether two paths are the same - - The first path - The second path - Indicates whether case should be ignored - - - - - Test whether one path is under another path - - The first path - supposed to be the parent path - The second path - supposed to be the child path - Indicates whether case should be ignored - - - - - Test whether one path is the same as or under another path - - The first path - supposed to be the parent path - The second path - supposed to be the child path - - - - - Modifies the current instance to be case-insensitve - and returns it. - - - - - Modifies the current instance to be case-sensitve - and returns it. - - - - - Summary description for SamePathConstraint. - - - - - Initializes a new instance of the class. - - The expected path - - - - Test whether the constraint is satisfied by a given value - - The expected path - The actual path - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - SubPathConstraint tests that the actual path is under the expected path - - - - - Initializes a new instance of the class. - - The expected path - - - - Test whether the constraint is satisfied by a given value - - The expected path - The actual path - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - SamePathOrUnderConstraint tests that one path is under another - - - - - Initializes a new instance of the class. - - The expected path - - - - Test whether the constraint is satisfied by a given value - - The expected path - The actual path - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Predicate constraint wraps a Predicate in a constraint, - returning success if the predicate is true. - - - - - Construct a PredicateConstraint from a predicate - - - - - Determines whether the predicate succeeds when applied - to the actual value. - - - - - Writes the description to a MessageWriter - - - - - NotConstraint negates the effect of some other constraint - - - - - Initializes a new instance of the class. - - The base constraint to be negated. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for if the base constraint fails, false if it succeeds - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a MessageWriter. - - The writer on which the actual value is displayed - - - - AllItemsConstraint applies another constraint to each - item in a collection, succeeding if they all succeed. - - - - - Construct an AllItemsConstraint on top of an existing constraint - - - - - - Apply the item constraint to each item in the collection, - failing if any item fails. - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - SomeItemsConstraint applies another constraint to each - item in a collection, succeeding if any of them succeeds. - - - - - Construct a SomeItemsConstraint on top of an existing constraint - - - - - - Apply the item constraint to each item in the collection, - succeeding if any item succeeds. - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - NoItemConstraint applies another constraint to each - item in a collection, failing if any of them succeeds. - - - - - Construct a NoItemConstraint on top of an existing constraint - - - - - - Apply the item constraint to each item in the collection, - failing if any item fails. - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - ExactCoutConstraint applies another constraint to each - item in a collection, succeeding only if a specified - number of items succeed. - - - - - Construct an ExactCountConstraint on top of an existing constraint - - - - - - - Apply the item constraint to each item in the collection, - succeeding only if the expected number of items pass. - - - - - - - Write a description of this constraint to a MessageWriter - - - - - - PropertyExistsConstraint tests that a named property - exists on the object provided through Match. - - Originally, PropertyConstraint provided this feature - in addition to making optional tests on the vaue - of the property. The two constraints are now separate. - - - - - Initializes a new instance of the class. - - The name of the property. - - - - Test whether the property exists for a given object - - The object to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. - - The writer on which the actual value is displayed - - - - Returns the string representation of the constraint. - - - - - - PropertyConstraint extracts a named property and uses - its value as the actual value for a chained constraint. - - - - - Initializes a new instance of the class. - - The name. - The constraint to apply to the property. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Returns the string representation of the constraint. - - - - - - RangeConstraint tests whethe two values are within a - specified range. - - - - - Initializes a new instance of the class. - - From. - To. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - ResolvableConstraintExpression is used to represent a compound - constraint being constructed at a point where the last operator - may either terminate the expression or may have additional - qualifying constraints added to it. - - It is used, for example, for a Property element or for - an Exception element, either of which may be optionally - followed by constraints that apply to the property or - exception. - - - - - Create a new instance of ResolvableConstraintExpression - - - - - Create a new instance of ResolvableConstraintExpression, - passing in a pre-populated ConstraintBuilder. - - - - - Resolve the current expression to a Constraint - - - - - This operator creates a constraint that is satisfied only if both - argument constraints are satisfied. - - - - - This operator creates a constraint that is satisfied only if both - argument constraints are satisfied. - - - - - This operator creates a constraint that is satisfied only if both - argument constraints are satisfied. - - - - - This operator creates a constraint that is satisfied if either - of the argument constraints is satisfied. - - - - - This operator creates a constraint that is satisfied if either - of the argument constraints is satisfied. - - - - - This operator creates a constraint that is satisfied if either - of the argument constraints is satisfied. - - - - - This operator creates a constraint that is satisfied if the - argument constraint is not satisfied. - - - - - Appends an And Operator to the expression - - - - - Appends an Or operator to the expression. - - - - - ReusableConstraint wraps a resolved constraint so that it - may be saved and reused as needed. - - - - - Construct a ReusableConstraint - - The constraint or expression to be reused - - - - Conversion operator from a normal constraint to a ReusableConstraint. - - The original constraint to be wrapped as a ReusableConstraint - - - - - Returns the string representation of the constraint. - - A string representing the constraint - - - - Resolves the ReusableConstraint by returning the constraint - that it originally wrapped. - - A resolved constraint - - - - SameAsConstraint tests whether an object is identical to - the object passed to its constructor - - - - - Initializes a new instance of the class. - - The expected object. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - BinarySerializableConstraint tests whether - an object is serializable in binary format. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Returns the string representation - - - - - BinarySerializableConstraint tests whether - an object is serializable in binary format. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Returns the string representation of this constraint - - - - - StringConstraint is the abstract base for constraints - that operate on strings. It supports the IgnoreCase - modifier for string operations. - - - - - The expected value - - - - - Indicates whether tests should be case-insensitive - - - - - Constructs a StringConstraint given an expected value - - The expected value - - - - Modify the constraint to ignore case in matching. - - - - - EmptyStringConstraint tests whether a string is empty. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - NullEmptyStringConstraint tests whether a string is either null or empty. - - - - - Constructs a new NullOrEmptyStringConstraint - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - SubstringConstraint can test whether a string contains - the expected substring. - - - - - Initializes a new instance of the class. - - The expected. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - StartsWithConstraint can test whether a string starts - with an expected substring. - - - - - Initializes a new instance of the class. - - The expected string - - - - Test whether the constraint is matched by the actual value. - This is a template method, which calls the IsMatch method - of the derived class. - - - - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - EndsWithConstraint can test whether a string ends - with an expected substring. - - - - - Initializes a new instance of the class. - - The expected string - - - - Test whether the constraint is matched by the actual value. - This is a template method, which calls the IsMatch method - of the derived class. - - - - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - RegexConstraint can test whether a string matches - the pattern provided. - - - - - Initializes a new instance of the class. - - The pattern. - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True for success, false for failure - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - ThrowsConstraint is used to test the exception thrown by - a delegate by applying a constraint to it. - - - - - Initializes a new instance of the class, - using a constraint to be applied to the exception. - - A constraint to apply to the caught exception. - - - - Executes the code of the delegate and captures any exception. - If a non-null base constraint was provided, it applies that - constraint to the exception. - - A delegate representing the code to be tested - True if an exception is thrown and the constraint succeeds, otherwise false - - - - Converts an ActualValueDelegate to a TestDelegate - before calling the primary overload. - - - - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Returns the string representation of this constraint - - - - - Get the actual exception thrown - used by Assert.Throws. - - - - - ThrowsNothingConstraint tests that a delegate does not - throw an exception. - - - - - Test whether the constraint is satisfied by a given value - - The value to be tested - True if no exception is thrown, otherwise false - - - - Converts an ActualValueDelegate to a TestDelegate - before calling the primary overload. - - - - - - - Write the constraint description to a MessageWriter - - The writer on which the description is displayed - - - - Write the actual value for a failing constraint test to a - MessageWriter. The default implementation simply writes - the raw value of actual, leaving it to the writer to - perform any formatting. - - The writer on which the actual value is displayed - - - - Modes in which the tolerance value for a comparison can - be interpreted. - - - - - The tolerance was created with a value, without specifying - how the value would be used. This is used to prevent setting - the mode more than once and is generally changed to Linear - upon execution of the test. - - - - - The tolerance is used as a numeric range within which - two compared values are considered to be equal. - - - - - Interprets the tolerance as the percentage by which - the two compared values my deviate from each other. - - - - - Compares two values based in their distance in - representable numbers. - - - - - The Tolerance class generalizes the notion of a tolerance - within which an equality test succeeds. Normally, it is - used with numeric types, but it can be used with any - type that supports taking a difference between two - objects and comparing that difference to a value. - - - - - Constructs a linear tolerance of a specdified amount - - - - - Constructs a tolerance given an amount and ToleranceMode - - - - - Tests that the current Tolerance is linear with a - numeric value, throwing an exception if it is not. - - - - - Returns an empty Tolerance object, equivalent to - specifying no tolerance. In most cases, it results - in an exact match but for floats and doubles a - default tolerance may be used. - - - - - Returns a zero Tolerance object, equivalent to - specifying an exact match. - - - - - Gets the ToleranceMode for the current Tolerance - - - - - Gets the value of the current Tolerance instance. - - - - - Returns a new tolerance, using the current amount as a percentage. - - - - - Returns a new tolerance, using the current amount in Ulps. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of days. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of hours. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of minutes. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of seconds. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of milliseconds. - - - - - Returns a new tolerance with a TimeSpan as the amount, using - the current amount as a number of clock ticks. - - - - - Returns true if the current tolerance is empty. - - - - - TypeConstraint is the abstract base for constraints - that take a Type as their expected value. - - - - - The expected Type used by the constraint - - - - - Construct a TypeConstraint for a given Type - - - - - - Write the actual value for a failing constraint test to a - MessageWriter. TypeConstraints override this method to write - the name of the type. - - The writer on which the actual value is displayed - - - - ExactTypeConstraint is used to test that an object - is of the exact type provided in the constructor - - - - - Construct an ExactTypeConstraint for a given Type - - The expected Type. - - - - Test that an object is of the exact type specified - - The actual value. - True if the tested object is of the exact type provided, otherwise false. - - - - Write the description of this constraint to a MessageWriter - - The MessageWriter to use - - - - ExceptionTypeConstraint is a special version of ExactTypeConstraint - used to provided detailed info about the exception thrown in - an error message. - - - - - Constructs an ExceptionTypeConstraint - - - - - Write the actual value for a failing constraint test to a - MessageWriter. Overriden to write additional information - in the case of an Exception. - - The MessageWriter to use - - - - InstanceOfTypeConstraint is used to test that an object - is of the same type provided or derived from it. - - - - - Construct an InstanceOfTypeConstraint for the type provided - - The expected Type - - - - Test whether an object is of the specified type or a derived type - - The object to be tested - True if the object is of the provided type or derives from it, otherwise false. - - - - Write a description of this constraint to a MessageWriter - - The MessageWriter to use - - - - AssignableFromConstraint is used to test that an object - can be assigned from a given Type. - - - - - Construct an AssignableFromConstraint for the type provided - - - - - - Test whether an object can be assigned from the specified type - - The object to be tested - True if the object can be assigned a value of the expected Type, otherwise false. - - - - Write a description of this constraint to a MessageWriter - - The MessageWriter to use - - - - AssignableToConstraint is used to test that an object - can be assigned to a given Type. - - - - - Construct an AssignableToConstraint for the type provided - - - - - - Test whether an object can be assigned to the specified type - - The object to be tested - True if the object can be assigned a value of the expected Type, otherwise false. - - - - Write a description of this constraint to a MessageWriter - - The MessageWriter to use - - - - Thrown when an assertion failed. - - - - - The error message that explains - the reason for the exception - - - The error message that explains - the reason for the exception - The exception that caused the - current exception - - - - Serialization Constructor - - - - - Thrown when an assertion failed. - - - - - - - The error message that explains - the reason for the exception - The exception that caused the - current exception - - - - Serialization Constructor - - - - - Thrown when a test executes inconclusively. - - - - - The error message that explains - the reason for the exception - - - The error message that explains - the reason for the exception - The exception that caused the - current exception - - - - Serialization Constructor - - - - - Thrown when an assertion failed. - - - - - - - The error message that explains - the reason for the exception - The exception that caused the - current exception - - - - Serialization Constructor - - - - - - - - - - - Compares two objects of a given Type for equality within a tolerance - - The first object to compare - The second object to compare - The tolerance to use in the comparison - - - - - The different targets a test action attribute can be applied to - - - - - Default target, which is determined by where the action attribute is attached - - - - - Target a individual test case - - - - - Target a suite of test cases - - - - - Delegate used by tests that execute code and - capture any thrown exception. - - - - - The Assert class contains a collection of static methods that - implement the most common assertions used in NUnit. - - - - - We don't actually want any instances of this object, but some people - like to inherit from it to add other static methods. Hence, the - protected constructor disallows any instances of this object. - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - Helper for Assert.AreEqual(double expected, double actual, ...) - allowing code generation to work consistently. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Throws a with the message and arguments - that are passed in. This allows a test to be cut short, with a result - of success returned to NUnit. - - The message to initialize the with. - Arguments to be used in formatting the message - - - - Throws a with the message and arguments - that are passed in. This allows a test to be cut short, with a result - of success returned to NUnit. - - The message to initialize the with. - - - - Throws a with the message and arguments - that are passed in. This allows a test to be cut short, with a result - of success returned to NUnit. - - - - - Throws an with the message and arguments - that are passed in. This is used by the other Assert functions. - - The message to initialize the with. - Arguments to be used in formatting the message - - - - Throws an with the message that is - passed in. This is used by the other Assert functions. - - The message to initialize the with. - - - - Throws an . - This is used by the other Assert functions. - - - - - Throws an with the message and arguments - that are passed in. This causes the test to be reported as ignored. - - The message to initialize the with. - Arguments to be used in formatting the message - - - - Throws an with the message that is - passed in. This causes the test to be reported as ignored. - - The message to initialize the with. - - - - Throws an . - This causes the test to be reported as ignored. - - - - - Throws an with the message and arguments - that are passed in. This causes the test to be reported as inconclusive. - - The message to initialize the with. - Arguments to be used in formatting the message - - - - Throws an with the message that is - passed in. This causes the test to be reported as inconclusive. - - The message to initialize the with. - - - - Throws an . - This causes the test to be reported as Inconclusive. - - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint expression to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - An ActualValueDelegate returning the value to be tested - A Constraint expression to be applied - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display if the condition is false - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display if the condition is false - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - - - - Asserts that the code represented by a delegate throws an exception - that satisfies the constraint provided. - - A TestDelegate to be executed - A ThrowsConstraint used in the test - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - Used as a synonym for That in rare cases where a private setter - causes a Visual Basic compilation error. - - A Constraint to be applied - The actual value to test - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - Used as a synonym for That in rare cases where a private setter - causes a Visual Basic compilation error. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - Used as a synonym for That in rare cases where a private setter - causes a Visual Basic compilation error. - - - This method is provided for use by VB developers needing to test - the value of properties with private setters. - - A Constraint expression to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws a particular exception when called. - - A constraint to be satisfied by the exception - A TestSnippet delegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws a particular exception when called. - - A constraint to be satisfied by the exception - A TestSnippet delegate - The message that will be displayed on failure - - - - Verifies that a delegate throws a particular exception when called. - - A constraint to be satisfied by the exception - A TestSnippet delegate - - - - Verifies that a delegate throws a particular exception when called. - - The exception Type expected - A TestSnippet delegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws a particular exception when called. - - The exception Type expected - A TestSnippet delegate - The message that will be displayed on failure - - - - Verifies that a delegate throws a particular exception when called. - - The exception Type expected - A TestSnippet delegate - - - - Verifies that a delegate throws a particular exception when called. - - Type of the expected exception - A TestSnippet delegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws a particular exception when called. - - Type of the expected exception - A TestSnippet delegate - The message that will be displayed on failure - - - - Verifies that a delegate throws a particular exception when called. - - Type of the expected exception - A TestSnippet delegate - - - - Verifies that a delegate throws an exception when called - and returns it. - - A TestDelegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws an exception when called - and returns it. - - A TestDelegate - The message that will be displayed on failure - - - - Verifies that a delegate throws an exception when called - and returns it. - - A TestDelegate - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - The message that will be displayed on failure - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - The message that will be displayed on failure - - - - Verifies that a delegate throws an exception of a certain Type - or one derived from it when called and returns it. - - The expected Exception Type - A TestDelegate - - - - Verifies that a delegate does not throw an exception - - A TestSnippet delegate - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Verifies that a delegate does not throw an exception. - - A TestSnippet delegate - The message that will be displayed on failure - - - - Verifies that a delegate does not throw an exception. - - A TestSnippet delegate - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display in case of failure - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display in case of failure - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - The message to display in case of failure - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - The message to display in case of failure - - - - Asserts that a condition is false. If the condition is true the method throws - an . - - The evaluated condition - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - - - - Verifies that the object that is passed in is not equal to null - If the object is null then an - is thrown. - - The object that is to be tested - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - The message to display in case of failure - - - - Verifies that the object that is passed in is equal to null - If the object is not null then an - is thrown. - - The object that is to be tested - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - The message to display in case of failure - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - The message to display in case of failure - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - - - - Assert that a string is empty - that is equal to string.Empty - - The string to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that a string is empty - that is equal to string.Empty - - The string to be tested - The message to display in case of failure - - - - Assert that a string is empty - that is equal to string.Empty - - The string to be tested - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing ICollection - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing ICollection - The message to display in case of failure - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing ICollection - - - - Assert that a string is not empty - that is not equal to string.Empty - - The string to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that a string is not empty - that is not equal to string.Empty - - The string to be tested - The message to display in case of failure - - - - Assert that a string is not empty - that is not equal to string.Empty - - The string to be tested - - - - Assert that an array, list or other collection is not empty - - An array, list or other collection implementing ICollection - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that an array, list or other collection is not empty - - An array, list or other collection implementing ICollection - The message to display in case of failure - - - - Assert that an array, list or other collection is not empty - - An array, list or other collection implementing ICollection - - - - Assert that a string is either null or equal to string.Empty - - The string to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that a string is either null or equal to string.Empty - - The string to be tested - The message to display in case of failure - - - - Assert that a string is either null or equal to string.Empty - - The string to be tested - - - - Assert that a string is not null or empty - - The string to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Assert that a string is not null or empty - - The string to be tested - The message to display in case of failure - - - - Assert that a string is not null or empty - - The string to be tested - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are equal. If they are not, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - - - - Verifies that two objects are equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are not equal an is thrown. - - The value that is expected - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two objects are equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are not equal an is thrown. - - The value that is expected - The actual value - The message to display in case of failure - - - - Verifies that two objects are equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are not equal an is thrown. - - The value that is expected - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - The message to display in case of failure - - - - Verifies that two values are not equal. If they are equal, then an - is thrown. - - The expected value - The actual value - - - - Verifies that two objects are not equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are equal an is thrown. - - The value that is expected - The actual value - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two objects are not equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are equal an is thrown. - - The value that is expected - The actual value - The message to display in case of failure - - - - Verifies that two objects are not equal. Two objects are considered - equal if both are null, or if both have the same value. NUnit - has special semantics for some object types. - If they are equal an is thrown. - - The value that is expected - The actual value - - - - Asserts that two objects refer to the same object. If they - are not the same an is thrown. - - The expected object - The actual object - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that two objects refer to the same object. If they - are not the same an is thrown. - - The expected object - The actual object - The message to display in case of failure - - - - Asserts that two objects refer to the same object. If they - are not the same an is thrown. - - The expected object - The actual object - - - - Asserts that two objects do not refer to the same object. If they - are the same an is thrown. - - The expected object - The actual object - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that two objects do not refer to the same object. If they - are the same an is thrown. - - The expected object - The actual object - The message to display in case of failure - - - - Asserts that two objects do not refer to the same object. If they - are the same an is thrown. - - The expected object - The actual object - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than the second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - The message to display in case of failure - - - - Verifies that the first value is greater than or equal tothe second - value. If it is not, then an - is thrown. - - The first value, expected to be greater - The second value, expected to be less - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - The message to display in case of failure - - - - Verifies that the first value is less than or equal to the second - value. If it is not, then an - is thrown. - - The first value, expected to be less - The second value, expected to be greater - - - - Asserts that an object is contained in a list. - - The expected object - The list to be examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is contained in a list. - - The expected object - The list to be examined - The message to display in case of failure - - - - Asserts that an object is contained in a list. - - The expected object - The list to be examined - - - - Gets the number of assertions executed so far and - resets the counter to zero. - - - - - AssertionHelper is an optional base class for user tests, - allowing the use of shorter names for constraints and - asserts and avoiding conflict with the definition of - , from which it inherits much of its - behavior, in certain mock object frameworks. - - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. Works - identically to Assert.That - - A Constraint to be applied - The actual value to test - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. Works - identically to Assert.That. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. Works - identically to Assert.That - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - An ActualValueDelegate returning the value to be tested - A Constraint expression to be applied - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an assertion exception on failure. - - A Constraint to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . Works Identically to Assert.That. - - The evaluated condition - The message to display if the condition is false - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . Works Identically to Assert.That. - - The evaluated condition - The message to display if the condition is false - - - - Asserts that a condition is true. If the condition is false the method throws - an . Works Identically Assert.That. - - The evaluated condition - - - - Asserts that the code represented by a delegate throws an exception - that satisfies the constraint provided. - - A TestDelegate to be executed - A ThrowsConstraint used in the test - - - - Returns a ListMapper based on a collection. - - The original collection - - - - - Provides static methods to express the assumptions - that must be met for a test to give a meaningful - result. If an assumption is not met, the test - should produce an inconclusive result. - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - An ActualValueDelegate returning the value to be tested - The message that will be displayed on failure - - - - Apply a constraint to an actual value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - An ActualValueDelegate returning the value to be tested - A Constraint expression to be applied - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - The message that will be displayed on failure - - - - Apply a constraint to a referenced value, succeeding if the constraint - is satisfied and throwing an InconclusiveException on failure. - - A Constraint expression to be applied - The actual value to test - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display if the condition is false - Arguments to be used in formatting the message - - - - Asserts that a condition is true. If the condition is false the method throws - an . - - The evaluated condition - The message to display if the condition is false - - - - Asserts that a condition is true. If the condition is false the - method throws an . - - The evaluated condition - - - - Asserts that the code represented by a delegate throws an exception - that satisfies the constraint provided. - - A TestDelegate to be executed - A ThrowsConstraint used in the test - - - - A set of Assert methods operationg on one or more collections - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - Asserts that all items contained in collection are of the type specified by expectedType. - - IEnumerable containing objects to be considered - System.Type that all objects in collection must be instances of - - - - Asserts that all items contained in collection are of the type specified by expectedType. - - IEnumerable containing objects to be considered - System.Type that all objects in collection must be instances of - The message that will be displayed on failure - - - - Asserts that all items contained in collection are of the type specified by expectedType. - - IEnumerable containing objects to be considered - System.Type that all objects in collection must be instances of - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that all items contained in collection are not equal to null. - - IEnumerable containing objects to be considered - - - - Asserts that all items contained in collection are not equal to null. - - IEnumerable containing objects to be considered - The message that will be displayed on failure - - - - Asserts that all items contained in collection are not equal to null. - - IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Ensures that every object contained in collection exists within the collection - once and only once. - - IEnumerable of objects to be considered - - - - Ensures that every object contained in collection exists within the collection - once and only once. - - IEnumerable of objects to be considered - The message that will be displayed on failure - - - - Ensures that every object contained in collection exists within the collection - once and only once. - - IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - The message that will be displayed on failure - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are exactly equal. The collections must have the same count, - and contain the exact same objects in the same order. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - - - - Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - - - - Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are not exactly equal. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - - - - Asserts that expected and actual are not exactly equal. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - - - - Asserts that expected and actual are not exactly equal. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - - - - Asserts that expected and actual are not exactly equal. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - The message that will be displayed on failure - - - - Asserts that expected and actual are not exactly equal. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are not exactly equal. - If comparer is not null then it will be used to compare the objects. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The IComparer to use in comparing objects from each IEnumerable - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that expected and actual are not equivalent. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - - - - Asserts that expected and actual are not equivalent. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - - - - Asserts that expected and actual are not equivalent. - - The first IEnumerable of objects to be considered - The second IEnumerable of objects to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that collection contains actual as an item. - - IEnumerable of objects to be considered - Object to be found within collection - - - - Asserts that collection contains actual as an item. - - IEnumerable of objects to be considered - Object to be found within collection - The message that will be displayed on failure - - - - Asserts that collection contains actual as an item. - - IEnumerable of objects to be considered - Object to be found within collection - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that collection does not contain actual as an item. - - IEnumerable of objects to be considered - Object that cannot exist within collection - - - - Asserts that collection does not contain actual as an item. - - IEnumerable of objects to be considered - Object that cannot exist within collection - The message that will be displayed on failure - - - - Asserts that collection does not contain actual as an item. - - IEnumerable of objects to be considered - Object that cannot exist within collection - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that superset is not a subject of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - - - - Asserts that superset is not a subject of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - The message that will be displayed on failure - - - - Asserts that superset is not a subject of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Asserts that superset is a subset of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - - - - Asserts that superset is a subset of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - The message that will be displayed on failure - - - - Asserts that superset is a subset of subset. - - The IEnumerable superset to be considered - The IEnumerable subset to be considered - The message that will be displayed on failure - Arguments to be used in formatting the message - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - Arguments to be used in formatting the message - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - - - - Assert that an array,list or other collection is empty - - An array, list or other collection implementing IEnumerable - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - Arguments to be used in formatting the message - - - - Assert that an array, list or other collection is empty - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - - - - Assert that an array,list or other collection is empty - - An array, list or other collection implementing IEnumerable - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - Arguments to be used in formatting the message - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - The message to be displayed on failure - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - A custom comparer to perform the comparisons - The message to be displayed on failure - Arguments to be used in formatting the message - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - A custom comparer to perform the comparisons - The message to be displayed on failure - - - - Assert that an array, list or other collection is ordered - - An array, list or other collection implementing IEnumerable - A custom comparer to perform the comparisons - - - - Static helper class used in the constraint-based syntax - - - - - Creates a new SubstringConstraint - - The value of the substring - A SubstringConstraint - - - - Creates a new CollectionContainsConstraint. - - The item that should be found. - A new CollectionContainsConstraint - - - - Summary description for DirectoryAssert - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - We don't actually want any instances of this object, but some people - like to inherit from it to add other static methods. Hence, the - protected constructor disallows any instances of this object. - - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - The message to display if directories are not equal - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - The message to display if directories are not equal - - - - Verifies that two directories are equal. Two directories are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - The message to display if directories are not equal - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory containing the value that is expected - A directory containing the actual value - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - The message to display if directories are equal - Arguments to be used in formatting the message - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - The message to display if directories are equal - - - - Asserts that two directories are not equal. If they are equal - an is thrown. - - A directory path string containing the value that is expected - A directory path string containing the actual value - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - The message to display if directories are not equal - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - The message to display if directories are not equal - - - - Asserts that the directory is empty. If it is not empty - an is thrown. - - A directory to search - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - The message to display if directories are not equal - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - The message to display if directories are not equal - Arguments to be used in formatting the message - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - The message to display if directories are not equal - - - - Asserts that the directory is not empty. If it is empty - an is thrown. - - A directory to search - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - Arguments to be used in formatting the message - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - Arguments to be used in formatting the message - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - - - - Asserts that path contains actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - Arguments to be used in formatting the message - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - Arguments to be used in formatting the message - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - The message to display if directory is not within the path - - - - Asserts that path does not contain actual as a subdirectory or - an is thrown. - - A directory to search - sub-directory asserted to exist under directory - - - - Summary description for FileAssert. - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - We don't actually want any instances of this object, but some people - like to inherit from it to add other static methods. Hence, the - protected constructor disallows any instances of this object. - - - - - Verifies that two Streams are equal. Two Streams are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The expected Stream - The actual Stream - The message to display if Streams are not equal - Arguments to be used in formatting the message - - - - Verifies that two Streams are equal. Two Streams are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The expected Stream - The actual Stream - The message to display if objects are not equal - - - - Verifies that two Streams are equal. Two Streams are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The expected Stream - The actual Stream - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A file containing the value that is expected - A file containing the actual value - The message to display if Streams are not equal - Arguments to be used in formatting the message - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A file containing the value that is expected - A file containing the actual value - The message to display if objects are not equal - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - A file containing the value that is expected - A file containing the actual value - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - The message to display if Streams are not equal - Arguments to be used in formatting the message - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - The message to display if objects are not equal - - - - Verifies that two files are equal. Two files are considered - equal if both are null, or if both have the same value byte for byte. - If they are not equal an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - - - - Asserts that two Streams are not equal. If they are equal - an is thrown. - - The expected Stream - The actual Stream - The message to be displayed when the two Stream are the same. - Arguments to be used in formatting the message - - - - Asserts that two Streams are not equal. If they are equal - an is thrown. - - The expected Stream - The actual Stream - The message to be displayed when the Streams are the same. - - - - Asserts that two Streams are not equal. If they are equal - an is thrown. - - The expected Stream - The actual Stream - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - A file containing the value that is expected - A file containing the actual value - The message to display if Streams are not equal - Arguments to be used in formatting the message - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - A file containing the value that is expected - A file containing the actual value - The message to display if objects are not equal - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - A file containing the value that is expected - A file containing the actual value - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - The message to display if Streams are not equal - Arguments to be used in formatting the message - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - The message to display if objects are not equal - - - - Asserts that two files are not equal. If they are equal - an is thrown. - - The path to a file containing the value that is expected - The path to a file containing the actual value - - - - GlobalSettings is a place for setting default values used - by the framework in performing asserts. - - - - - Default tolerance for floating point equality - - - - - Helper class with properties and methods that supply - a number of constraints used in Asserts. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding only if a specified number of them succeed. - - - - - Returns a new PropertyConstraintExpression, which will either - test for the existence of the named property on the object - being tested or apply any following constraint to that property. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - - - - Returns a new CollectionContainsConstraint checking for the - presence of a particular object in the collection. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them succeed. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if at least one of them succeeds. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them fail. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Length property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Count property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the Message property of the object being tested. - - - - - Returns a new ConstraintExpression, which will apply the following - constraint to the InnerException property of the object being tested. - - - - - Interface implemented by a user fixture in order to - validate any expected exceptions. It is only called - for test methods marked with the ExpectedException - attribute. - - - - - Method to handle an expected exception - - The exception to be handled - - - - Helper class with properties and methods that supply - a number of constraints used in Asserts. - - - - - Returns a constraint that tests two items for equality - - - - - Returns a constraint that tests that two references are the same object - - - - - Returns a constraint that tests whether the - actual value is greater than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is greater than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the - actual value is less than or equal to the suppled argument - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a collection containing the same elements as the - collection supplied as an argument. - - - - - Returns a constraint that tests whether the actual value - is a subset of the collection supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that tests whether the path provided - is the same as an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the path provided - is the same path or under an expected path after canonicalization. - - - - - Returns a constraint that tests whether the actual value falls - within a specified range. - - - - - Returns a ConstraintExpression that negates any - following constraint. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them succeed. - - - - - Returns a constraint that tests for null - - - - - Returns a constraint that tests for True - - - - - Returns a constraint that tests for False - - - - - Returns a constraint that tests for a positive value - - - - - Returns a constraint that tests for a negative value - - - - - Returns a constraint that tests for NaN - - - - - Returns a constraint that tests for empty - - - - - Returns a constraint that tests whether a collection - contains all unique items. - - - - - Returns a constraint that tests whether an object graph is serializable in binary format. - - - - - Returns a constraint that tests whether an object graph is serializable in xml format. - - - - - Returns a constraint that tests whether a collection is ordered - - - - - The Iz class is a synonym for Is intended for use in VB, - which regards Is as a keyword. - - - - - The List class is a helper class with properties and methods - that supply a number of constraints used with lists and collections. - - - - - List.Map returns a ListMapper, which can be used to map - the original collection to another collection. - - - - - - - ListMapper is used to transform a collection used as an actual argument - producing another collection to be used in the assertion. - - - - - Construct a ListMapper based on a collection - - The collection to be transformed - - - - Produces a collection containing all the values of a property - - The collection of property values - - - - - Randomizer returns a set of random values in a repeatable - way, to allow re-running of tests if necessary. - - - - - Get a randomizer for a particular member, returning - one that has already been created if it exists. - This ensures that the same values are generated - each time the tests are reloaded. - - - - - Get a randomizer for a particular parameter, returning - one that has already been created if it exists. - This ensures that the same values are generated - each time the tests are reloaded. - - - - - Construct a randomizer using a random seed - - - - - Construct a randomizer using a specified seed - - - - - Return an array of random doubles between 0.0 and 1.0. - - - - - - - Return an array of random doubles with values in a specified range. - - - - - Return an array of random ints with values in a specified range. - - - - - Get a random seed for use in creating a randomizer. - - - - - The SpecialValue enum is used to represent TestCase arguments - that cannot be used as arguments to an Attribute. - - - - - Null represents a null value, which cannot be used as an - argument to an attriute under .NET 1.x - - - - - Basic Asserts on strings. - - - - - The Equals method throws an AssertionException. This is done - to make sure there is no mistake by calling this function. - - - - - - - override the default ReferenceEquals to throw an AssertionException. This - implementation makes sure there is no mistake in calling this function - as part of Assert. - - - - - - - Asserts that a string is found within another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string is found within another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string is found within another string. - - The expected string - The string to be examined - - - - Asserts that a string is not found within another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string is found within another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string is found within another string. - - The expected string - The string to be examined - - - - Asserts that a string starts with another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string starts with another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string starts with another string. - - The expected string - The string to be examined - - - - Asserts that a string does not start with another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string does not start with another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string does not start with another string. - - The expected string - The string to be examined - - - - Asserts that a string ends with another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string ends with another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string ends with another string. - - The expected string - The string to be examined - - - - Asserts that a string does not end with another string. - - The expected string - The string to be examined - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string does not end with another string. - - The expected string - The string to be examined - The message to display in case of failure - - - - Asserts that a string does not end with another string. - - The expected string - The string to be examined - - - - Asserts that two strings are equal, without regard to case. - - The expected string - The actual string - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that two strings are equal, without regard to case. - - The expected string - The actual string - The message to display in case of failure - - - - Asserts that two strings are equal, without regard to case. - - The expected string - The actual string - - - - Asserts that two strings are not equal, without regard to case. - - The expected string - The actual string - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that two strings are Notequal, without regard to case. - - The expected string - The actual string - The message to display in case of failure - - - - Asserts that two strings are not equal, without regard to case. - - The expected string - The actual string - - - - Asserts that a string matches an expected regular expression pattern. - - The regex pattern to be matched - The actual string - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string matches an expected regular expression pattern. - - The regex pattern to be matched - The actual string - The message to display in case of failure - - - - Asserts that a string matches an expected regular expression pattern. - - The regex pattern to be matched - The actual string - - - - Asserts that a string does not match an expected regular expression pattern. - - The regex pattern to be used - The actual string - The message to display in case of failure - Arguments used in formatting the message - - - - Asserts that a string does not match an expected regular expression pattern. - - The regex pattern to be used - The actual string - The message to display in case of failure - - - - Asserts that a string does not match an expected regular expression pattern. - - The regex pattern to be used - The actual string - - - - The TestCaseData class represents a set of arguments - and other parameter info to be used for a parameterized - test case. It provides a number of instance modifiers - for use in initializing the test case. - - Note: Instance modifiers are getters that return - the same instance after modifying it's state. - - - - - The argument list to be provided to the test - - - - - The expected result to be returned - - - - - Set to true if this has an expected result - - - - - The expected exception Type - - - - - The FullName of the expected exception - - - - - The name to be used for the test - - - - - The description of the test - - - - - A dictionary of properties, used to add information - to tests without requiring the class to change. - - - - - If true, indicates that the test case is to be ignored - - - - - If true, indicates that the test case is marked explicit - - - - - The reason for ignoring a test case - - - - - Initializes a new instance of the class. - - The arguments. - - - - Initializes a new instance of the class. - - The argument. - - - - Initializes a new instance of the class. - - The first argument. - The second argument. - - - - Initializes a new instance of the class. - - The first argument. - The second argument. - The third argument. - - - - Sets the expected result for the test - - The expected result - A modified TestCaseData - - - - Sets the expected exception type for the test - - Type of the expected exception. - The modified TestCaseData instance - - - - Sets the expected exception type for the test - - FullName of the expected exception. - The modified TestCaseData instance - - - - Sets the name of the test case - - The modified TestCaseData instance - - - - Sets the description for the test case - being constructed. - - The description. - The modified TestCaseData instance. - - - - Applies a category to the test - - - - - - - Applies a named property to the test - - - - - - - - Applies a named property to the test - - - - - - - - Applies a named property to the test - - - - - - - - Ignores this TestCase. - - - - - - Ignores this TestCase, specifying the reason. - - The reason. - - - - - Marks this TestCase as Explicit - - - - - - Marks this TestCase as Explicit, specifying the reason. - - The reason. - - - - - Gets the argument list to be provided to the test - - - - - Gets the expected result - - - - - Returns true if the result has been set - - - - - Gets the expected exception Type - - - - - Gets the FullName of the expected exception - - - - - Gets the name to be used for the test - - - - - Gets the description of the test - - - - - Gets a value indicating whether this is ignored. - - true if ignored; otherwise, false. - - - - Gets a value indicating whether this is explicit. - - true if explicit; otherwise, false. - - - - Gets the ignore reason. - - The ignore reason. - - - - Gets a list of categories associated with this test. - - - - - Gets the property dictionary for this test - - - - - Provide the context information of the current test - - - - - Constructs a TestContext using the provided context dictionary - - A context dictionary - - - - Get the current test context. This is created - as needed. The user may save the context for - use within a test, but it should not be used - outside the test for which it is created. - - - - - Gets a TestAdapter representing the currently executing test in this context. - - - - - Gets a ResultAdapter representing the current result for the test - executing in this context. - - - - - Gets the directory containing the current test assembly. - - - - - Gets the directory to be used for outputing files created - by this test run. - - - - - TestAdapter adapts a Test for consumption by - the user test code. - - - - - Constructs a TestAdapter for this context - - The context dictionary - - - - The name of the test. - - - - - The FullName of the test - - - - - The properties of the test. - - - - - ResultAdapter adapts a TestResult for consumption by - the user test code. - - - - - Construct a ResultAdapter for a context - - The context holding the result - - - - The TestState of current test. This maps to the ResultState - used in nunit.core and is subject to change in the future. - - - - - The TestStatus of current test. This enum will be used - in future versions of NUnit and so is to be preferred - to the TestState value. - - - - - Provides details about a test - - - - - Creates an instance of TestDetails - - The fixture that the test is a member of, if available. - The method that implements the test, if available. - The full name of the test. - A string representing the type of test, e.g. "Test Case". - Indicates if the test represents a suite of tests. - - - - The fixture that the test is a member of, if available. - - - - - The method that implements the test, if available. - - - - - The full name of the test. - - - - - A string representing the type of test, e.g. "Test Case". - - - - - Indicates if the test represents a suite of tests. - - - - - The ResultState enum indicates the result of running a test - - - - - The result is inconclusive - - - - - The test was not runnable. - - - - - The test has been skipped. - - - - - The test has been ignored. - - - - - The test succeeded - - - - - The test failed - - - - - The test encountered an unexpected exception - - - - - The test was cancelled by the user - - - - - The TestStatus enum indicates the result of running a test - - - - - The test was inconclusive - - - - - The test has skipped - - - - - The test succeeded - - - - - The test failed - - - - - Helper class with static methods used to supply constraints - that operate on strings. - - - - - Returns a constraint that succeeds if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value contains the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value starts with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that fails if the actual - value ends with the substring supplied as an argument. - - - - - Returns a constraint that succeeds if the actual - value matches the Regex pattern supplied as an argument. - - - - - Returns a constraint that fails if the actual - value matches the pattern supplied as an argument. - - - - - Returns a ConstraintExpression, which will apply - the following constraint to all members of a collection, - succeeding if all of them succeed. - - - - - TextMessageWriter writes constraint descriptions and messages - in displayable form as a text stream. It tailors the display - of individual message components to form the standard message - format of NUnit assertion failure messages. - - - - - Prefix used for the expected value line of a message - - - - - Prefix used for the actual value line of a message - - - - - Length of a message prefix - - - - - Construct a TextMessageWriter - - - - - Construct a TextMessageWriter, specifying a user message - and optional formatting arguments. - - - - - - - Method to write single line message with optional args, usually - written to precede the general failure message, at a givel - indentation level. - - The indentation level of the message - The message to be written - Any arguments used in formatting the message - - - - Display Expected and Actual lines for a constraint. This - is called by MessageWriter's default implementation of - WriteMessageTo and provides the generic two-line display. - - The constraint that failed - - - - Display Expected and Actual lines for given values. This - method may be called by constraints that need more control over - the display of actual and expected values than is provided - by the default implementation. - - The expected value - The actual value causing the failure - - - - Display Expected and Actual lines for given values, including - a tolerance value on the expected line. - - The expected value - The actual value causing the failure - The tolerance within which the test was made - - - - Display the expected and actual string values on separate lines. - If the mismatch parameter is >=0, an additional line is displayed - line containing a caret that points to the mismatch point. - - The expected string value - The actual string value - The point at which the strings don't match or -1 - If true, case is ignored in string comparisons - If true, clip the strings to fit the max line length - - - - Writes the text for a connector. - - The connector. - - - - Writes the text for a predicate. - - The predicate. - - - - Write the text for a modifier. - - The modifier. - - - - Writes the text for an expected value. - - The expected value. - - - - Writes the text for an actual value. - - The actual value. - - - - Writes the text for a generalized value. - - The value. - - - - Writes the text for a collection value, - starting at a particular point, to a max length - - The collection containing elements to write. - The starting point of the elements to write - The maximum number of elements to write - - - - Write the generic 'Expected' line for a constraint - - The constraint that failed - - - - Write the generic 'Expected' line for a given value - - The expected value - - - - Write the generic 'Expected' line for a given value - and tolerance. - - The expected value - The tolerance within which the test was made - - - - Write the generic 'Actual' line for a constraint - - The constraint for which the actual value is to be written - - - - Write the generic 'Actual' line for a given value - - The actual value causing a failure - - - - Gets or sets the maximum line length for this writer - - - - - Helper class with properties and methods that supply - constraints that operate on exceptions. - - - - - Creates a constraint specifying the exact type of exception expected - - - - - Creates a constraint specifying the exact type of exception expected - - - - - Creates a constraint specifying the type of exception expected - - - - - Creates a constraint specifying the type of exception expected - - - - - Creates a constraint specifying an expected exception - - - - - Creates a constraint specifying an exception with a given InnerException - - - - - Creates a constraint specifying an expected TargetInvocationException - - - - - Creates a constraint specifying an expected TargetInvocationException - - - - - Creates a constraint specifying an expected TargetInvocationException - - - - - Creates a constraint specifying that no exception is thrown - - - - diff --git a/packages/NUnit.2.6.2/license.txt b/packages/NUnit.2.6.2/license.txt deleted file mode 100644 index 530a6e00..00000000 --- a/packages/NUnit.2.6.2/license.txt +++ /dev/null @@ -1,15 +0,0 @@ -Copyright © 2002-2012 Charlie Poole -Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov -Copyright © 2000-2002 Philip A. Craig - -This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required. - -Portions Copyright © 2002-2012 Charlie Poole or Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002 Philip A. Craig - -2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. - -3. This notice may not be removed or altered from any source distribution. diff --git a/packages/repositories.config b/packages/repositories.config index bcd17bb0..3468aa5e 100644 --- a/packages/repositories.config +++ b/packages/repositories.config @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/src/TeamCitySharp/ActionTypes/ActionHelper.cs b/src/TeamCitySharp/ActionTypes/ActionHelper.cs new file mode 100644 index 00000000..12ed6e04 --- /dev/null +++ b/src/TeamCitySharp/ActionTypes/ActionHelper.cs @@ -0,0 +1,24 @@ +namespace TeamCitySharp.ActionTypes +{ + public class ActionHelper + { + /// + /// Create a url with fields + /// + /// + /// + /// + public static string CreateFieldUrl(string url, string fields) + { + // if fields is not empty, then update the url with the fields keyword, otherwise do nothing + if (!string.IsNullOrEmpty(fields)) + { + if (url.Contains("?")) + url += "&fields=" + fields; + else + url += "?fields=" + fields; + } + return url; + } + } +} \ No newline at end of file diff --git a/src/TeamCitySharp/ActionTypes/Agents.cs b/src/TeamCitySharp/ActionTypes/Agents.cs index 56944acc..1eb1025a 100644 --- a/src/TeamCitySharp/ActionTypes/Agents.cs +++ b/src/TeamCitySharp/ActionTypes/Agents.cs @@ -4,20 +4,35 @@ namespace TeamCitySharp.ActionTypes { - internal class Agents : IAgents + public class Agents : IAgents + { + private readonly ITeamCityCaller m_caller; + private string m_fields; + + #region Constructor + internal Agents(ITeamCityCaller caller) + { + m_caller = caller; + } + #endregion + + public Agents GetFields(string fields) { - private readonly TeamCityCaller _caller; + var newInstance = (Agents) MemberwiseClone(); + newInstance.m_fields = fields; + return newInstance; + } - internal Agents(TeamCityCaller caller) - { - _caller = caller; - } + public List All(bool includeDisconnected = true, bool includeUnauthorized = true) + { + var url = + string.Format( + ActionHelper.CreateFieldUrl("/agents?includeDisconnected={0}&includeUnauthorized={1}", m_fields), + includeDisconnected.ToString().ToLower(), includeUnauthorized.ToString().ToLower()); - public List All() - { - var agentWrapper = _caller.Get("/app/rest/agents"); + var agentWrapper = m_caller.Get(url); - return agentWrapper.Agent; - } + return agentWrapper.Agent; } + } } \ No newline at end of file diff --git a/src/TeamCitySharp/ActionTypes/BackupOptions.cs b/src/TeamCitySharp/ActionTypes/BackupOptions.cs index d9495cec..407719dd 100644 --- a/src/TeamCitySharp/ActionTypes/BackupOptions.cs +++ b/src/TeamCitySharp/ActionTypes/BackupOptions.cs @@ -1,15 +1,15 @@ namespace TeamCitySharp.ActionTypes { - public class BackupOptions - { - public string Filename { get; set; } - - public bool IncludeDatabase { get; set; } - - public bool IncludeConfigurations { get; set; } - - public bool IncludeBuildLogs { get; set; } - - public bool IncludePersonalChanges { get; set; } - } + public class BackupOptions + { + public string Filename { get; set; } + + public bool IncludeDatabase { get; set; } + + public bool IncludeConfigurations { get; set; } + + public bool IncludeBuildLogs { get; set; } + + public bool IncludePersonalChanges { get; set; } + } } \ No newline at end of file diff --git a/src/TeamCitySharp/ActionTypes/BuildArtifacts.cs b/src/TeamCitySharp/ActionTypes/BuildArtifacts.cs index bb711879..1c870025 100644 --- a/src/TeamCitySharp/ActionTypes/BuildArtifacts.cs +++ b/src/TeamCitySharp/ActionTypes/BuildArtifacts.cs @@ -1,160 +1,285 @@ using System; using System.Collections.Generic; using System.Diagnostics; +using System.Globalization; using System.IO; using System.Linq; +using System.Text.RegularExpressions; using System.Xml; - using TeamCitySharp.Connection; namespace TeamCitySharp.ActionTypes { - internal class BuildArtifacts : IBuildArtifacts + internal class BuildArtifacts : IBuildArtifacts + { + private readonly ITeamCityCaller m_caller; + + public BuildArtifacts(ITeamCityCaller caller) { - private readonly TeamCityCaller _caller; + m_caller = caller; + } - public BuildArtifacts(TeamCityCaller caller) - { - _caller = caller; - } + public void DownloadArtifactsByBuildId(string buildId, Action downloadHandler) + { + m_caller.GetDownloadFormat(downloadHandler, "/downloadArtifacts.html?buildId={0}", false, buildId); + } - public void DownloadArtifactsByBuildId(string buildId, Action downloadHandler) - { - _caller.GetDownloadFormat(downloadHandler, "/downloadArtifacts.html?buildId={0}", buildId); - } + public ArtifactWrapper ByBuildConfigId(string buildConfigId, string param="") + { + return new ArtifactWrapper(m_caller, buildConfigId, param); + } + } - public ArtifactWrapper ByBuildConfigId(string buildConfigId) - { - return new ArtifactWrapper(_caller, buildConfigId); - } + public class ArtifactWrapper + { + private readonly ITeamCityCaller m_caller; + private readonly string m_buildConfigId; + private readonly string m_param; + + internal ArtifactWrapper(ITeamCityCaller caller, string buildConfigId,string param) + { + m_caller = caller; + m_buildConfigId = buildConfigId; + m_param = param; } - public class ArtifactWrapper + public ArtifactCollection LastFinished() { - private readonly TeamCityCaller _caller; - private readonly string _buildConfigId; + return Specification(".lastFinished"); + } - internal ArtifactWrapper(TeamCityCaller caller, string buildConfigId) - { - _caller = caller; - _buildConfigId = buildConfigId; - } + public ArtifactCollection LastPinned() + { + return Specification(".lastPinned"); + } - public ArtifactCollection LastFinished() - { - return Specification(".lastFinished"); - } + public ArtifactCollection LastSuccessful() + { + return Specification(".lastSuccessful"); + } - public ArtifactCollection LastPinned() - { - return Specification(".lastPinned"); - } + public ArtifactCollection Tag(string tag) + { + return Specification(tag + ".tcbuildid"); + } - public ArtifactCollection LastSuccessful() + public ArtifactCollection Specification(string buildSpecification) + { + var url = $"/repository/download/{m_buildConfigId}/{buildSpecification}/teamcity-ivy.xml"; + var xml = m_caller.GetRaw(string.IsNullOrEmpty(m_param) ? url : $"{url}?{m_param}", false); + + var document = new XmlDocument(); + document.LoadXml(xml); + var artifactNodes = document.SelectNodes("//artifact"); + if (artifactNodes == null) + return null; + var list = new List(); + foreach (XmlNode node in artifactNodes) + { + var nameNode = node.SelectSingleNode("@name"); + var extensionNode = node.SelectSingleNode("@ext"); + var artifact = string.Empty; + if (nameNode != null) + artifact = nameNode.Value; + if (extensionNode != null) + artifact += "." + extensionNode.Value; + list.Add($"/repository/download/{m_buildConfigId}/{buildSpecification}/{artifact}"); + } + return new ArtifactCollection(m_caller, list,m_param); + } + } + + public class ArtifactCollection + { + private readonly ITeamCityCaller m_caller; + private readonly List m_urls; + private readonly string m_param; + + internal ArtifactCollection(ITeamCityCaller caller, List urls, string param="") + { + m_caller = caller; + m_urls = urls; + m_param = param; + } + + public List GetArtifactUrl() + { + return m_urls; + } + + /// + /// Takes a list of artifact urls and downloads them, see ArtifactsBy* methods. + /// + /// + /// Destination directory for downloaded artifacts, default is current working directory. + /// + /// + /// If all files will be downloaded to destination directory, no subfolders will be created. + /// + /// + /// If files that already exist where a downloaded file is to be placed will be deleted prior to download. + /// + /// + /// A list of full paths to all downloaded artifacts. + /// + public List Download(string directory = null, bool flatten = false, bool overwrite = true) + { + if (directory == null) + directory = Directory.GetCurrentDirectory(); + var downloaded = new List(); + foreach (var url in m_urls) + { + // user probably didnt use to artifact url generating functions + Debug.Assert(url.StartsWith("/repository/download/")); + + // figure out local filename + var parts = url.Split('/').Skip(5).ToArray(); + var destination = flatten + ? parts.Last() + : string.Join(Path.DirectorySeparatorChar.ToString(), parts); + destination = Path.Combine(directory, destination); + + // create directories that doesnt exist + var directoryName = Path.GetDirectoryName(destination); + if (directoryName != null && !Directory.Exists(directoryName)) + Directory.CreateDirectory(directoryName); + + // add artifact to list regardless if it was downloaded or skipped + downloaded.Add(Path.GetFullPath(destination)); + + // if the file already exists delete it or move to next artifact + if (File.Exists(destination)) { - return Specification(".lastSuccessful"); + if (overwrite) File.Delete(destination); + else continue; } - - public ArtifactCollection Tag(string tag) + var currentUrl = url; + if (!string.IsNullOrEmpty(m_param)) { - return Specification(tag + ".tcbuildtag"); + currentUrl = $"{currentUrl}?{m_param}"; } + m_caller.GetDownloadFormat(tempfile => File.Move(tempfile, destination), currentUrl, false); + } + return downloaded; + } - public ArtifactCollection Specification(string buildSpecification) + /// + /// Takes a list of artifact urls and downloads them, see ArtifactsBy* methods. + /// + /// + /// Destination directory for downloaded artifacts, default is current working directory. + /// + /// + /// If all files will be downloaded to destination directory, no subfolders will be created. + /// + /// + /// If files that already exist where a downloaded file is to be placed will be deleted prior to download. + /// + /// + /// + /// A list of full paths to all downloaded artifacts. + /// + public List DownloadFiltered(string directory = null, List filteredFiles = null, + bool flatten = false, bool overwrite = true) + { + if (directory == null) + directory = Directory.GetCurrentDirectory(); + var downloaded = new List(); + foreach (var url in m_urls) + { + if (filteredFiles != null) { - var xml = _caller.GetRaw(string.Format("/repository/download/{0}/{1}/teamcity-ivy.xml", _buildConfigId, buildSpecification)); + foreach (var filteredFile in filteredFiles) + { + var currentFilename = new Wildcard(GetFilename(filteredFile), RegexOptions.IgnoreCase); + var currentExt = new Wildcard(GetExtension(filteredFile), RegexOptions.IgnoreCase); - var document = new XmlDocument(); - document.LoadXml(xml); - var artifactNodes = document.SelectNodes("//artifact"); - if (artifactNodes == null) - { - return null; - } - var list = new List(); - foreach (XmlNode node in artifactNodes) + // user probably didnt use to artifact url generating functions + Debug.Assert(url.StartsWith("/repository/download/")); + + // figure out local filename + var parts = url.Split('/').Skip(5).ToArray(); + var destination = flatten + ? parts.Last() + : string.Join(Path.DirectorySeparatorChar.ToString(CultureInfo.InvariantCulture), parts); + destination = Path.Combine(directory, destination); + + + if (currentFilename.IsMatch(Path.GetFileNameWithoutExtension(destination)) && + currentExt.IsMatch(Path.GetExtension(destination))) { - var nameNode = node.SelectSingleNode("@name"); - var extensionNode = node.SelectSingleNode("@ext"); - var artifact = string.Empty; - if (nameNode != null) - { - artifact = nameNode.Value; - } - if (extensionNode != null) - { - artifact += "." + extensionNode.Value; - } - list.Add(string.Format("/repository/download/{0}/{1}/{2}", _buildConfigId, buildSpecification, artifact)); + // create directories that doesnt exist + var directoryName = Path.GetDirectoryName(destination); + if (directoryName != null && !Directory.Exists(directoryName)) + Directory.CreateDirectory(directoryName); + + downloaded.Add(Path.GetFullPath(destination)); + + // if the file already exists delete it or move to next artifact + if (File.Exists(destination)) + { + if (overwrite) File.Delete(destination); + else continue; + } + + var currentUrl = url; + if (!string.IsNullOrEmpty(m_param)) + { + currentUrl = $"{currentUrl}?{m_param}"; + } + + m_caller.GetDownloadFormat(tempfile => File.Move(tempfile, destination), currentUrl, false); + break; } - return new ArtifactCollection(_caller, list); + } } + } + return downloaded; } - public class ArtifactCollection + private static string GetExtension(string path) { - private readonly TeamCityCaller _caller; - private readonly List _urls; + return path.Substring(path.LastIndexOf('.')); + } - internal ArtifactCollection(TeamCityCaller caller, List urls) - { - _caller = caller; - _urls = urls; - } + private static string GetFilename(string path) + { + return path.Substring(0, path.LastIndexOf('.')); + } + } - /// - /// Takes a list of artifact urls and downloads them, see ArtifactsBy* methods. - /// - /// - /// Destination directory for downloaded artifacts, default is current working directory. - /// - /// - /// If all files will be downloaded to destination directory, no subfolders will be created. - /// - /// - /// If files that already exist where a downloaded file is to be placed will be deleted prior to download. - /// - /// - /// A list of full paths to all downloaded artifacts. - /// - public List Download(string directory = null, bool flatten = false, bool overwrite = true) - { - if (directory == null) - { - directory = Directory.GetCurrentDirectory(); - } - var downloaded = new List(); - foreach (var url in _urls) - { - // user probably didnt use to artifact url generating functions - Debug.Assert(url.StartsWith("/repository/download/")); - - // figure out local filename - var parts = url.Split('/').Skip(5).ToArray(); - var destination = flatten - ? parts.Last() - : string.Join(Path.DirectorySeparatorChar.ToString(), parts); - destination = Path.Combine(directory, destination); - - // create directories that doesnt exist - var directoryName = Path.GetDirectoryName(destination); - if (directoryName != null && !Directory.Exists(directoryName)) - { - Directory.CreateDirectory(directoryName); - } - - // add artifact to list regardless if it was downloaded or skipped - downloaded.Add(Path.GetFullPath(destination)); - - // if the file already exists delete it or move to next artifact - if (File.Exists(destination)) - { - if (overwrite) File.Delete(destination); - else continue; - } - _caller.GetDownloadFormat(tempfile => File.Move(tempfile, destination), url); - } - return downloaded; - } + internal class Wildcard : Regex + { + /// + /// Initializes a wildcard with the given search pattern. + /// + /// The wildcard pattern to match. + public Wildcard(string pattern) + : base(WildcardToRegex(pattern)) + { + } + + /// + /// Initializes a wildcard with the given search pattern and options. + /// + /// The wildcard pattern to match. + /// A combination of one or more + /// . + public Wildcard(string pattern, RegexOptions options) + : base(WildcardToRegex(pattern), options) + { + } + + /// + /// Converts a wildcard to a regex. + /// + /// The wildcard pattern to convert. + /// A regex equivalent of the given wildcard. + public static string WildcardToRegex(string pattern) + { + return "^" + Escape(pattern). + Replace("\\*", ".*"). + Replace("\\?", ".") + "$"; } + } } \ No newline at end of file diff --git a/src/TeamCitySharp/ActionTypes/BuildConfigs.cs b/src/TeamCitySharp/ActionTypes/BuildConfigs.cs index cdcd4a0f..1fe0a5b0 100644 --- a/src/TeamCitySharp/ActionTypes/BuildConfigs.cs +++ b/src/TeamCitySharp/ActionTypes/BuildConfigs.cs @@ -1,213 +1,619 @@ using System; using System.Collections.Generic; using System.IO; -using System.Net.Mime; +using System.Linq; +using System.Net; +using System.Net.Http; using System.Xml; -using EasyHttp.Http; +using Newtonsoft.Json; using TeamCitySharp.Connection; using TeamCitySharp.DomainEntities; using TeamCitySharp.Locators; +using static System.Boolean; namespace TeamCitySharp.ActionTypes { - internal class BuildConfigs : IBuildConfigs + public class BuildConfigs : IBuildConfigs + { + private readonly ITeamCityCaller m_caller; + private string m_fields; + + internal BuildConfigs(ITeamCityCaller caller) { - private readonly TeamCityCaller _caller; + m_caller = caller; + } - internal BuildConfigs(TeamCityCaller caller) - { - _caller = caller; - } + public BuildConfigs GetFields(string fields) + { + var newInstance = (BuildConfigs) MemberwiseClone(); + newInstance.m_fields = fields; + return newInstance; + } - public List All() - { - var buildType = _caller.Get("/app/rest/buildTypes"); + public List All() + { + var buildType = + m_caller.Get(ActionHelper.CreateFieldUrl("/buildTypes", m_fields)); - return buildType.BuildType; - } + return buildType.BuildType; + } - public BuildConfig ByConfigurationName(string buildConfigName) - { - var build = _caller.GetFormat("/app/rest/buildTypes/name:{0}", buildConfigName); + public BuildConfig ByConfigurationName(string buildConfigName) + { + var build = m_caller.GetFormat(ActionHelper.CreateFieldUrl("/buildTypes/name:{0}", m_fields), + buildConfigName); - return build; - } + return build; + } - public BuildConfig ByConfigurationId(string buildConfigId) - { - var build = _caller.GetFormat("/app/rest/buildTypes/id:{0}", buildConfigId); + public BuildConfig ByConfigurationId(string buildConfigId) + { + var build = m_caller.GetFormat(ActionHelper.CreateFieldUrl("/buildTypes/id:{0}", m_fields), + buildConfigId); - return build; - } + return build; + } - public BuildConfig ByProjectNameAndConfigurationName(string projectName, string buildConfigName) - { - var build = _caller.Get(string.Format("/app/rest/projects/name:{0}/buildTypes/name:{1}", projectName, buildConfigName)); - return build; - } + public BuildConfig ByProjectNameAndConfigurationName(string projectName, string buildConfigName) + { + var build = + m_caller.Get( + ActionHelper.CreateFieldUrl( + $"/projects/name:{projectName}/buildTypes/name:{buildConfigName}", m_fields)); + return build; + } - public BuildConfig ByProjectNameAndConfigurationId(string projectName, string buildConfigId) - { - var build = _caller.Get(string.Format("/app/rest/projects/name:{0}/buildTypes/id:{1}", projectName, buildConfigId)); - return build; - } + public BuildConfig ByProjectNameAndConfigurationId(string projectName, string buildConfigId) + { + var build = + m_caller.Get( + ActionHelper.CreateFieldUrl( + $"/projects/name:{projectName}/buildTypes/id:{buildConfigId}", m_fields)); + return build; + } - public BuildConfig ByProjectIdAndConfigurationName(string projectId, string buildConfigName) - { - var build = _caller.Get(string.Format("/app/rest/projects/id:{0}/buildTypes/name:{1}", projectId, buildConfigName)); - return build; - } + public BuildConfig ByProjectIdAndConfigurationName(string projectId, string buildConfigName) + { + var build = + m_caller.Get( + ActionHelper.CreateFieldUrl( + $"/projects/id:{projectId}/buildTypes/name:{Uri.EscapeDataString(buildConfigName)}", m_fields)); + return build; + } - public BuildConfig ByProjectIdAndConfigurationId(string projectId, string buildConfigId) - { - var build = _caller.Get(string.Format("/app/rest/projects/id:{0}/buildTypes/id:{1}", projectId, buildConfigId)); - return build; - } + public BuildConfig ByProjectIdAndConfigurationId(string projectId, string buildConfigId) + { + var build = + m_caller.Get( + ActionHelper.CreateFieldUrl( + $"/projects/id:{projectId}/buildTypes/id:{buildConfigId}", m_fields)); + return build; + } - public List ByProjectId(string projectId) - { - var buildWrapper = _caller.GetFormat("/app/rest/projects/id:{0}/buildTypes", projectId); + public List ByProjectId(string projectId) + { + var buildWrapper = + m_caller.GetFormat( + ActionHelper.CreateFieldUrl("/projects/id:{0}/buildTypes", m_fields), projectId); - if (buildWrapper == null || buildWrapper.BuildType == null) return new List(); - return buildWrapper.BuildType; - } + return buildWrapper?.BuildType ?? new List(); + } - public List ByProjectName(string projectName) - { - var buildWrapper = _caller.GetFormat("/app/rest/projects/name:{0}/buildTypes", projectName); + public List ByProjectName(string projectName) + { + var buildWrapper = + m_caller.GetFormat( + ActionHelper.CreateFieldUrl("/projects/name:{0}/buildTypes", m_fields), projectName); - if (buildWrapper == null || buildWrapper.BuildType == null) return new List(); - return buildWrapper.BuildType; - } + return buildWrapper?.BuildType ?? new List(); + } - public BuildConfig CreateConfiguration(string projectName, string configurationName) - { - return _caller.PostFormat(configurationName, HttpContentTypes.TextPlain, HttpContentTypes.ApplicationJson, "/app/rest/projects/name:{0}/buildTypes", projectName); - } + public BuildConfig CreateConfiguration(BuildConfig buildConfig) + { + return m_caller.PostFormat(buildConfig, HttpContentTypes.ApplicationJson, + HttpContentTypes.ApplicationJson, "/buildTypes"); + } - public void SetConfigurationSetting(BuildTypeLocator locator, string settingName, string settingValue) - { - _caller.PutFormat(settingValue, HttpContentTypes.TextPlain, "/app/rest/buildTypes/{0}/settings/{1}", locator, settingName); - } + public BuildConfig CreateConfiguration(string projectName, string configurationName) + { + return m_caller.PostFormat(configurationName, HttpContentTypes.TextPlain, + HttpContentTypes.ApplicationJson, "/projects/name:{0}/buildTypes", + projectName); + } - public bool GetConfigurationPauseStatus(BuildTypeLocator locator) - { - return _caller.Get(string.Format("/app/rest/buildTypes/{0}/paused/", locator.Name)); - } - public void SetConfigurationPauseStatus(BuildTypeLocator locator, bool isPaused) - { - _caller.PutFormat(isPaused, HttpContentTypes.TextPlain, "/app/rest/buildTypes/{0}/paused/", locator); - } + public BuildConfig CreateConfigurationByProjectId(string projectId, string configurationName) + { + return m_caller.PostFormat(configurationName, HttpContentTypes.TextPlain, + HttpContentTypes.ApplicationJson, "/projects/id:{0}/buildTypes", + projectId); + } - public void PostRawArtifactDependency(BuildTypeLocator locator, string rawXml) - { - _caller.PostFormat(rawXml, HttpContentTypes.ApplicationXml, string.Empty, "/app/rest/buildTypes/{0}/artifact-dependencies", locator); - } + internal HttpResponseMessage CopyBuildConfig(string buildConfigId, string buildConfigName, string destinationProjectId, + string newBuildTypeId = "") + { + string xmlData; + if (newBuildTypeId != "") + { + xmlData = + string.Format( + "", + buildConfigName, buildConfigId, newBuildTypeId); + } + else + { + xmlData = + $""; + } + var response = m_caller.Post(xmlData, HttpContentTypes.ApplicationXml, + $"/projects/id:{destinationProjectId}/buildTypes", + HttpContentTypes.ApplicationJson); + return response; + } - public void PostRawBuildStep(BuildTypeLocator locator, string rawXml) - { - _caller.PostFormat(rawXml, HttpContentTypes.ApplicationXml, string.Empty, "/app/rest/buildTypes/{0}/steps", locator); - } + public BuildConfig Copy(string buildConfigId, string buildConfigName, string destinationProjectId, + string newBuildTypeId = "") + { + var response = CopyBuildConfig(buildConfigId, buildConfigName, destinationProjectId, newBuildTypeId); + if (response.StatusCode == HttpStatusCode.OK) + { + var buildConfig = JsonConvert.DeserializeObject(response.RawText()); + return buildConfig; + } + return new BuildConfig(); + } - public void PostRawBuildTrigger(BuildTypeLocator locator, string rawXml) - { - _caller.PostFormat(rawXml, HttpContentTypes.ApplicationXml, "/app/rest/buildTypes/{0}/triggers", locator); - } + public Template CopyTemplate(string templateId, string templateName, string destinationProjectId, + string newTemplateId = "") + { + var response = CopyTemplateQuery(templateId, templateName, destinationProjectId, newTemplateId); + if (response.StatusCode == HttpStatusCode.OK) + { + var template = JsonConvert.DeserializeObject