Today's problem: I use an "AcceptanceTest" helper which I can just point at a non-public class and say "run the tests you find on this". This isn't really a thing you can do in AOT.
I'm not really sure what the equivalent is, except maybe pushing all those private types into a secondary pre-compiled test assembly that's only ever invoked for these acceptance tests (where the code can be public and get code-gen'd).
I'm hoping a background brain thread can come up with something better. Ugh.


