File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,25 @@ A query message should end with "Query" and describe the data it returns. e.g.
3434The handlers should match the query message name with the suffix of "Handler". e.g.
3535
3636- EventSummaryQueryHandler
37- - TaskDetailQueryHandler
37+ - TaskDetailQueryHandler
38+
39+ ### Unit Tests - Naming Conventions
40+
41+ ** Controller unit tests:**
42+
43+ A controller unit test should be named as follows:
44+
45+ - "Controllername" ControllerTests
46+
47+ So, for instance: AdminControllerTests or GlobalControllerTests
48+
49+ ** Any other unit tests:**
50+
51+ Any other unit tests should be named descriptevelit and end in "Should".
52+
53+ Some examples:
54+ - DataReaderExtensionsShould
55+ - FormFileExtensionShould
56+ - ApplicationUserQueryShould
57+
58+
You can’t perform that action at this time.
0 commit comments