public void TestGlobal_CommandList() { CoreModule coreModule = new CoreModule(); coreModule.InitCommandList(); Assert.AreNotEqual(Global.CommandDict.Count, 0); }
public void TestGlobal_CommandList() { CoreModule coreModule = new CoreModule(); coreModule.InitCommandList(); Assert.AreNotEqual(EasyInject.Get <AppCenter>().CommandDict.Count, 0); }