kazurayam / materialstore

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

MaterialList instance; is it sorted or not? #410

Closed kazurayam closed 1 year ago

kazurayam commented 1 year ago

MaterialList object --- is it sorted or not? Difficult to see.

kazurayam commented 1 year ago

Yes, it is. it is sorted primarily by the string reporesentation of Metadata. By the string returned by metadata.getIdentification()