LivingDoc / livingdoc

Write and manage your acceptance tests in any format you like incl. in Atlassian Confluence.
Apache License 2.0
14 stars 16 forks source link

TypeConverter can't be specified on Groups and DocumentFixtures #130

Open Drakojin opened 4 years ago

Drakojin commented 4 years ago

Expected Behavior

The use of @Converter(class) on Groups and DocumentFixtures should activate the Converter for all containing Fixtures. Current Behavior

The @Converter(class) is ignored and has no effect. Screenshots Possible Solution

This was not implemented correctly. The use of Groups was never considered in the implementation.