theextremeprogrammer / Succinct

UI tests at the speed of unit tests. Proper encapsulation. Architecture agnostic. Freedom to refactor.
MIT License
42 stars 7 forks source link

Find buttons in tableviews #4

Closed immenor closed 5 years ago

immenor commented 5 years ago

Adds the ability to find buttons inside of tableview cells and tableview headers. Breaks out UIButton related tests into 3 files based on method name.

codecov-io commented 5 years ago

Codecov Report

Merging #4 into master will increase coverage by 1.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   94.86%   95.97%   +1.11%     
==========================================
  Files          84       86       +2     
  Lines        2880     3680     +800     
==========================================
+ Hits         2732     3532     +800     
  Misses        148      148
Impacted Files Coverage Δ
...ctTests/UITableView/UITableViewConfiguration.swift 100% <ø> (ø) :arrow_up:
SuccinctTests/Builders/UITableViewBuilder.swift 100% <100%> (ø) :arrow_up:
...ler/UIViewController+UIButton+findButtonSpec.swift 100% <100%> (ø)
...sts/UITableView/UITableViewConfigurationSpec.swift 100% <100%> (ø) :arrow_up:
...wController/UIViewController+UITableViewSpec.swift 100% <100%> (ø) :arrow_up:
...uccinctTests/UITableView/UnitTestUITableView.swift 94.59% <100%> (+1.26%) :arrow_up:
Succinct/UIView/UIView+UIButton.swift 100% <100%> (ø) :arrow_up:
...er/UIViewController+UIButton+findButtonsSpec.swift 100% <100%> (ø)
...ViewController/UIViewController+UIButtonSpec.swift 100% <100%> (ø) :arrow_up:
...IViewController/UIViewController+UILabelSpec.swift 100% <100%> (ø) :arrow_up:
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6f78c08...ba6a01d. Read the comment docs.