Playgrounds/Kudzu/Tests.cs
Uncomment these lines:
// Delegate version
//Tests.Do("String Concatenation", Tests.StringConcat);
//return;
Now run.
They use a delegate, and now I remember why I could not complete a basic testing framework for Cosmos. :)