retest / gui-state-machine-api

API for the creation and modification of incomplete state machines which represent the exploration of a GUI application.
2 stars 1 forks source link

Feature/remove unnecessary methods #32

Closed tdauth closed 5 years ago

tdauth commented 5 years ago

Currently these methods aren't used anywhere. We can add them if they are really required. The information can also be calculated manually by traversing the graph. The changes simplify the code.

codecov-io commented 5 years ago

Codecov Report

Merging #32 into master will increase coverage by 0.58%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   97.45%   98.03%   +0.58%     
==========================================
  Files          14       14              
  Lines         118      102      -16     
  Branches       13       12       -1     
==========================================
- Hits          115      100      -15     
+ Misses          3        2       -1
Impacted Files Coverage Δ
...e/retest/guistatemachine/api/GuiStateMachine.scala 100% <100%> (ø) :arrow_up:
...guistatemachine/api/impl/GuiStateMachineImpl.scala 100% <100%> (ø) :arrow_up:
...de/retest/guistatemachine/api/HashIdentifier.scala 93.33% <0%> (+6.66%) :arrow_up:

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 811faeb...2e631ee. Read the comment docs.