@@ -4,99 +4,115 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.0.4] / 2023-04-21
8
+ ### Updated
9
+ - [x] Update ` ricaun.NUnit ` to 1.2.8 (` GetTestFullNames ` get tests with * )
10
+ ### Fixed
11
+ - [x] Fix Version Revit 2024 no Tests
12
+ ### Console
13
+ - [x] Add Debug Tests in ` RevitTestUtils `
14
+ - [x] Update ` RevitTestUtils ` to min and max (2021-2023)
15
+ ### TestAdapter
16
+ - [x] Add Metadata Discovery Tests
17
+ - [x] Add ` IsSimilarTestName ` in ` TestCaseUtils ` (Make work with * )
18
+ ### Tests
19
+ - [x] Add ` TestRevitConstructor `
20
+ - [x] Add ` TestRevitOneTimeSetUp `
21
+
7
22
## [ 1.0.3] / 2023-04-17
8
23
### Features
9
- [ x] Update ` TestAdapter ` to work with '.' in the TestName. ('TestCaseUtils')
10
- [ x] Update ` RevitTest ` to work with ',' and '\\ ' in the TestName.
24
+ - [x] Update ` TestAdapter ` to work with '.' in the TestName. ('TestCaseUtils')
25
+ - [x] Update ` RevitTest ` to work with ',' and '\\ ' in the TestName.
11
26
### Application
12
- [ x] Update ` Tests ` without Split(',')
27
+ - [x] Update ` Tests ` without Split(',')
13
28
### Console
14
- [ x] Update Command ` Test ` to multiple parameters using ` IEnumerable ` .
29
+ - [x] Update Command ` Test ` to multiple parameters using ` IEnumerable ` .
15
30
### Shared
16
- [ x] Add Info to ` TestRequest `
17
- [ x] Update ` TestFilter ` to ` TestFilters ` with ` string[] `
31
+ - [x] Add Info to ` TestRequest `
32
+ - [x] Update ` TestFilter ` to ` TestFilters ` with ` string[] `
18
33
### TestAdapter
19
- [ x] Update ` ProcessStart ` to work with ` IEnumerable ` arguments, join with ' '.
20
- [ x] Update ` RevitTestProcessStart ` to work filters ` string[] ` .
34
+ - [x] Update ` ProcessStart ` to work with ` IEnumerable ` arguments, join with ' '.
35
+ - [x] Update ` RevitTestProcessStart ` to work filters ` string[] ` .
21
36
22
37
## [ 1.0.2] / 2023-04-15
23
38
### Features
24
- [ x] Update ` ricaun.NUnit ` to 1.2.7
39
+ - [x] Update ` ricaun.NUnit ` to 1.2.7
25
40
### Tests
26
- [ x] TestsCase - TestCase with string and null
41
+ - [x] TestsCase - TestCase with string and null
27
42
### Update
28
- [ x] Update ` TestAdapter ` to work with ` ricaun.NUnit ` 1.2.7
29
- [ x] Update ` ProcessStart ` in ` TestAdapter ` to work with ` " ` in the filter.
43
+ - [x] Update ` TestAdapter ` to work with ` ricaun.NUnit ` 1.2.7
44
+ - [x] Update ` ProcessStart ` in ` TestAdapter ` to work with ` " ` in the filter.
30
45
31
46
## [ 1.0.1] / 2023-04-11
32
47
### Features
33
- [ x] Update ` ricaun.NUnit ` to 1.2.6
48
+ - [x] Update ` ricaun.NUnit ` to 1.2.6
34
49
### Tests
35
- [ x] TestRevit - Similar Parameter ` (IDisposable is UIApplication) `
50
+ - [x] TestRevit - Similar Parameter ` (IDisposable is UIApplication) `
36
51
37
52
## [ 1.0.0] / 2023-02-27 - 2023-04-04
38
53
### Features
39
54
### Application
40
- [ x] App - RibbonPanel/RibbonItem
41
- [ x] PipeServer - Shared
42
- [ x] UserUtils - IsValid/ISNotValid
43
- [ x] PipeClient - PropertyChanged
44
- [ x] Run Tests - ricaun.NUnit
45
- [ x] Run Tests - Filter Tests
46
- [ x] Zip - Copy Zip Folder
47
- [ x] Zip - Copy back Zip Folder
48
- [ ] Zip - Zip max size file
49
- [ x] Log - Debug/Jornal
50
- [ x] Log - FileOpen/JornalOpen
55
+ - [x] App - RibbonPanel/RibbonItem
56
+ - [x] PipeServer - Shared
57
+ - [x] UserUtils - IsValid/ISNotValid
58
+ - [x] PipeClient - PropertyChanged
59
+ - [x] Run Tests - ricaun.NUnit
60
+ - [x] Run Tests - Filter Tests
61
+ - [x] Zip - Copy Zip Folder
62
+ - [x] Zip - Copy back Zip Folder
63
+ - [ ] Zip - Zip max size file
64
+ - [x] Log - Debug/Jornal
65
+ - [x] Log - FileOpen/JornalOpen
51
66
### Console
52
- [ x] Info - icon.ico
53
- [ x] PipeClient - Shared
54
- [ x] PipeClient - PropertyChanged
55
- [ x] RevitInstallation - Get Revit Installed
56
- [ x] CommandLine - Run File Tests
57
- [ x] CommandLine - Get File Tests FullName
58
- [ x] CommandLine - Output to Console/File
59
- [ x] CommandLine - Logger enable/disable
60
- [ x] CommandLine - Select RevitVersion
61
- [ x] CommandLine - Force Open/Close/Wait
62
- [ x] CommandLine - Run Tests with Filter
63
- [ x] CommandLine - DebuggerAttach hidden options (DebuggerUtils with EnvDTE)
64
- [ x] CommandLine - Update Parser (Ignore Unknown Arguments)
67
+ - [x] Info - icon.ico
68
+ - [x] PipeClient - Shared
69
+ - [x] PipeClient - PropertyChanged
70
+ - [x] RevitInstallation - Get Revit Installed
71
+ - [x] CommandLine - Run File Tests
72
+ - [x] CommandLine - Get File Tests FullName
73
+ - [x] CommandLine - Output to Console/File
74
+ - [x] CommandLine - Logger enable/disable
75
+ - [x] CommandLine - Select RevitVersion
76
+ - [x] CommandLine - Force Open/Close/Wait
77
+ - [x] CommandLine - Run Tests with Filter
78
+ - [x] CommandLine - DebuggerAttach hidden options (DebuggerUtils with EnvDTE)
79
+ - [x] CommandLine - Update Parser (Ignore Unknown Arguments)
65
80
### Shared
66
- [ x] PipeServer/Client - Json
67
- [ x] PipeServer/Client - Default is new()
68
- [ x] PipeServer/Client - Mapper.Map (Update Map static)
69
- [ x] TestRequests - PropertyChanged
70
- [ x] TestResponse - PropertyChanged
71
- [ x] TestResponse - Test/Tests/Info
72
- [ x] Fody.PropertyChanged
81
+ - [x] PipeServer/Client - Json
82
+ - [x] PipeServer/Client - Default is new()
83
+ - [x] PipeServer/Client - Mapper.Map (Update Map static)
84
+ - [x] TestRequests - PropertyChanged
85
+ - [x] TestResponse - PropertyChanged
86
+ - [x] TestResponse - Test/Tests/Info
87
+ - [x] Fody.PropertyChanged
73
88
### TestAdapter
74
- [ x] TestAdapter - Discoverer
75
- [ x] TestAdapter - Executor
76
- [ x] TestAdapter - Logger (AdapterLogger)
77
- [ x] TestAdapter - TestCaseUtils
78
- [ x] TestAdapter - RunSettings (AdapterSettings, XmlExtension, RunSettingModel, XmlBool)
79
- [ x] TestAdapter - RunSettingsModel (Version, Open, Close, Verbosity, Application, Metadata)
80
- [ x] TestAdapter - Custom Application Process (Download Zip)
81
- [ x] TestAdapter - Add Debugger in executor if needed
82
- [ X] TestAdapter - MetadataMapper (AssemblyMetadataAttribute)
83
- [ x] Services - RevitTestConsole
84
- [ x] Services - ProcessStart
85
- [ x] Services - RevitTestProcessStart
86
- [ x] Services - ApplicationUtils
87
- [ x] Test Models
88
- [ x] Package - Icon
89
+ - [x] TestAdapter - Discoverer
90
+ - [x] TestAdapter - Executor
91
+ - [x] TestAdapter - Logger (AdapterLogger)
92
+ - [x] TestAdapter - TestCaseUtils
93
+ - [x] TestAdapter - RunSettings (AdapterSettings, XmlExtension, RunSettingModel, XmlBool)
94
+ - [x] TestAdapter - RunSettingsModel (Version, Open, Close, Verbosity, Application, Metadata)
95
+ - [x] TestAdapter - Custom Application Process (Download Zip)
96
+ - [x] TestAdapter - Add Debugger in executor if needed
97
+ - [X] TestAdapter - MetadataMapper (AssemblyMetadataAttribute)
98
+ - [x] Services - RevitTestConsole
99
+ - [x] Services - ProcessStart
100
+ - [x] Services - RevitTestProcessStart
101
+ - [x] Services - ApplicationUtils
102
+ - [x] Test Models
103
+ - [x] Package - Icon
89
104
### Tests
90
- [ x] TestsRevit
91
- [ x] TestsRevitDocument
92
- [ x] TestsDebugger
93
- [ x] TestsFile
94
- [ x] TestsFolder
95
- [ x] TestsPass
96
- [ x] TestsIgnore
97
- [ x] TestsFail
105
+ - [x] TestsRevit
106
+ - [x] TestsRevitDocument
107
+ - [x] TestsDebugger
108
+ - [x] TestsFile
109
+ - [x] TestsFolder
110
+ - [x] TestsPass
111
+ - [x] TestsIgnore
112
+ - [x] TestsFail
98
113
99
114
[ vNext ] : ../../compare/1.0.0...HEAD
115
+ [ 1.0.4 ] : ../../compare/1.0.3...1.0.4
100
116
[ 1.0.3 ] : ../../compare/1.0.2...1.0.3
101
117
[ 1.0.2 ] : ../../compare/1.0.1...1.0.2
102
118
[ 1.0.1 ] : ../../compare/1.0.0...1.0.1
0 commit comments