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

com.kazurayam.materialstore.util.TestFixtureUtil class --- is it necessary? is it well-designed? #446

Closed kazurayam closed 11 months ago

kazurayam commented 11 months ago

https://github.com/kazurayam/materialstore/blob/develop/src/test/java/com/kazurayam/materialstore/util/TestFixtureUtil.java

TestFixtureUtil class is there. But it looks immature. Some test classes uses it, but not all.

kazurayam commented 11 months ago

renamed to SampleFixtureInjector