j8unit-team / j8unit

Enhancement for JUnit4 to take advantage of Java 8
4 stars 2 forks source link

Refactor CustomContent #43

Open ghostcity opened 7 years ago

ghostcity commented 7 years ago

CustomContent does provide a specificTestInterfaceBody(...) method which actually is implemented a single time only. In addition, that implementation cannot be used generalised in a way that is promised by CustomContent.

Refactor that type. Move the specific method to a better position.