You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When BeforeMapping()/AfterMapping() are defined for base and derived class mapping then they are executed in incorrect order: base class BeforeMapping()/AfterMapping() is executed after such method from derived class
When
BeforeMapping()
/AfterMapping()
are defined for base and derived class mapping then they are executed in incorrect order: base classBeforeMapping()
/AfterMapping()
is executed after such method from derived classSample code (based on
After_Mapping()
UT):Types def
Mapping def
Expected result:
result.Name
should betestSRC
Actual result:
result.Name
istestBASE
Code for testing
BeforeMapping()
is similarThe text was updated successfully, but these errors were encountered: