namespace Amphora.UnitTests { class Program { static int Main(string[] args) { return UnitTestSharp.TestRunner.RunAllTests(); } } }