static void Main(string[] args) { if (RepoEnvironment.version == null) { RepoEnvironment.version = new Version(); } if (RepoEnvironment.storage == null) { RepoEnvironment.storage = new Storage(); } ClientEnvironment.verbose = true; TestCheckin test = new TestCheckin(); test.testCheckin(); TestUtilities.putLine("\n"); }
/*----< checkin self-test >------------------------------------*/ /* * - run by instance of TestCheckin class */ public bool testComponent() { TestCheckin test = new TestCheckin(); return(test.testCheckin()); }