Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
6fe5ff2
insert first files form prev AccUnit Add-in
josef-poetzl Apr 6, 2024
9be6a40
+ TestSuiteManager
josef-poetzl Apr 6, 2024
178dfe5
TestSuiteManager (fixes)
josef-poetzl Apr 6, 2024
199d325
next step ... but issue with '*started' events
josef-poetzl Apr 7, 2024
26fca63
Event issue fixed: ITest => ComInterfaceType.InterfaceIsIUnknown
josef-poetzl Apr 7, 2024
a4c1449
runable version (prepared for VBE add-in)
josef-poetzl Apr 7, 2024
89c5d9c
remove events form TestSuiteManager
josef-poetzl Apr 7, 2024
590feb6
LoggerForm for first tests
josef-poetzl Apr 9, 2024
fef990a
Start Assert & Co from Add-In
josef-poetzl Apr 10, 2024
f10d5e3
fixed: even TraceMessage (remove override with new)
josef-poetzl Apr 10, 2024
fd1bbe5
AccessAccUnitLoaderFactoryCode template: + get TestSuite, Assert and …
josef-poetzl Apr 10, 2024
d4e79d0
next steps to use vbe windows
josef-poetzl Apr 11, 2024
af73027
VbeUserControlHost in new project (prepare to export to new repository)
josef-poetzl Apr 13, 2024
478058e
use VbeUserControlHost from external library (https://github.com/Acce…
josef-poetzl Apr 13, 2024
c129335
code cleanup
josef-poetzl Apr 13, 2024
651cd45
WPF test with logger window
josef-poetzl Apr 14, 2024
3bf2627
first steps with WPF treeview
josef-poetzl Apr 14, 2024
774c975
Treeview tests ....
josef-poetzl Apr 14, 2024
d717422
fix event TestTraceMessage => raise in COM and without com
josef-poetzl Apr 15, 2024
238b956
fix TestSuite.Reset .. Remove testfixtures
josef-poetzl Apr 15, 2024
8d6e9fe
update Access add-in
josef-poetzl Apr 15, 2024
b2219c1
next steps with TestExplorer
josef-poetzl Apr 16, 2024
7b4eb0e
+ Test project
josef-poetzl Apr 16, 2024
0c8c2e5
reg script to register VBE add-in under HKCU
josef-poetzl Apr 16, 2024
feb7dba
icons in treeview (UITools: + ConvertBitmapToBitmapSource)
josef-poetzl Apr 18, 2024
1c77236
+ CommandbarAdapter, TestStarter, VbeIntegrationManager
josef-poetzl Apr 18, 2024
4ce8f41
SelectListBox (WPF)
josef-poetzl Apr 19, 2024
fa0b705
Import/Export tests form changed to WPF
josef-poetzl Apr 20, 2024
c832997
Test explorer: + Select tests + start tests
josef-poetzl Apr 21, 2024
3834193
fix: IgnoreInfo was copied from rowtest to all childs
josef-poetzl Apr 21, 2024
1370933
Trigger parent checkboxes if child.IsChecked changed
josef-poetzl Apr 21, 2024
afe5947
checkbox handling optimized
josef-poetzl Apr 22, 2024
122fc7f
minor changes in logger
josef-poetzl Apr 22, 2024
6975b79
code cleanup
josef-poetzl Apr 22, 2024
f6f7adf
some tests with threading
josef-poetzl Apr 22, 2024
0981959
attempts with task/async removed, better test in extra branch
josef-poetzl Apr 23, 2024
95cdae3
+ Set test environment in command bar
josef-poetzl Apr 25, 2024
f5c4745
RunCurrentTest: resetmode = ResetMode.RemoveTests | ResetMode.ResetT…
josef-poetzl Apr 25, 2024
a6f2cb2
+ InsertTestMethodDialog
josef-poetzl Apr 27, 2024
d794358
Refactor TestItem .. extract CheckableTreeViewItem
josef-poetzl Apr 28, 2024
d1f6974
refactoring CheckableItems + TV
josef-poetzl Apr 28, 2024
52c3004
Refactoring + Layout for GenerateTestMethodsFromCodeModuleDialog
josef-poetzl May 1, 2024
6d9e224
layout GenerateTestMethodeDialog
josef-poetzl May 6, 2024
2a093c0
GenerateTestMethodsDialog usable (translation missing)
josef-poetzl May 6, 2024
f2e58bd
Code cleanup
josef-poetzl May 6, 2024
95dc8de
Fix postion in VBE window
josef-poetzl May 6, 2024
d86589e
Fix DPI scale factor
josef-poetzl May 6, 2024
7254ef8
fix dialog position for import/export window
josef-poetzl May 7, 2024
d97b14d
Install Add-in with AccUnitLoader
josef-poetzl May 9, 2024
b4f7dbe
change office reference
josef-poetzl May 10, 2024
a5fd361
change office ref
josef-poetzl May 10, 2024
181ac51
Update azure-pipelines-build.yml for Azure Pipelines
josef-poetzl May 10, 2024
2e0ec2f
AzureICI config for VbeAddIn project
josef-poetzl May 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .azure-pipelines/azure-pipelines-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ steps:
Write-Host "Version: $version"
$version | Out-File "$(Build.ArtifactStagingDirectory)\version.txt"
Get-ChildItem -Path "$(Build.SourcesDirectory)\source\AccUnit\bin\$(buildConfiguration)"
Compress-Archive -Path "$(Build.SourcesDirectory)\source\AccUnit\bin\$(buildConfiguration)\AccessCodeLib.*.dll" -DestinationPath "$(Build.ArtifactStagingDirectory)\AccUnit.$($version).bin.zip"
Compress-Archive -Path "$(Build.SourcesDirectory)\source\AccUnit\bin\$(buildConfiguration)\AccessCodeLib.*.tlb" -DestinationPath "$(Build.ArtifactStagingDirectory)\AccUnit.$($version).bin.zip" -Update
Compress-Archive -Path "$(Build.SourcesDirectory)\source\AccUnit\bin\$(buildConfiguration)\AccUnit.dll*" -DestinationPath "$(Build.ArtifactStagingDirectory)\AccUnit.$($version).bin.zip"
Compress-Archive -Path "$(Build.SourcesDirectory)\source\AccUnit\bin\$(buildConfiguration)\AccUnit.tlb" -DestinationPath "$(Build.ArtifactStagingDirectory)\AccUnit.$($version).bin.zip" -Update
Compress-Archive -Path "$(Build.SourcesDirectory)\source\AccUnit\bin\$(buildConfiguration)\AccessCodeLib.*.dll" -DestinationPath "$(Build.ArtifactStagingDirectory)\AccUnit.$($version).bin.zip" -Update
Compress-Archive -Path "$(Build.SourcesDirectory)\vbe-add-In\AccUnit.VbeAddIn\bin\$(buildConfiguration)\AccUnit.VbeAddIn.dll*" -DestinationPath "$(Build.ArtifactStagingDirectory)\AccUnit.$($version).bin.zip" -Update
Compress-Archive -Path "$(Build.SourcesDirectory)\vbe-add-In\AccUnit.VbeAddIn\bin\$(buildConfiguration)\AccessCodeLib.Common.VbeUserControlHost.dll" -DestinationPath "$(Build.ArtifactStagingDirectory)\AccUnit.$($version).bin.zip" -Update
displayName: 'Read Version and create zip file'

- task: PublishBuildArtifacts@1
Expand Down
Binary file modified access-add-in/AccUnitLoader.accda
Binary file not shown.
9 changes: 8 additions & 1 deletion access-add-in/_CopyAccUnitLibFilesFromRelease.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ if exist .\lib\ (
) else (
mkdir .\lib\
)
copy .\..\source\AccUnit\bin\Release\AccessCodeLib.*.tlb .\lib\

:: Framework:
copy .\..\source\AccUnit\bin\Release\AccUnit.dll* .\lib\
copy .\..\source\AccUnit\bin\Release\AccUnit.tlb .\lib\
copy .\..\source\AccUnit\bin\Release\AccessCodeLib.*.dll .\lib\

:: VBE Add-in:
copy .\..\vbe-add-In\AccUnit.VbeAddIn\bin\Release\AccUnit.VbeAddIn.dll* .\lib\
copy .\..\vbe-add-In\AccUnit.VbeAddIn\bin\Release\AccessCodeLib.Common.VbeUserControlHost.dll .\lib\

timeout 3
Loading