This major version adds static method support and non-public method faking to the AAA API. Check out the release notes . I don’t like the reflective approach to testing private methods. With the new additions to the AAA API, testing this class: public class MyClass { public string Public() { return this...