Commit Graph

835 Commits

Author SHA1 Message Date
tznind
6be225bb3d Only show Expected/But Was for failing tests in AssertDriverContentsAre 2023-02-01 01:22:47 +00:00
tznind
2caab5d410 Add tests for resizing splitter 2 and ensuring splitter does not go too far 2023-02-01 01:22:21 +00:00
tznind
66c6836134 Updated tests to match new max/min size implementation 2023-02-01 01:03:27 +00:00
BDisp
489a802df6 Implementing nullable bool checked on Menu. 2023-01-30 21:02:14 +00:00
BDisp
886d650ed6 Rename CheckboxTests.cs to CheckBoxTests.cs 2023-01-30 15:48:35 +00:00
BDisp
9d1a429676 Implementing nullable bool checked on CheckBox. 2023-01-30 14:32:18 +00:00
BDisp
b7791992cc Added unit test for move down/right. 2023-01-30 13:13:11 +00:00
Thomas
61e2faccba Add test for Int.Max minwidth 2023-01-30 08:44:25 +00:00
BDisp
86d3b6db74 Locking packed tests to avoid throwing an error. 2023-01-29 22:55:00 +00:00
BDisp
cd5655fc95 Fixes #2308. Redraw passed bounds bigger than its client area. 2023-01-29 22:24:01 +00:00
Thomas
da5ca55a1b Create scaffold for min sizes multi panel tests 2023-01-29 12:37:10 +00:00
Thomas
42813b0d81 Added TestNestedContainer3RightAnd1Down_TileVisibility_WithoutBorder 2023-01-29 12:28:40 +00:00
tznind
b614a7beaf TileView now respects Tile.View.Visible 2023-01-29 10:13:33 +00:00
tznind
5c2c53da3c Tests for IsRootTileView 2023-01-28 19:21:47 +00:00
Thomas
5d6ccb9cd4 Address todos 2023-01-28 15:08:14 +00:00
Thomas
933f26f122 IndexOf now supports recursive search 2023-01-28 14:08:38 +00:00
Thomas
d0d17606d1 Render Titles for Tiles properly 2023-01-28 11:13:51 +00:00
tznind
ecdc8e396c Added tests for RemoveTile and made it return the removed Tile for convenience 2023-01-27 19:14:37 +00:00
tznind
536916470b Fixes and improvements in Notepad Tile removal 2023-01-27 08:38:05 +00:00
tznind
258e627a1c Rename SplitView to TileView 2023-01-27 08:11:07 +00:00
Thomas
9dc5e687c8 Add tests 2023-01-24 21:27:01 +00:00
Thomas
b4203849a5 Implement Notepad split directions 2023-01-22 19:55:08 +00:00
Tig
27ea1e14c0 Merge branch 'develop' into line-drawer 2023-01-22 07:38:54 -07:00
tznind
df9ae17871 Add tests for insert middle and end 2023-01-22 11:59:57 +00:00
tznind
a50f9cd2de Add InsertTile method 2023-01-22 11:50:56 +00:00
tznind
40ff3841be Tests passing again after refactor to tiles 2023-01-22 05:47:24 +00:00
tznind
9bdd2a659e WIP: unit test fixes 2023-01-22 04:47:21 +00:00
tznind
395fc3d9d1 WIP new multi tile system compiling 2023-01-21 21:36:27 +00:00
tznind
f27aae2e23 WIP Tests almost compiling 2023-01-21 21:31:52 +00:00
tznind
4f2212d751 Merge branch 'tabviewclick' into splitcontainer 2023-01-21 08:50:22 +00:00
tznind
ab398b93cb Make OnTabClicked fire for clicks in empty space and fix Notepad to only show context menu on right click. 2023-01-21 08:31:17 +00:00
Charlie Kindel
6cabb20f89 Tweaks to make code more clear 2023-01-20 16:31:32 -07:00
Charlie Kindel
7f563244eb Made Attribute Make more robust 2023-01-20 15:50:11 -07:00
Thomas
8b8bb2ab60 Test for TabClicked event 2023-01-20 20:05:53 +00:00
tznind
e7e8d8ae31 Merge branch 'line-drawer' into splitcontainer 2023-01-19 18:43:33 +00:00
Thomas Nind
16a3c0b8ae Merge branch 'develop' into line-drawer 2023-01-18 17:25:03 +00:00
Thomas
8f41296e78 Tidy up LineCanvas
Rename Drawing Scenario
Make API simpler by directly referencing Application.Driver
2023-01-18 17:20:33 +00:00
tznind
8487422f25 Rename SplitContainer to SplitView 2023-01-16 19:56:32 +00:00
Tig Kindel
9232a2bd59 Merge branch 'develop' into unittest_reorg 2023-01-15 19:00:22 -07:00
Tig
1bdd9014f5 Merge pull request #2270 from BDisp/ensuresvisibilityselecteditem-public-fix-2269
Fixes #2269. ListView.EnsureSelectedItemVisible must be public.
2023-01-15 18:59:21 -07:00
Tig Kindel
3dbd21ed56 Reorg of unit tests 2023-01-15 18:49:08 -07:00
Tig Kindel
fa048da358 Merge branch 'develop' into unittest_reorg 2023-01-15 18:34:14 -07:00
Tig Kindel
7454dac942 Reorg of unit tests 2023-01-15 18:33:38 -07:00
Tig
43740f8d34 Merge pull request #2283 from BDisp/hotKeyPos-fix_2282
Fixes #2282. HotKeyPos is causing black cell on center and right/bottom alignments.
2023-01-15 18:33:12 -07:00
Tig
7605e2bc11 Merge pull request #2290 from BDisp/view-clear-fix_2289
Fixes #2289. View.Clear method is clearing beyond its parent bounds.
2023-01-15 18:31:21 -07:00
BDisp
a3ae8cf1b6 Fixes #2289. View.Clear method is clearing beyond its parent bounds. 2023-01-15 22:44:18 +00:00
BDisp
13c7e59116 Fixes #2287. AssertDriverColorsAre is reporting wrong colors information. 2023-01-15 21:07:45 +00:00
BDisp
a4bd3b4bce Fixes #2287. AssertDriverColorsAre is reporting wrong colors information. 2023-01-15 20:58:27 +00:00
tznind
62b98dcceb Disable AutoSize in SplitContainer test/scenario as it overspills parent bounds 2023-01-15 12:09:35 +00:00
tznind
05afde84cc Fix width 2023-01-15 11:29:16 +00:00