build-test-data
build-test-data copied to clipboard
rename BuildDataTest til BuildDataUnitTest to avoid confusion as to w…
I have run into people being confused on numerous occasions using BuildDataTest in integrationTests causing flaky tests. Therefore I think the naming should be more explicit to prevent the confusion.
I've been confused by this several times as well. It's not clear if to use BuildDataTest or TestDataBuilder from the name alone. My "workaround" is to check the Javadoc every time, but most don't, which causes problems.
Agreed, the naming on these two are pretty atrocious. A way to better differentiate them would definitely be an improvement to the API.