Releases: hlaueriksson/LoFuUnit
Releases · hlaueriksson/LoFuUnit
v4.0.0-preview.1
LoFuUnit.Auto
- Bump
AutoFixture
to5.0.0-preview0011
The<TDependency>()
can now be used get auto-mocked dependencies after theSubject
has been createdOne<T>
creates one Mock / Fake / StubSome<T>
creates some Mocks / Fakes / Stubs
LoFuUnit.AutoFakeItEasy
- Bump
AutoFixture.AutoFakeItEasy
to5.0.0-preview0011
The<TDependency>()
can now be used get auto-mocked dependencies after theSubject
has been created- Including FakeItEasy
Fake<>
dependencies
- Including FakeItEasy
One<T>
creates one fakeSome<T>
creates some fakes- The
FakeItEasy.Analyzer.CSharp
package is added as a transitive dependency - The
FakeItEasy
andLoFuUnit.AutoFakeItEasy
namespaces are globally included ifImplicitUsings
are enabled
LoFuUnit.AutoMoq
- Bump
AutoFixture.AutoMoq
to5.0.0-preview0011
The<TDependency>()
can now be used get auto-mocked dependencies after theSubject
has been created- Including Moq
Mock<>
dependencies
- Including Moq
One<T>
creates one mockSome<T>
creates some mocks- The
Moq.Analyzers
package is added as a transitive dependency - The
Moq
andLoFuUnit.AutoMoq
namespaces are globally included ifImplicitUsings
are enabled
LoFuUnit.AutoNSubstitute
- Bump
AutoFixture.AutoNSubstitute
to5.0.0-preview0011
The<TDependency>()
can now be used get auto-mocked dependencies after theSubject
has been createdOne<T>
creates one substituteSome<T>
creates some substitutes- The
NSubstitute.Analyzers.CSharp
package is added as a transitive dependency - The
NSubstitute
andLoFuUnit.AutoNSubstitute
namespaces are globally included ifImplicitUsings
are enabled
LoFuUnit.MSTest
- Bump
MSTest.TestFramework
to3.5.0
- The
Microsoft.NET.Test.Sdk
,MSTest.TestAdapter
andMSTest.Analyzers
packages are added as transitive dependencies - The
Microsoft.VisualStudio.TestTools.UnitTesting
andLoFuUnit.MSTest
namespaces are globally included ifImplicitUsings
are enabled
LoFuUnit.NUnit
- Bump
NUnit
to4.1.0
- The
Microsoft.NET.Test.Sdk
,NUnit3TestAdapter
andNUnit.Analyzers
packages are added as transitive dependencies - The
NUnit.Framework
andLoFuUnit.NUnit
namespaces are globally included ifImplicitUsings
are enabled
LoFuUnit.Xunit
- Bump
xunit
to2.9.0
- The
Microsoft.NET.Test.Sdk
,xunit.runner.visualstudio
andxunit.analyzers
packages are added as transitive dependencies - The
Xunit
,Xunit.Abstractions
,Xunit.Sdk
andLoFuUnit.Xunit
namespaces are globally included ifImplicitUsings
are enabled
v3.0.0
- Fix test method invocation bug that occurs on some TargetFrameworks
- Add
[CallerMemberName]
parameter toAssert
andAssertAsync
methods- The caller of these methods will implicitly be used, so don't set this parameter explicitly.
- Bump
AutoFixture
to4.18.1
- Bump
MSTest.TestFramework
to3.1.1
- Bump
NUnit
to4.0.1
- Bump
xunit
to2.6.4
- Change TargetFramework of
LoFuUnit.NUnit
tonet6.0