saucelabs / sauce-java

A set of helpers for consuming Sauce Labs services from Java
Apache License 2.0
45 stars 61 forks source link

Clean up folder architecture #94

Open nadvolod opened 5 years ago

nadvolod commented 5 years ago

It would be good to clean up the folder architecture in the solution. So far I have been storing a lot in Common because that's where things started. However, I don't think that name makes sense. So that package should be broken up into other packages with relevant components. The unit tests should be moved accordingly so that they can run against their corresponding packages as well.