Atata 1.7.0 is released with a set of enhancements and fixes.
Changelog
New Features
- minor #381 Ability to specify driver ports to ignore
- minor
#388 Add extra
OrderedList<TOwner>
andUnorderedList<TOwner>
controls usingTextListItem<TOwner>
- minor
#389 Add
BeInAscendingOrder
andBeInDescendingOrder
verification extension methods - minor
#390 Add
TextListItem<TOwner>
control
Changes and Enhancements
- minor
#377 Append preceding slash to XPath passed into
ControlList
’sSelectDataByExtraXPath
andSelectContentsByExtraXPath
methods - minor
#379 Log
DriverService
port duringAtataContext
build - minor
#382 Add parameterless generic
AddLogConsumer
method toAtataContextBuilder
- minor #383 Log: change <> characters to [] for collections
- minor #384 Log: write bool value in lower case
Fixes
- fix #378 Driver service is not disposed when driver instance fails to create during building of
AtataContext
- fix #380 Assertion of empty
ControlList<TItem, TOwner>
takes extra time - fix #385
WaitTo
andExpectTo
verifications are processed likeShould
(assertion) forUIComponent
verification methods - fix #386
InnerException
is lost when throwingNUnit.Framework.AssertionException
- fix #387
Randomizer.GetString
method fails when length is greater than 32