Christian Gruber created AXIOM-486:
--------------------------------------
Summary: AxiomTestVerb should not extend TestVerb
Key: AXIOM-486
URL: https://issues.apache.org/jira/browse/AXIOM-486
Project: Axiom
Issue Type: Improvement
Affects Versions: 1.2.19
Reporter: Christian Gruber
Priority: Critical
AxiomTestVerb currently extends TestVerb, presumably to permit someone to only
have to statically import AxiomTestVerb.assertThat; However, TestVerb was not
built for extension, will be marked final in more upcoming versions of Truth,
especially 1.0.
The fix is simple. Extend AbstractVerb if (and only if) you need its
functionality, and otherwise simply statically import both
AxiomTestVerb.assertThat and Truth.assertThat since the overloads are not
ambiguous in their type signatures (and erasure).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]