1.12.0
·
1342 commits
to main
since this release
New Features
- #511 Add
Names
property toDirectoryEnumerableProvider<TOwner>
andFileEnumerableProvider<TOwner>
- #513 Add extra overload of verification
Contain
extension method - #514 Add verification extension methods for
DirectorySubject
:Exist
,ContainFile
,ContainFiles
,ContainDirectory
andContainDirectories
- #515 Add
Exist
verification extension method forFileSubject
- #516 Add
DisposableSubject<T>
- #518
Should.Throw
andShould.Not.Throw
verification functionality - #520 Add
ExecuteBehavior
methods toUIComponent
- #524 Focus behavior functionality
- #525 Hover behavior functionality
- #526 Drag and drop to offset behavior functionality
- #527 New
SetsValueUsingClearAndTypeBehaviorsAttribute
- #529 Add
AddValue(string value)
andAddValueAndDispatchChangeEvent(string value)
methods toUIComponentScriptExecutor<TOwner>
- #530 New
TypesTextUsingScriptAttribute
- #531 New
TypesTextUsingSendKeysCharByCharAttribute
- #532 New
TypesTextUsingFocusBehaviorAndSendKeysCharByCharAttribute
- #533 Add
Satisfy(Expression<Predicate<TData>> predicateExpression)
verification extension method - #534 Add
Satisfy(Expression<Predicate<IEnumerable<TData>>> predicateExpression)
verification extension method - #538 Add
BePresent
verification method analogical toExist
- #539 Add
DriverInitializationStage
property toAtataContext
Changes and Enhancements
- #512 Change enumerable argument types of extension methods of
IDataVerificationProviderExtensions
- #519 Update
ClearValueAttribute
trigger to invokeClear
method of a component - #521 Update
SetValue
method ofCheckBox<TOwner>
- #522 Update base component classes to execute behaviors through
ExecuteBehavior
methods - #523 Rename behavior attributes
- #528 Use
SetsValueUsingClearAndTypeBehaviorsAttribute
as a default value set behavior ofEditableTextField<T, TOwner>
- #535 Change
ControlDefinition
ofInput<T, TOwner>
to consider elements without type attribute - #536 Update
Exist
verification method to handleNoSuchElementException
andNotMissingElementException
as actual message - #537 Update
BeVisible
andBeHidden
verification methods to work similarly toExist
method
Fixes
- #510 Exception occurs when referencing non-existent subdirectories of
DirectorySubject
through indexer