A domain-specific file system to store "materials" (screenshots, HTML, JSON, XML) collected during End-to-End testings using Selenium WebDriver etc. Features to make "diff" and compiling HTML reports are also included. This is written in pure Java8
Apache License 2.0
0
stars
0
forks
source link
Methods of com.kazurayam.materialstore.filesystem.Store should not throw IOException #333
The methods of Store should not throw IOException aside from MaterialstoreException.
The methods of
Store
should wrap all IOException in MaterialstoreException.Then the method signature will become simpler, so the application codes will be consise.