An example class with private functionality that can be unit-tested via a static inner testing class.

Its default compiler will move the classfile for the TEST inner class to a scratch directory outside of Filesystems. Its default executor will likewise run the TEST class's main method rather than the outer class, and will include the scratch directory in the execution classpath.