dnWalker-project / dnWalker

1 stars 0 forks source link

Non deterministic code #67

Open benjamin-hejl opened 1 year ago

benjamin-hejl commented 1 year ago

Enable the user to specify how should non deterministic code be handled. Use some explicit constant value? A symbolic variable which can be used in constraints? How should it work with regards to the generated code? Some isolation frameworks cannot mock such methods (DateTime.Now, Random.Shared.Next() etc...).

kfrajtak commented 1 year ago

Methods with such code must be exempted from unit test generation.