Marek Lewandowski
|
869dec15bf
Test: Ported more old tests cases.
|
5 年之前 |
Marek Lewandowski
|
b547ebd8f2
Tests: Added more cases for pixel resizing and a function generating tests like this.
|
5 年之前 |
Marek Lewandowski
|
eab02fec59
Tests: Removed the async keyword where it was not needed.
|
5 年之前 |
Marek Lewandowski
|
122c94a009
Tests: Moved assertions closer to tested code.
|
5 年之前 |
Marek Lewandowski
|
5fbd045cdc
Tests: Simplified point handling (it's no longer immutable).
|
5 年之前 |
Marek Lewandowski
|
883e57e1d4
Tests: Added mouseMock.dragTo method, introduced Point class, changed returned type of getHandleCenterPoint().
|
5 年之前 |
Marek Lewandowski
|
ce7e504348
Tests: Use plural form in unit test.
|
5 年之前 |
Marek Lewandowski
|
a1b1100b80
Tests: Adjusted unit test name.
|
5 年之前 |
Marek Lewandowski
|
414f1eb3bf
Tests: There is no longer a need to use initMouseEvent anymore.
|
5 年之前 |
Marek Lewandowski
|
15585e7ed8
Tests: _proposeNewSize is already tested in more relevant test suite.
|
5 年之前 |
Marek Lewandowski
|
9162f4128e
Tests: Ported the test for hiding resizer when its disabled.
|
5 年之前 |
Marek Lewandowski
|
ad0914763f
Tests: Added unit tests for proposed size.
|
5 年之前 |
Marek Lewandowski
|
5372d64206
Tests: Inlined few variables to reduce amount of scope variables.
|
5 年之前 |
Marek Lewandowski
|
23d7d0d1ad
Tests: Added resizer state test suite.
|
5 年之前 |
Marek Lewandowski
|
5707b51dcf
Tests: Bumped year in the license header.
|
5 年之前 |
Marek Lewandowski
|
1ea2591fe0
Tests: Removed waiting in-between mouse operations.
|
5 年之前 |
Marek Lewandowski
|
2c978cc3dd
Tests: Removed unused utilities.
|
5 年之前 |
Marek Lewandowski
|
712ff770f2
Tests: Forced resizer redraw is no longer required, so the code is removed.
|
5 年之前 |
Marek Lewandowski
|
296d8e63f2
Tests: Since editor is focused for each test move it to beforeEach.
|
5 年之前 |
Marek Lewandowski
|
c6de37271c
Tests: Extracted more common code.
|
5 年之前 |
Marek Lewandowski
|
41a9062422
Tests: Extracted common onCommit stub.
|
5 年之前 |
Marek Lewandowski
|
b52b3947b8
Tests: Extracted common code.
|
5 年之前 |
Marek Lewandowski
|
10bf229dc0
Tests: Code coverage in case there's no _activeResizer set.
|
5 年之前 |
Marek Lewandowski
|
e4159fc603
Tests: Removed extra suite wrapping.
|
5 年之前 |
Marek Lewandowski
|
5de1418536
Tests: Changed default widget width for increased code coverage.
|
5 年之前 |
Marek Lewandowski
|
4a3e51a770
Internal: Fixed an issue where default resizing unit might not be properly recognized.
|
5 年之前 |
Marek Lewandowski
|
f610e84e88
Tests: Added integration test for resize in percents.
|
5 年之前 |
Marek Lewandowski
|
80351ce4c8
Tests: Added unit test ensuring that if no isCenter option is passed, the object is resized as if it would be center-aligned.
|
5 年之前 |
Marek Lewandowski
|
d83eb1acde
Tests: This test has been moved.
|
5 年之前 |
Marek Lewandowski
|
23343d0f05
Internal: Widget resize upon its destroy should also destroy any resizer that it maintains.
|
5 年之前 |