Skip to content
Discussion options

You must be logged in to vote

here are the docs on naming https://github.com/VerifyTests/Verify/blob/main/docs/naming.md

your file name is long because it is detecting the parameters from the ClassDataSource, and doing a tostring on those. basically it is treating it as parameterised https://github.com/VerifyTests/Verify/blob/main/docs/parameterised.md

i think in your case you dont care about the parameter. so u can ignore it

I would also argue since the test type name is AggregateCommandsTests, that a test method name of MapAggregateContractToCommandExplicitlyWithoutRoute is overly verbose. MapContractExplicitlyWithoutRoute should suffice

here is a PR Eventuous/eventuous#472

eg this changes the path

eventuous\src\Ext…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alexeyzimarev
Comment options

Answer selected by alexeyzimarev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants