expectedObjects
Testing library for creating Expected Objects.
File Explorer
Download Latest Version (.zip)- NuGet.Config
- NuGet.exe
- NuGet.targets
- ComparisonComparisonLink.cs
- InstanceOfTypeComparisonLink.cs
- LeafInstanceOfTypeComparisonLink.cs
- MemberComparisonLink.cs
- MissingComparisonLink.cs
- NullActualComparisonLink.cs
- NullExpectedComparisonLink.cs
- ReferenceEqualsComparisonLink.cs
- StrategyComparisonLink.cs
- TrueLink.cs
- TypeStrategyComparisonLink.cs
- IComparisonLink.cs
- LinkComparisonContext.cs
- LinkComparisonResult.cs
- StrategyChain.cs
- Any.cs
- AnyMatchingPredicate.cs
- DefaultComparison.cs
- IgnoredComparison.cs
- NotDefaultComparison.cs
- NotNullComparison.cs
- NullComparison.cs
- EnumerableExtensions.cs
- IWriter.cs
- NullWriter.cs
- ShouldWriter.cs
- SimpleShouldWriter.cs
- WriterVerbosity.cs
- ComparableComparisonStrategy.cs
- DefaultComparisonStrategy.cs
- Description.cs
- EnumerableComparisonStrategy.cs
- EqualityResults.cs
- EqualsOverrideComparisionStrategy.cs
- IComparisonStrategy.cs
- KeyValuePairComparisonStrategy.cs
- OrdinalEnumerableComparisonStrategy.cs
- PrimitiveComparisonStrategy.cs
- ValueComparisonStrategy.cs
- AbsolutePathMemberComparison.cs
- AbsolutePathMemberContext.cs
- ComparisonException.cs
- ComparisonResult.cs
- ConfigurationContext.cs
- ConfigurationContextExtensions.cs
- EqualityComparer.cs
- EqualityResult.cs
- Expect.cs
- ExpectedDescription.cs
- ExpectedObject.cs
- ExpectedObjectExtensions.cs
- ExpectedObjects.csproj
- ExpressionMemberContext.cs
- IComparison.cs
- IComparisonContext.cs
- IComparisonResult.cs
- IConfiguration.cs
- IConfigurationContext.cs
- IExpectedDescription.cs
- IMemberComparison.cs
- IMemberConfigurationContext.cs
- IMemberContext.cs
- IMissing.cs
- IMissingElement.cs
- IMissingMember.cs
- IUnexpectedElement.cs
- MemberType.cs
- MissingElement.cs
- MissingMember.cs
- ObjectExtensions.cs
- PropertyInfoExtensions.cs
- RelativeMemberComparison.cs
- RelativePathMemberContext.cs
- ShouldExtensions.cs
- StackDictionary.cs
- TypeExtensions.cs
- UnexpectedElement.cs
- StringExpectedObjectExtensions.cs
- Parameter.cs
- Resources.Designer.cs
- Resources.resx
- BaseType.cs
- ComparableType.cs
- ComplexType.cs
- DuplicateReferenceType.cs
- Element.cs
- EnumType.cs
- EqualsOverrideType.cs
- GenericType.cs
- IndexOverrideType.cs
- IndexType.cs
- MessageV1.cs
- MessageV2.cs
- MultiIndexType.cs
- Person.cs
- RecursiveType.cs
- SimpleType.cs
- StructureType.cs
- TypeWithDecimal.cs
- TypeWithElementList.cs
- TypeWithErrors.cs
- TypeWithIEnumerable.cs
- TypeWithIndexType.cs
- TypeWithInteger.cs
- TypeWithNullableMember.cs
- TypeWithOverloadedIndexes.cs
- TypeWithRecordProperty.cs
- TypeWithStaticMember.cs
- TypeWithString.cs
- TypeWithString2.cs
- TypeWithStringField.cs
- TypeWithStringMembers.cs
- TypeWithTypeSafeEnumArray.cs
- TypeWithXElement.cs
- AnonymousSpecs.cs
- AnyComparisonSpecs.cs
- ComparableSpecs.cs
- ComparisonSpecs.cs
- ComparisonStrategySpecs.cs
- ComplexTypeSpecs.cs
- DecimalSpecs.cs
- DictionarySpecs.cs
- DifferentTypesSpecs.cs
- DoubleSpecs.cs
- EnumerableSpecs.cs
- EnumSpecs.cs
- EqualsOverrideSpecs.cs
- ExclusionSpecs.cs
- ExpectComparisonSpecs.cs
- ExpectedObjects.Specs.csproj
- ExpectSpecs.cs
- ExpressionSpecs.cs
- HidingPropertiesSpecs.cs
- IgnoreSpecs.cs
- IndexSpecs.cs
- MemberTypeConfigurationSpecs.cs
- NotNullComparisonSpecs.cs
- NullComparisonSpecs.cs
- NullSpecs.cs
- ObjectShouldEqualExtensionSpecs.cs
- ObjectShouldMatchExtensionSpecs.cs
- ObjectShouldNotEqualExtensionSpecs.cs
- ObjectSpecs.cs
- ParallelSpecs.cs
- RecordSpecs.cs
- RecursionSpecs.cs
- ShouldEqualExtensionDoubleSpecs.cs
- ShouldNotEqualExtensionSpecs.cs
- ShouldWriterSpecs.cs
- StaticTypeSpecs.cs
- StringSpecs.cs
- StrongTypedCustomComparisonSpecs.cs
- StructureSpecs.cs
- TypeMismatchSpecs.cs
- XElementSpecs.cs
- ExpectedObjects.sln
- ExpectedObjects.sln.DotSettings
- .gitignore
- .npmrc
- build.bat
- CHANGELOG.md
- license.txt
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/derekgreer/expectedObjects
Downloads the entire project code from GitHub to your computer.
cd expectedObjects
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd src/ExpectedObjects.Specs
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
