Releases: ricaun-io/ricaun.NUnit
Releases · ricaun-io/ricaun.NUnit
1.4.1
Features
- Support
GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
.
Updates
- Add
TestEngine.GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
. - Add
AssemblyMetadataSerializable
to serializeAssemblyMetadataAttribute
toAssemblyMetadataSerializable
. - Add
AppDomainDisposable
internal class to create a newAppDomain
and dispose it. - Add
TryChangeType
to try to convertobject
toParameterType
. (Fix: #29) - Update
GetTestNameWithArguments
to support generic types. (Fix: #30) - Update
ValueToArgumentName
to supportfloat
withf
.
Tests
- Add
SampleMetadata
andSampleMetadataAttribute
test project. - Add
TestParameterCaseDouble
to test parameter withdouble
type and parameterint
. (Fix: #29) - Add
TestParameterByte
,TestParameterShort
andTestParameterDouble
tests for parameter converter.
1.4.1-rc
Features
- Support
GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
.
Updates
- Add
TestEngine.GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
. - Add
AssemblyMetadataSerializable
to serializeAssemblyMetadataAttribute
toAssemblyMetadataSerializable
. - Add
AppDomainDisposable
internal class to create a newAppDomain
and dispose it. - Add
TryChangeType
to try to convertobject
toParameterType
. (Fix: #29) - Update
GetTestNameWithArguments
to support generic types. (Fix: #30) - Update
ValueToArgumentName
to supportfloat
withf
.
Tests
- Add
SampleMetadata
andSampleMetadataAttribute
test project. - Add
TestParameterCaseDouble
to test parameter withdouble
type and parameterint
. (Fix: #29) - Add
TestParameterByte
,TestParameterShort
andTestParameterDouble
tests for parameter converter.
1.4.1-beta.2
Features
- Support
GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
.
Updates
- Add
TestEngine.GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
. - Add
AssemblyMetadataSerializable
to serializeAssemblyMetadataAttribute
toAssemblyMetadataSerializable
. - Add
AppDomainDisposable
internal class to create a newAppDomain
and dispose it. - Add
TryChangeType
to try to convertobject
toParameterType
. - Update
GetTestNameWithArguments
to support generic types. - Update
ValueToArgumentName
to supportfloat
withf
.
Tests
- Add
SampleMetadata
andSampleMetadataAttribute
test project. - Add
TestParameterCaseDouble
to test parameter withdouble
type and parameterint
. (Fix: #29) - Add
TestParameterByte
,TestParameterShort
andTestParameterDouble
tests for parameter converter.
1.4.1-beta.1
Features
- Support
GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
.
Updates
- Add
TestEngine.GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
. - Add
AssemblyMetadataSerializable
to serializeAssemblyMetadataAttribute
toAssemblyMetadataSerializable
. - Add
AppDomainDisposable
internal class to create a newAppDomain
and dispose it. - Add
TryChangeType
to try to convertobject
toParameterType
. - Update
GetTestNameWithArguments
to support generic types. - Update
ValueToArgumentName
to supportdouble
andfloat
.
Tests
- Add
SampleMetadata
andSampleMetadataAttribute
test project. - Add
TestParameterCaseDouble
to test parameter withdouble
type and parameterint
. (Fix: #29) - Add
TestParameterByte
,TestParameterShort
andTestParameterDouble
tests for parameter converter.
1.4.1-beta
Features
- Support
GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
.
Updates
- Add
TestEngine.GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
. - Add
AssemblyMetadataSerializable
to serializeAssemblyMetadataAttribute
toAssemblyMetadataSerializable
. - Add
AppDomainDisposable
internal class to create a newAppDomain
and dispose it. - Add
TryChangeType
to try to convertobject
toParameterType
. - Update
GetTestNameWithArguments
to support generic types.
Tests
- Add
SampleMetadata
andSampleMetadataAttribute
test project. - Add
TestParameterCaseDouble
to test parameter withdouble
type and parameterint
. (Fix: #29) - Add
TestParameterByte
,TestParameterShort
andTestParameterDouble
tests for parameter converter.
1.4.1-alpha.1
Updates
- Add
TestEngine.GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
. - Add
AssemblyMetadataSerializable
to serializeAssemblyMetadataAttribute
toAssemblyMetadataSerializable
. - Add
AppDomainDisposable
internal class to create a newAppDomain
and dispose it.
1.4.1-alpha
Updates
- Add
TestEngine.GetAssemblyMetadataAttributes
to getAssemblyMetadataAttribute
fromassemblyFile
.
1.4.0
Features
- Support
TestCaseSourceAttribute
withIEnumerable
andobject[]
parameters. (Fix: #27)
Updated
- Update to support target
net48
andnet8.0
. - Update
TestAttributeService
to convertTestCaseSourceAttribute
toTestCaseAttribute
. - Update
TestCaseSourceService
to support multiple parameters. - Update
TestCaseSourceService
to supportTestCaseData
. - Update
GetTestFullNames
to find tests usingExportedTypes
. - Update
RunTests
to haveExportedTypes
options.
Added
- Add
TestCaseSourceService
withTestCaseSourceAttribute
implementation.
Tests
- Add
TestsCaseSource
sample tests. - Add
InternalTests
to testExportedTypes
only.
1.4.0-rc.1
Features
- Support
TestCaseSourceAttribute
withIEnumerable
andobject[]
parameters. (Fix: #27)
Updated
- Update to support target
net48
andnet8.0
. - Update
TestAttributeService
to convertTestCaseSourceAttribute
toTestCaseAttribute
. - Update
TestCaseSourceService
to support multiple parameters. - Update
TestCaseSourceService
to supportTestCaseData
. - Update
GetTestFullNames
to find tests usingExportedTypes
. - Update
RunTests
to haveExportedTypes
options.
Added
- Add
TestCaseSourceService
withTestCaseSourceAttribute
implementation.
Tests
- Add
TestsCaseSource
sample tests. - Add
InternalTests
to testExportedTypes
only.
1.4.0-rc
Features
- Support
TestCaseSourceAttribute
withIEnumerable
andobject[]
parameters. (Fix: #27)
Updated
- Update to support target
net48
andnet8.0
. - Update
TestAttributeService
to convertTestCaseSourceAttribute
toTestCaseAttribute
. - Update
TestCaseSourceService
to support multiple parameters. - Update
TestCaseSourceService
to supportTestCaseData
. - Update
GetTestFullNames
to find tests usingExportedTypes
. - Update
RunTests
to haveExportedTypes
options.
Added
- Add
TestCaseSourceService
withTestCaseSourceAttribute
implementation.
Tests
- Add
TestsCaseSource
sample tests. - Add
InternalTests
to testExportedTypes
only.